This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: C++ PATCH to parameter cloning




--On Thursday, December 13, 2001 02:59:40 PM +0000 Jason Merrill 
<jason@redhat.com> wrote:

> While debugging another problem, I noticed that the debugger was calling
> the 'this' parameter '__in_chrg'.  As it turns out, we were accidentally
> copying the source position information from the __in_chrg parameter over
> the this parameter of the clone.  Oops.
>
> Mark, do you think this should go into 3.0.3?  AFAIK it only affects
> debugging info, but it is a regression and is pretty obvious.

I'm spinning the 3.0.3 prerelease bits now, and I don't think this
one is important enough to make it worth slowing things down any
further.

Let me know if you disagree,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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