[Issue 3558] Optimizer bug results in false if condition being taken

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3558 Walter Bright changed: What|Removed |Added Version|1.041 |D1 --

[Issue 3558] Optimizer bug results in false if condition being taken

2010-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3558 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3558] Optimizer bug results in false if condition being taken

2010-02-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3558 --- Comment #6 from Janzert 2010-02-12 02:35:40 PST --- Wow, that's amazing that you were able and persistent enough to track that down. Thanks for finding the cause. Hopefully it can be applied and make it into a release quickly. -- Configur

[Issue 3558] Optimizer bug results in false if condition being taken

2010-02-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3558 Don changed: What|Removed |Added Keywords||patch --- Comment #5 from Don 2010-02-11 14:24:

[Issue 3558] Optimizer bug results in false if condition being taken

2010-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3558 --- Comment #4 from Don 2010-02-10 01:25:37 PST --- Test case for DMC 8.42n. Hits the breakpoint when compiled with -O. === const static int d[1] = {1}; const static long long c[1] = {0}; void crash() { _a

[Issue 3558] Optimizer bug results in false if condition being taken

2009-11-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3558 --- Comment #3 from Walter Bright 2009-11-30 17:39:13 PST --- Oops, I meant 3521 was fixed! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3558] Optimizer bug results in false if condition being taken

2009-11-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3558 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3558] Optimizer bug results in false if condition being taken

2009-11-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3558 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2