digitalmars.D.bugs - [Issue 402] New: compiler crash with mixin and forward reference
- d-bugmail puremagic.com (25/26) Oct 05 2006 http://d.puremagic.com/issues/show_bug.cgi?id=402
- Thomas Kuehne (12/26) Oct 06 2006 -----BEGIN PGP SIGNED MESSAGE-----
- d-bugmail puremagic.com (9/9) Oct 10 2006 http://d.puremagic.com/issues/show_bug.cgi?id=402
http://d.puremagic.com/issues/show_bug.cgi?id=402 Summary: compiler crash with mixin and forward reference Product: D Version: 0.168 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: digitalmars-com baysmith.com The following may be incorrect code, but it crashes the compiler.dmd -c issue.dissue.d(8): mixin Foo!(y) cannot resolve forward reference ***** Crash ***** ----- issue.d ----- template Foo(alias b) { int a() { return b; } } void main() { mixin Foo!(y) y; } --
Oct 05 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 d-bugmail puremagic.com schrieb am 2006-10-06:http://d.puremagic.com/issues/show_bug.cgi?id=402The following may be incorrect code, but it crashes the compiler.Added to DStress as http://dstress.kuehne.cn/nocompile/a/alias_39_A.d http://dstress.kuehne.cn/nocompile/a/alias_39_B.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFFJgd8LK5blCcjpWoRAqsiAJ4k1BmBv/BEl95EbKk1Cp1uCvkKiACfX+Gy 5sr7FO3j1L4vAqhazLtL+Ik= =/INU -----END PGP SIGNATURE-----dmd -c issue.dissue.d(8): mixin Foo!(y) cannot resolve forward reference ***** Crash ***** ----- issue.d ----- template Foo(alias b) { int a() { return b; } } void main() { mixin Foo!(y) y; }
Oct 06 2006
http://d.puremagic.com/issues/show_bug.cgi?id=402 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Fixed DMD 0.169 --
Oct 10 2006