This is the mail archive of the gcc-prs@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: c++/2082


The following reply was made to PR c++/2082; it has been noted by GNATS.

From: "L. David Baron" <dbaron@fas.harvard.edu>
To: dbaron@fas.harvard.edu, gcc-gnats@gcc.gnu.org, neil@gcc.gnu.org,
        nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2082
Date: Sat, 24 Feb 2001 11:02:16 -0500 (EST)

 Perhaps what's causing this to be defined is the changes in revision
 1.36 of gcc/gcc/cp/lang-specs.h, which contain:
 
    {"@c++",
     /* cc1plus has an integrated ISO C preprocessor.  We should invoke
        the external preprocessor if -save-temps is given.  */
 +#if ENABLE_NEW_GXX_ABI
 +    "%{E|M|MM:cpp0 -lang-c++ -D_GNU_SOURCE %{!no-gcc:-D__GNUG__=%v1}\
 ...
 


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