This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: preprocessor/4075: Specifying a different version does not work
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, juergen at monocerus dot demon dot co dot uk, nobody at gcc dot gnu dot org
- Subject: Re: preprocessor/4075: Specifying a different version does not work
- From: aoliva at gcc dot gnu dot org
- Date: 22 Aug 2001 04:56:49 -0000
Synopsis: Specifying a different version does not work
State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Tue Aug 21 21:56:48 2001
State-Changed-Why:
The difference is that GCC 3.0 is the first release of GCC with an integrated preprocessor. The compilation driver (gcc) expects cc1 to be able to preprocess the code now, but cc1s of older releases can't do that, so compilation fails. -V works only as long as the interface of the compile passes remain the same.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4075&database=gcc