[Issue 618] New: The following program crashes dmd.exe 0.175
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 29 02:03:20 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=618
Summary: The following program crashes dmd.exe 0.175
Product: D
Version: 0.175
Platform: PC
OS/Version: Windows
Status: NEW
Severity: major
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: boris.kolar at globera.com
struct Foo(T) {}
int main(char[][] args) {
if ((Foo!(char)).init == (Foo!(char)).init) return 1;
return 0;
}
--
More information about the Digitalmars-d-bugs
mailing list