glibc 2.1.1pre2 breaks libstdc++-v3 build

Joseph S. Myers jsm28@cam.ac.uk
Thu Jan 11 16:37:00 GMT 2001


There's also a bogus warning issue here: building GCC now shows many "ISO
C99 requires rest arguments to be used" warnings - coming from uses of
printf (macro) with one argument.  As this variadic macro is defined in a
system header, I don't think -pedantic should complain about its uses.

#  define printf(fmt, args...) fprintf (stdout, fmt, ##args)

...

printf("foo");

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-bugs mailing list