[Issue 3911] Associative array in CTFE crashes compiler

2010-04-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3911 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3911] Associative array in CTFE crashes compiler

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3911 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3911] Associative array in CTFE crashes compiler

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3911 --- Comment #1 from Don clugd...@yahoo.com.au 2010-03-29 21:04:14 PDT --- This fixes the ICE: expression.c line 7181. if (!type) { error(forward reference to inferred return type of function call %s, toChars()); type =

[Issue 3911] Associative array in CTFE crashes compiler

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3911 --- Comment #2 from Don clugd...@yahoo.com.au 2010-03-29 21:05:56 PDT --- *** Issue 4012 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving