[Bug preprocessor/59566] [4.8/4.9 regression] g++ preprocessor output includes comments meant for GNU C Library files
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 20 12:16:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59566
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
CC| |jakub at gcc dot gnu.org
Resolution|--- |INVALID
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Yeah, that is not a bug.
With -ffreestanding, -nostdinc or -fpreprocessed <stdc-predef.h> isn't
automatically included, but you then have to deal with the other effects of
those options.
More information about the Gcc-bugs
mailing list