Bug 371 – ICE on mutual recursive typeof in function declarations

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P3
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2006-09-26T07:43:00Z
Last change time
2014-02-15T13:18:52Z
Keywords
ice-on-valid-code
Assigned to
bugzilla
Creator
bruno.do.medeiros+deebugz
Depends on
370

Comments

Comment #0 by bruno.do.medeiros+deebugz — 2006-09-26T07:43:30Z
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
Comment #1 by bugzilla — 2006-10-04T19:56:57Z
Fixed DMD 0.168
Comment #2 by thomas-dloop — 2006-10-06T02:10:37Z
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [email protected] schrieb am 2006-09-26: > http://d.puremagic.com/issues/show_bug.cgi?id=371 > 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 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-----