This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/32868] Don't warn about redefinitions of __STDC_FORMAT_MACROS



------- Comment #2 from ian at airs dot com  2007-11-28 14:29 -------
The C99 standard specifically calls out __STDC_FORMAT_MACROS as a macro which
may be defined before including <inttypes.h>.  Therefore, I believe that
warning about this definition is a bug for both C and C++.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32868


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]