This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Please close PR c++/2234
- To: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Subject: Re: Please close PR c++/2234
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Fri, 8 Jun 2001 20:11:04 +0100
- Cc: gcc-bugs at gcc dot gnu dot org
Peter Schmid wrote:-
> Please close PR c++/2234. This problem has been fixed by the recent
> patch by Mark Mitchell.
>
> Thank you very much for fixing this problem. Debugging is now a lot
> easier, since the file name and the line number of the warning message
> are correct.
I don't think it's 100% fixed - Mark got the hard part, but bad things
happen for non-C++ front ends too. Problems still seem to occur with
#line directives; try debugging c-parse.c or objc-parse.c from a GCC
bootstrap.
I'm looking into this; it should be fairly easy.
Neil.