Compiler crash

Brad Roberts braddr at puremagic.com
Tue Dec 5 15:59:28 PST 2006


On Tue, 5 Dec 2006, %u wrote:

> Although this is a typo {} instead of [], and probably a syntax error, it shouldn't crash the compiler.
> 
>     Version: Digital Mars D Compiler v0.175 on XP
> 
> The code:
> 
>     ulong[] u = { 0xffffffffffffffff };
> 
>     int main( char[][] args ) {
>         return 0;
>     }

Grab 0.176.  I believe this was fixed in that release.  It had a rather 
large number of fixes in it.  If it's NOT fixed in 0.176, please file a 
report in bugzilla.

Later,
Brad



More information about the Digitalmars-d-bugs mailing list