This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -no-integrated-cpp flag (patches for gcc3.3)
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: "Ashif S. Harji" <asharji at plg2 dot math dot uwaterloo dot ca>
- Cc: gcc at gcc dot gnu dot org, Ashif Harji <asharji at uwaterloo dot ca>,"Peter A. Buhr" <pabuhr at plg2 dot math dot uwaterloo dot ca>
- Date: Sat, 1 Mar 2003 21:13:55 +0000
- Subject: Re: -no-integrated-cpp flag (patches for gcc3.3)
- References: <20030226211715.GA10279@daikokuya.co.uk> <Pine.SOL.4.44.0302281829520.9066-100000@plg2.math.uwaterloo.ca>
Ashif S. Harji wrote:-
> The patches are below. As you requested, I have kept the same name. I
> noticed something unusual that I wanted to bring to your attention.
Thanks a lot; I'll apply this now.
> Apparently, the -traditional-cpp flag with gcc generates and saves the
> basename.i file. I have maintained this behaviour with my patches, but it
> seemed unusual to me and it is different from the behaviour of gcc-3.2.
It should be generated, but I guess it should be deleted afterwards too.
Neil.