http://d.puremagic.com/issues/show_bug.cgi?id=6510
Summary: [CTFE] internal error: illegal stack value stack
Product: D
Version: D2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Dmitry Olshansky <[email protected]> 2011-08-16
13:39:07 PDT ---
Recently found this one in my GSOC project. As this involves compilation of
regex at CTFE, I'm not yet able to produce small test case.
dmd spits this:
..\..\fred.d(2020): Error: CTFE internal error: illegal stack value stack
Assertion failure: 'isStackValueValid(newval)' on line 5452 in file
'interpret.c'
abnormal program termination
But anyway, what kind of situation is supposed to trigger that assert?
My dmd is 2.055 compiled form github with last commit being:
Merge pull request #293 from 9rnsr/fix2246
4a1c9e7646ed9152f9644cd29d07968583888cb2
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------