[Bug preprocessor/65387] [4.8/4.9/5 Regression] cpp -C emits extraneous comment header on every file
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 11 17:11:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65387
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jakub at gcc dot gnu.org
Resolution|--- |INVALID
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Well, IMHO if you do not want comments or are not prepared to handle them, just
don't use -C.
Fortran these days has integrated preprocessor, I doubt fpp would be of any use
and you'd need to define how exactly should "fortran" preprocessing behave
(e.g. how it is different from assembly preprocessing). Note that even -E
-xassembler-with-cpp preprocessing includes stdc-predef.h by default, you need
to use -nostdinc to avoid that.
In any case, not a bug IMHO.
More information about the Gcc-bugs
mailing list