digitalmars.D.bugs - internal compiler error
- David Medlock (11/13) Sep 23 2005 struct charset
- =?ISO-8859-1?Q?Thomas_K=FChne?= (11/26) Sep 24 2005 -----BEGIN PGP SIGNED MESSAGE-----
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"Internal error: ..\ztc\cgcs.c 213Terminated 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 ----------Known as http://dstress.kuehne.cn/run/o/opOrAssign_01_A.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFDNkDX3w+/yD4P9tIRAi47AJwJBruKgtiuhKC9W5Xq9l6JLrTguQCfemlP X4JjcHEIEpPztwsI253KDXQ= =lIDE -----END PGP SIGNATURE-----"C:\dmd\bin\dmd.exe" -debug -c "E:\proj\d\stringutil\error.d"Internal error: ..\ztc\cgcs.c 213Terminated with exit code 1.
Sep 24 2005