[Issue 13485] FP wrong-code with -O

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 17 01:15:03 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13485

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> ---
FYI, this looks more like an x87 problem, rather than compiler.  And it's not
just D that is affected by this.

For instance, this bug in gcc:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323


Though they did eventually fix it in implementing C99-conformant (kinda) excess
precision.

http://marc.info/?l=gcc-patches&m=122576450613005&w=2

--


More information about the Digitalmars-d-bugs mailing list