gcc.c-torture/execute/longlong.c

Neil Booth neil@daikokuya.demon.co.uk
Fri May 4 11:39:00 GMT 2001


Joern Rennecke wrote:-

> You assign 0x88000042 to the avriable pars, which is declared as
> 'unsigned int' .  An unsigned int may be as small as 16 bits, so
> this test is invalid.
> Could you test whatever you wanted to test by declaring pars as
> 'unsigned long' ?

Yes, I'm about to commit this change.  Thanks.

Neil.



More information about the Gcc mailing list