This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Patch for incorrect handling of references to pointers [pr1147]
- From: "Paul Pluzhnikov" <ppluzhnikov at google dot com>
- To: gdb-patches at sourceware dot org
- Cc: "Doug Evans" <dje at google dot com>
- Date: Fri, 16 May 2008 17:10:56 -0700
- Subject: Re: [RFA] Patch for incorrect handling of references to pointers [pr1147]
- References: <8ac60eac0805081418md64f7bcha08664e9554e5750@mail.gmail.com>
Ping.
http://sourceware.org/ml/gdb-patches/2008-05/msg00289.html
On Thu, May 8, 2008 at 2:18 PM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
> Greetings,
>
> Attached patch fixes incorrect handling of "this" when reference
> to pointer is used:
> http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view&database=gdb&pr=1147
> and adds a test case for it.
>
> Thanks,
> --
> Paul Pluzhnikov
>
>
> ChangeLog:
>
> 2008-05-08 Paul Pluzhnikov <ppluzhnikov@google.com>
>
> * gdb/valopts.c (find_overload_match): Handle references
> to pointers.
>
> testsuite/ChangeLog:
>
> 2008-05-08 Paul Pluzhnikov <ppluzhnikov@google.com>
>
> * gdb.cp/call-c.exp: Test for incorrect handling of reference
> to pointer.
> * gdb.cp/call-c.cc: Likewise.
>
--
Paul Pluzhnikov