possible red flag for new C++ parser

Joe Buck jbuck@synopsys.com
Sat Feb 8 00:21:00 GMT 2003


On Fri, Feb 07, 2003 at 06:14:47PM -0600, Wolfgang Bangerth wrote:
> The real world situation is:
> - lots of bugs in applications where compilers were just too lenient; 
>   there's not much gcc can do about, but that also means that most 
>   packages are not useful for testing the new parser; authors of that code 
>   need to step in
> - lots of bugs in the new parser; a lot is being done on this situation

The Debian folks have done lots of work to clean up a very large
collection of code to get it to build with 3.2.x.  This eliminates
many of the bugs that Wolfgang is talking about, but not all, as there
are some invalid constructs that the new parser objects to that 3.2.x
accepts, but it does make life better.



More information about the Gcc mailing list