[Issue 618] New: The following program crashes dmd.exe 0.175
Kirk McDonald
kirklin.mcdonald at gmail.com
Wed Nov 29 15:10:49 PST 2006
d-bugmail at puremagic.com wrote:
> 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;
> }
>
>
Preliminary tests suggest that this is the same problem preventing Pyd
from compiling under 0.175.
--
Kirk McDonald
Pyd: Wrapping Python with D
http://pyd.dsource.org
More information about the Digitalmars-d-bugs
mailing list