February 16, 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@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


-- 

February 16, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=970


fvbommel@wxs.nl changed:

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




------- Comment #1 from fvbommel@wxs.nl  2007-02-16 14:46 -------
I already reported this one...

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


--