long long constant

Falk Hueffner hueffner@informatik.uni-tuebingen.de
Fri Jun 18 12:32:00 GMT 2004


Eljay Love-Jensen <eljay@adobe.com> writes:

> A long long numeric literal requires the LL suffix.  The compiler
> doesn't automagically promote "too big" numeric literals into long
> longs.

Actually it does if you tell it to follow the current standard C99
with -std=c99 (the default is gnu89).

-- 
	Falk



More information about the Gcc-help mailing list