[Issue 970] New: ICE with CTFE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 16 11:48:42 PST 2007


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

           Summary: ICE with CTFE
           Product: D
           Version: 1.006
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: ericanderton at yahoo.com


The following generates an ICE
/////////////////////
char[] foobar(){
        return "hello world";
}

static x = foobar();
/////////////////////
Assertion failure: 'parameters && parameters->dim == dim' on line 96 in file
'interpret.c'

Abnormal program termination


-- 



More information about the Digitalmars-d-bugs mailing list