[Issue 9445] interpret.c:151: Assertion `v->ctfeAdrOnStack >= 0 && v->ctfeAdrOnStack < stackPointer()' failed.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 8 02:56:47 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9445



--- Comment #2 from Don <clugdbug at yahoo.com.au> 2013-04-08 02:56:45 PDT ---
The original test case works for me in 2.062.
Reduced test case for comment 1:

template c9445(T...)
{
    static assert(is(typeof( & T[0].xxx )));
}

void bug9445(void delegate() expr)   
{
    static assert( c9445!( expr() ) );
}

-- 
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