digitalmars.D.bugs - Internal error: ..ztccgcs.c 354
- "Lukas Pinkowski" <lukas.pinkowski web.de> Nov 14 2005
- Thomas Kuehne <thomas-dloop kuehne.cn> Nov 18 2005
Getting error:
Internal error: ..\ztc\cgcs.c 354
with this code:
int main( char[][] args )
{
int i;
ubyte[4] ub;
ub[] = cast(ubyte[4]) &i;
return 0;
}
greetings,
Lukas
Nov 14 2005
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Lukas Pinkowski schrieb am 2005-11-14:Getting error: Internal error: ..\ztc\cgcs.c 354 with this code: int main( char[][] args ) { int i; ubyte[4] ub; ub[] = cast(ubyte[4]) &i; return 0; } greetings, Lukas
Added to DStress as http://dstress.kuehne.cn/run/b/bug_cgcs_354_A.d http://dstress.kuehne.cn/run/b/bug_cgcs_354_B.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFDfobE3w+/yD4P9tIRAqn8AKCiKvgFWPiVBxqVWfGs5M12BBXVYQCgvdI6 Ilm7sd1AEyQXwqFtkWVjjMo= =vcVq -----END PGP SIGNATURE-----
Nov 18 2005








Thomas Kuehne <thomas-dloop kuehne.cn>