gcc.c-torture/execute/longlong.c

Joern Rennecke amylaar@cambridge.redhat.com
Mon Apr 23 14:20:00 GMT 2001


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' ?



More information about the Gcc mailing list