[Issue 3781] New: ICE(interpret.c): mixin non-CTFE function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 8 00:52:12 PST 2010


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

           Summary: ICE(interpret.c): mixin non-CTFE function
           Product: D
           Version: unspecified
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: strtr at despam.it


--- Comment #0 from strtr at despam.it 2010-02-08 00:52:11 PST ---
void _mixin() {
    writefln( "" );
}
void main() {
    mixin( _mixin );
} 
//Assertion failure: '!dim || (parameters && (parameters->dim == dim))' on line
140 in file 'interpret.c'
With both D1.056 and D2.040

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