[Issue 8421] ICE template.c:5540: Identifier* TemplateInstance::genIdent(Objects*): Assertion `global.errors' failed.

2013-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8421 --- Comment #3 from hst...@quickfur.ath.cx 2013-10-09 09:45:18 PDT --- Should this be added to the test suite to prevent regression? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 8421] ICE template.c:5540: Identifier* TemplateInstance::genIdent(Objects*): Assertion `global.errors' failed.

2013-10-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8421 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8421] ICE template.c:5540: Identifier* TemplateInstance::genIdent(Objects*): Assertion `global.errors' failed.

2012-07-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8421 --- Comment #1 from Lukasz Wrzosek luk.wrzo...@gmail.com 2012-07-23 15:24:59 PDT --- dmd loops endlessly on this code: import std.typecons; string bug(T..., U : tuple!T)(tuple!T t); dmd aborts on this code: