This is the mail archive of the gcc@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]

Re: g77 -fixed-line-length-none -x f77-cpp-input -c blah.f


Erik Schnetter wrote:
Why does g77 invoce cc1? I thought it would invoke cpp directly. Will cc1 invoke the external cpp, or will cc1 rather use the built-in cpp library?

I thought, but I can be wrong here, that the cpp library doesn't really support the "-traditional" mode any more, whereas the cpp executable does.
Apparently, Neil Booth thinks otherwise, and he's the PreProcessor Guru in town.

From gcc/gcc/f/ChangeLog:

Thu June 20 21:56:34 2002 Neil Booth <neil@daikokuya.demon.co.uk>

* lang-specs.h: Use cc1 for traditional preprocessing.

--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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