From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22527 invoked by alias); 17 May 2008 00:11:36 -0000 Received: (qmail 22517 invoked by uid 22791); 17 May 2008 00:11:35 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 17 May 2008 00:11:03 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id m4H0AvZ1019288 for ; Sat, 17 May 2008 01:10:57 +0100 Received: from yw-out-1718.google.com (ywm5.prod.google.com [10.192.13.5]) by zps37.corp.google.com with ESMTP id m4H0AuwM006492 for ; Fri, 16 May 2008 17:10:56 -0700 Received: by yw-out-1718.google.com with SMTP id 5so894652ywm.74 for ; Fri, 16 May 2008 17:10:56 -0700 (PDT) Received: by 10.150.212.17 with SMTP id k17mr4191651ybg.68.1210983056276; Fri, 16 May 2008 17:10:56 -0700 (PDT) Received: by 10.151.99.13 with HTTP; Fri, 16 May 2008 17:10:56 -0700 (PDT) Message-ID: <8ac60eac0805161710y1f6de109wfeb09b2d94167c58@mail.gmail.com> Date: Sat, 17 May 2008 13:58:00 -0000 From: "Paul Pluzhnikov" To: gdb-patches@sourceware.org Subject: Re: [RFA] Patch for incorrect handling of references to pointers [pr1147] Cc: "Doug Evans" In-Reply-To: <8ac60eac0805081418md64f7bcha08664e9554e5750@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8ac60eac0805081418md64f7bcha08664e9554e5750@mail.gmail.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00524.txt.bz2 Ping. http://sourceware.org/ml/gdb-patches/2008-05/msg00289.html On Thu, May 8, 2008 at 2:18 PM, Paul Pluzhnikov 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 > > * gdb/valopts.c (find_overload_match): Handle references > to pointers. > > testsuite/ChangeLog: > > 2008-05-08 Paul Pluzhnikov > > * gdb.cp/call-c.exp: Test for incorrect handling of reference > to pointer. > * gdb.cp/call-c.cc: Likewise. > -- Paul Pluzhnikov