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.

"cpp" is just a driver and never did any preprocessing.  The
preprocessing has been done by either cccp (2.95.x), cpp0 / tradcpp0
combo (3.0), cc1 / tradcpp0 combo (3.1, 3.2) or cc1 alone (>= 3.3).
I think 8-)

Neil.


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