Re: [C++ Patch] Improve finish_pseudo_destructor_expr location

2013-09-12 Thread Paolo Carlini
On 09/12/2013 04:12 PM, Richard Biener wrote: On Wed, Sep 11, 2013 at 9:28 PM, Paolo Carlini wrote: Hi, when yesterday I analyzed a bit c++/58363 and eventually I committed a pretty printing fix I noticed that the column was wrong for the pseudo destructor expression m.~f, pointing at the end.

Re: [C++ Patch] Improve finish_pseudo_destructor_expr location

2013-09-12 Thread Richard Biener
On Wed, Sep 11, 2013 at 9:28 PM, Paolo Carlini wrote: > Hi, > > when yesterday I analyzed a bit c++/58363 and eventually I committed a > pretty printing fix I noticed that the column was wrong for the pseudo > destructor expression m.~f, pointing at the end. A fix turns out to be > rather simple,

Re: [C++ Patch] Improve finish_pseudo_destructor_expr location

2013-09-12 Thread Jason Merrill
OK. Jason

[C++ Patch] Improve finish_pseudo_destructor_expr location

2013-09-11 Thread Paolo Carlini
Hi, when yesterday I analyzed a bit c++/58363 and eventually I committed a pretty printing fix I noticed that the column was wrong for the pseudo destructor expression m.~f, pointing at the end. A fix turns out to be rather simple, because finish_pseudo_destructor_expr was simply not getting