[Issue 5343] dmd crashes by the use of template with -g compiler switch

2010-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5343 --- Comment #5 from SHOO 2010-12-12 02:55:23 PST --- Because this bug was enbug and this must be fixed by next release, I raised importance. Thanks for the swift response. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 5343] dmd crashes by the use of template with -g compiler switch

2010-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5343 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5343] dmd crashes by the use of template with -g compiler switch

2010-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5343 --- Comment #3 from Don 2010-12-11 21:57:14 PST --- Seems to have just been fixed in svn 798. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5343] dmd crashes by the use of template with -g compiler switch

2010-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5343 --- Comment #2 from Don 2010-12-11 21:46:31 PST --- Reduces test case: struct Tuple(Specs...) { Specs[0] field; } struct S(E) { immutable E x; // Workaround: Remove immutable. } enum A{a,b,c} // Workaround: alias int

[Issue 5343] dmd crashes by the use of template with -g compiler switch

2010-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5343 Don changed: What|Removed |Added Keywords||ice-on-valid-code CC|