[Issue 7806] internal error when compiling with optimizations enabled

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 1 03:47:27 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7806


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2012-04-01 03:47:57 PDT ---
On Windows 32 bit, with DMD 2.059head it doesn't crash, but it outputs:

Without -O:
-2 -2
-1.9375 -2
-1.875 -2
-1.8125 -2
-1.75 -2
...
1.75 2
1.8125 2
1.875 2
1.9375 2
2 2


With -O:
-0 -9.88131e-324
-0 -9.88131e-324
-0 -9.88131e-324
-0 -9.88131e-324
-0 -9.88131e-324
-0 -9.88131e-324
-0 -9.88131e-324
...

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


More information about the Digitalmars-d-bugs mailing list