digitalmars.D.bugs - internal compiler error
- David Medlock <noone nowhere.com> Sep 23 2005
struct charset
{
align(1): bit[256] valid = 0;
void add( charset ch )
{
for( int n=0; n<256; n++ ) valid[n] |= ch.valid[n];
}
}
result( DMD 0.131, Windows XP ):
---------- Capture Output ----------
"C:\dmd\bin\dmd.exe" -debug -c "E:\proj\d\stringutil\error.d"
Terminated with exit code 1.
Sep 23 2005
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David Medlock schrieb:struct charset { align(1): bit[256] valid = 0; void add( charset ch ) { for( int n=0; n<256; n++ ) valid[n] |= ch.valid[n]; } } result( DMD 0.131, Windows XP ): ---------- Capture Output ----------"C:\dmd\bin\dmd.exe" -debug -c "E:\proj\d\stringutil\error.d"
Terminated with exit code 1.
Known as http://dstress.kuehne.cn/run/o/opOrAssign_01_A.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFDNkDX3w+/yD4P9tIRAi47AJwJBruKgtiuhKC9W5Xq9l6JLrTguQCfemlP X4JjcHEIEpPztwsI253KDXQ= =lIDE -----END PGP SIGNATURE-----
Sep 24 2005








=?ISO-8859-1?Q?Thomas_K=FChne?= <thomas-dloop kuehne.cn>