This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: V3 and Integrated CPP [was Re: V3 PATCH: Disable wide-character tests where necessary]
On Fri, Nov 03, 2000 at 05:37:59PM +0000, Joern Rennecke wrote:
> Would that mean that you couldn't use --save-temps any longer to get
> a preprocessed file, which you use later to feed to cc1?
No, there still exists a standalone preprocessor executable,
and the specs know what to do with --save-temps. You do,
incidentally, then have to provide -fpreprocessed to the cc1
command line to avoid being re-preprocessed.
r~