www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 970] New: ICE with CTFE

reply d-bugmail puremagic.com writes:
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 digitalmars.com
        ReportedBy: ericanderton 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


-- 
Feb 16 2007
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=970


fvbommel wxs.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE





I already reported this one...

*** This bug has been marked as a duplicate of 968 ***


-- 
Feb 16 2007