February 16, 2007 [Issue 970] New: ICE with CTFE | ||||
---|---|---|---|---|
| ||||
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 [Issue 970] ICE with CTFE | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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 *** -- |
Copyright © 1999-2021 by the D Language Foundation