www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - internal compiler error

reply David Medlock <noone nowhere.com> writes:
   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 213
 Terminated with exit code 1.
Sep 23 2005
parent =?ISO-8859-1?Q?Thomas_K=FChne?= <thomas-dloop kuehne.cn> writes:
-----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"
Internal error: ..\ztc\cgcs.c 213
 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