c/4139: gcc -V 2.95.x fails on comments and preprocessor directives

aoliva@gcc.gnu.org aoliva@gcc.gnu.org
Fri Sep 28 20:19:00 GMT 2001


Synopsis: gcc -V 2.95.x fails on comments and preprocessor directives

State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Fri Sep 28 20:15:31 2001
State-Changed-Why:
    Not a bug.  This is a consequence of the fact that the compiler driver expects cc1 (the actual C compiler) to have an integrated preprocessor, which is the case of GCC 3, but not of earlier releases.  -V has never taken such major differences into account, and it probably never will.  Better install each version of GCC with a different prefix.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4139&database=gcc



More information about the Gcc-bugs mailing list