[Issue 7900] CTFE Internal error with -inline and associative arrays
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 4 18:35:50 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7900
--- Comment #4 from brian-schott at cox.net 2012-05-04 18:37:02 PDT ---
Using DMD from git (b488853f4d3617945851d5d0a2ac20ccb7dab631), the error
message now shows:
tmp.d(21): Error: CTFE internal error: illegal value TOK232.children
dmd: interpret.c:6884: void VarDeclaration::setValue(Expression*): Assertion
`isCtfeValueValid(newval)' failed.
Aborted
The corrupted output is now gone, so that's a good thing. Test case still
compiles without -inline and fails when it is present.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list