Matthew Jacob <[EMAIL PROTECTED]> writes:
> > Will someone please inform the gcc developers of the last decade's
> > advances in C standardization? Yes, Virginia, ISO C (it's not ISO C
> > any more, and hasn't been since 1989) does support 'long long' and the
> > 'll' format.
> Eh?

'gcc -pedantic' generates a warning for every use of the 'long long'
type or the 'll' printf format modifier, incorrectly stating that they
are not supported in ANSI C. C99 (which includes 'long long' and the
'll' format modifier) has been in the works for most of the previous
decade, and was ratified (as ISO/IEC 9899:1999) on December 16th,
1999, but gcc still seems to live in 1989-land.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to