[Issue 1882] New: Internal error: ..\ztc\cod1.c 2529
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Feb 29 04:14:23 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1882
Summary: Internal error: ..\ztc\cod1.c 2529
Product: D
Version: 1.027
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: dransic at free.fr
module main;
void main() {
void[] data;
data ~= cast(void) 0;
}
aborts compilation with an "Internal error: ..\ztc\cod1.c 2529" instead of a
more appropriate error (I assume that the code is invalid).
--
More information about the Digitalmars-d-bugs
mailing list