This is the mail archive of the gcc-bugs@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: Please close PR c++/2234


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.


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