[Issue 1984] Assertion failure: 'e1->type' on line 1198 in file 'constfold.c'

2008-11-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1984 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] Keywords

[Issue 1984] Assertion failure: 'e1->type' on line 1198 in file 'constfold.c'

2009-05-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1984 --- Comment #2 from clugd...@yahoo.com.au 2009-05-04 07:11 --- Reduced test case shows it's a problem with CTFE and AA literals. immutable bool [int] map = [ 4:true, 5:true ]; int foo () { foreach (x; map.keys) {} return 3; }

[Issue 1984] Assertion failure: 'e1->type' on line 1198 in file 'constfold.c'

2009-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1984 Don changed: What|Removed |Added Keywords||patch CC|

[Issue 1984] Assertion failure: 'e1->type' on line 1198 in file 'constfold.c'

2009-07-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1984 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|