[Issue 7667] New: ICE(interpret.c): Assertion failure:	'ctfeStack.stackPointer() == 0'
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Mar  7 15:08:36 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7667
           Summary: ICE(interpret.c): Assertion failure:
                    'ctfeStack.stackPointer() == 0'
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: cbkbbejeap at mailinator.com
--- Comment #0 from Nick Sabalausky <cbkbbejeap at mailinator.com> 2012-03-07 15:08:39 PST ---
-------------------------------------------
string bar(int[] vars...)
{
    return "";
}
class C
{
    this()
    {
        mixin(bar());
    }
}
bool foo()
{
    auto x = new C();
    return true;
}
enum x = foo;
-------------------------------------------
>dmd test.d
Assertion failure: 'ctfeStack.stackPointer() == 0' on line 4823 in file
'interpret.c'
-- 
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