digitalmars.D.bugs - [Issue 334] New: Void Initializer ICE
- d-bugmail puremagic.com Sep 08 2006
- Thomas Kuehne <thomas-dloop kuehne.cn> Sep 13 2006
- d-bugmail puremagic.com Sep 19 2006
http://d.puremagic.com/issues/show_bug.cgi?id=334 Summary: Void Initializer ICE Product: D Version: 0.166 Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: oskar.linde gmail.com typedef ubyte x = void; void main() { new x[10]; } Gives: dmd: init.c:87: virtual Expression* VoidInitializer::toExpression(): Assertion `0' failed. --
Sep 08 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 d-bugmail puremagic.com schrieb am 2006-09-08:http://d.puremagic.com/issues/show_bug.cgi?id=334
typedef ubyte x = void; void main() { new x[10]; } Gives: dmd: init.c:87: virtual Expression* VoidInitializer::toExpression(): Assertion `0' failed.
Added to DStress as http://dstress.kuehne.cn/run/t/typedef_18_A.d http://dstress.kuehne.cn/run/t/typedef_18_B.d http://dstress.kuehne.cn/run/t/typedef_18_C.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFFCIkxLK5blCcjpWoRAlcPAKCEeSWBHJGu7mCg/nbetE0E+qO96wCeN87U mFuWhqQyaevU1AkKUTZreNg= =5rYJ -----END PGP SIGNATURE-----
Sep 13 2006
http://d.puremagic.com/issues/show_bug.cgi?id=334 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla digitalmars.com 2006-09-19 15:30 ------- Fixed in DMC 0.167. --
Sep 19 2006









Thomas Kuehne <thomas-dloop kuehne.cn> 