digitalmars.D.bugs - [Issue 371] New: ICE on mutual recursive typeof in function declarations
- d-bugmail puremagic.com (22/22) Sep 26 2006 http://d.puremagic.com/issues/show_bug.cgi?id=371
- d-bugmail puremagic.com (9/9) Oct 04 2006 http://d.puremagic.com/issues/show_bug.cgi?id=371
- Thomas Kuehne (11/20) Oct 06 2006 -----BEGIN PGP SIGNED MESSAGE-----
http://d.puremagic.com/issues/show_bug.cgi?id=371 Summary: ICE on mutual recursive typeof in function declarations Product: D Version: 0.167 Platform: PC OS/Version: Windows Status: NEW Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: brunodomedeiros+bugz gmail.com BugsThisDependsOn: 370 ICE on mutual recursive typeof in function declarations: -------- void funcA( typeof(&funcB) p) { } void funcB( typeof(&funcA) p) { } ----Assertion failure: '0' on line 685 in file 'glue.c' abnormal program termination --
Sep 26 2006
http://d.puremagic.com/issues/show_bug.cgi?id=371 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Fixed DMD 0.168 --
Oct 04 2006
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 d-bugmail puremagic.com schrieb am 2006-09-26:http://d.puremagic.com/issues/show_bug.cgi?id=371ICE on mutual recursive typeof in function declarations: -------- void funcA( typeof(&funcB) p) { } void funcB( typeof(&funcA) p) { } ----Added to DStress as http://dstress.kuehne.cn/nocompile/t/typeof_13_A.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFFJgMeLK5blCcjpWoRAq/oAJ9MvynITprhbwaz/HZq3p6F0iKvwwCfcFCp h/n0ni/ZCLJWnCut2hfkhtc= =pmhw -----END PGP SIGNATURE-----Assertion failure: '0' on line 685 in file 'glue.c' abnormal program termination
Oct 06 2006