[Issue 5694] va_arg doesn't work with idouble and ifloat

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5694

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|D1 & D2 |D2

--


[Issue 5694] va_arg doesn't work with idouble and ifloat

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5694


Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #3 from Walter Bright  2011-03-04 
23:13:08 PST ---
https://github.com/D-Programming-Language/dmd/commit/1ccf5b1e25793e5178643f35e5c16bc2194b566e

https://github.com/D-Programming-Language/dmd/commit/4b1357012bc39db2d991e97ff88ede1f74ab1ede

Fix for internal error.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5694] va_arg doesn't work with idouble and ifloat

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5694


Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com
Version|unspecified |D1 & D2


--- Comment #2 from Walter Bright  2011-03-04 
20:18:20 PST ---
First fix (not the internal error):

https://github.com/D-Programming-Language/druntime/commit/bd7b90f1c5dc681d05e872814379b709c1894d75

https://github.com/D-Programming-Language/phobos/commit/2830024ec775485cef643eec4d807dc7c1174d9d

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5694] va_arg doesn't work with idouble and ifloat

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5694


Mathias Baumann  changed:

   What|Removed |Added

 Attachment #927 is|0   |1
   obsolete||


--- Comment #1 from Mathias Baumann  
2011-03-04 05:17:50 PST ---
Created an attachment (id=928)
testcase for ifloat, idouble, cdouble, cfloat

I extended the testcase to cfloat and cdouble.

It works with cdouble. and it gives 

   Internal error: backend/cgcod.c 576

with cfloat, so I couldn't test that part.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---