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

Re: preprocessor/4075: Specifying a different version does not work


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


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