[Issue 4820] Regression(1.058, 2.044) in DStress caused by changeset 452

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4820 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Summary|Regressi

[Issue 4820] Regression(1.058, 2.044) in DStress caused by changeset 452

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4820 --- Comment #1 from Don 2010-09-06 00:44:52 PDT --- Thanks for the superb bug report! Reduced test case shows it's nothing to do with lazy: void nextis(void delegate() dg = {}) {} void main() { nextis(); } This is failing because functio

[Issue 4828] ICE w/ non-boolean dot expression sth.template_instance in static if

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4828 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 4829] New: Linux build fails

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4829 Summary: Linux build fails Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD Assign

[Issue 4830] New: mtype.c:879: void Type::check(): Assertion `tn->mod == 4' failed

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4830 Summary: mtype.c:879: void Type::check(): Assertion `tn->mod == 4' failed Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: n

[Issue 4830] Regression(2.038) ICE mtype.c:879: void Type::check(): Assertion `tn->mod == 4' failed

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4830 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Summary|mtype.c:

[Issue 4831] New: Optlink failed to parse PATH env variable with -g option

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831 Summary: Optlink failed to parse PATH env variable with -g option Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: blocker

[Issue 4832] New: Functions external to class break immutability

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4832 Summary: Functions external to class break immutability Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4832] Functions external to class break immutability

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4832 --- Comment #1 from Andrej Mitrovic 2010-09-06 13:37:55 PDT --- Sorry, I meant the function foo, not bar. (In reply to comment #0) > Code: > > import std.stdio : writeln; > > void foo(ref int x) > { > x = 10; > } > > class Bar > { >

[Issue 3996] Regression(2.041) ICE(glue.c) Passing struct as AA template parameter (Algebraic with struct)

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3996 Don changed: What|Removed |Added Keywords||patch --- Comment #4 from Don 2010-09-06 14:01:

[Issue 4833] New: dmd -od doesn't make it to optlink's command line for map files

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 Summary: dmd -od doesn't make it to optlink's command line for map files Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 4834] New: Implicit sharing via delegates in std.concurrency

2010-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4834 Summary: Implicit sharing via delegates in std.concurrency Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity