[Issue 3539] Template instantiation fails in an obscured way. See details.

2010-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3539 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3736] corrupted struct returned by function with optimizations (-O)

2010-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3736 --- Comment #4 from Don clugd...@yahoo.com.au 2010-02-10 00:58:30 PST --- Here is a test case which fails in DMC 8.42n. It hits the breakpoint when compiled with -O. -- struct Foo { int x; }; Foo getFoo(Foo irrelevant) { Foo p;

[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 clugd...@yahoo.com.au 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] =

[Issue 3786] bug in std.string.removechars

2010-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3786 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 3786] bug in std.string.removechars

2010-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3786 --- Comment #3 from Igor Lesik curo...@yahoo.com 2010-02-10 23:27:13 PST --- test3.exe core.exception.AssertError@(22): Assertion failure 16string r; 17 18r = MYremovechars(hah, h); 19assert(r == a); 20 21r = removechars(hah,