https://issues.dlang.org/show_bug.cgi?id=7745
Andrei Alexandrescu changed:
What|Removed |Added
Version|D1 & D2 |D2
--
http://d.puremagic.com/issues/show_bug.cgi?id=7745
Walter Bright changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://d.puremagic.com/issues/show_bug.cgi?id=7745
--- Comment #4 from github-bugzi...@puremagic.com 2012-03-28 22:54:42 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/3eee94d6116abfe437303f8495067bf32d3b7023
http://d.puremagic.com/issues/show_bug.cgi?id=7745
Don changed:
What|Removed |Added
Version|D1 |D1 & D2
--- Comment #3 from Don 2012-03-22 05:3
http://d.puremagic.com/issues/show_bug.cgi?id=7745
--- Comment #2 from Don 2012-03-22 04:08:58 PDT ---
Now able to reproduce it. The cause was this line added to e2ir.c, line 3129.
//printf("DelegateExp::toElem() '%s'\n", toChars());
+if (func->semanticRun == PASSsemantic3done)
+
http://d.puremagic.com/issues/show_bug.cgi?id=7745
Don changed:
What|Removed |Added
CC||clugd...@yahoo.com.au
--- Comment #1 from Don 2
http://d.puremagic.com/issues/show_bug.cgi?id=7745
Leandro Lucarella changed:
What|Removed |Added
Keywords||link-failure, rejects-valid