[Issue 7043] CTFE: ICE illegal reference value 0LU, only with -inline

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 2 02:53:06 PST 2011


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



--- Comment #3 from Don <clugdbug at yahoo.com.au> 2011-12-02 02:52:02 PST ---
Further reduced. Still requires -inline.

bool bug7043(S)(ref int x) {
    return true;
}

static assert( { 
    int i = 0;
    return bug7043!(char)(i);
}() );

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