c++/9965

Wolfgang Bangerth bangerth@ticam.utexas.edu
Thu Mar 6 19:36:00 GMT 2003


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

From: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
To: jason@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, <bero@arklinux.org>
Subject: Re: c++/9965
Date: Thu, 6 Mar 2003 13:31:04 -0600 (CST)

 Jason,
 take the reduced testcase. The reason why you can't compile the 
 preprocessed sources is that they were generated with 3.3's libstdc++, 
 which is missing all those this-> qualifications that 3.4 now wants to 
 see. I reduced the testcase with 3.3, and checked with the reduced one 
 that it fails on both 3.3 and 3.4.
 
 This is going to happen with a lot of preprocessed sources in the future, 
 if they were created with an older libstdc++...
 
 W.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth/
 
 



More information about the Gcc-prs mailing list