[Issue 6510] New: [CTFE] internal error: illegal stack value stack

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 16 13:39:10 PDT 2011


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: nobody at puremagic.com
        ReportedBy: dmitry.olsh at gmail.com


--- Comment #0 from Dmitry Olshansky <dmitry.olsh at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list