From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11197 invoked by alias); 2 Feb 2009 21:50:27 -0000 Received: (qmail 11183 invoked by alias); 2 Feb 2009 21:50:27 -0000 Date: Mon, 02 Feb 2009 21:50:00 -0000 Message-ID: <20090202215027.11182.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20050601005801.9059.emailamit@gmail.com> References: <20050601005801.9059.emailamit@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug exp/9059] gdb problem with typedefs X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00238.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-02 21:50 ------- Subject: Bug 9059 CVSROOT: /cvs/src Module name: src Changes by: tromey@sourceware.org 2009-02-02 21:50:13 Modified files: gdb : ChangeLog valops.c gdb/testsuite : ChangeLog gdb/testsuite/gdb.cp: call-c.cc call-c.exp Log message: gdb PR exp/9059: * valops.c (find_overload_match): Follow typedefs before taking address of object argument. gdb/testsuite PR exp/9059: * gdb.cp/call-c.exp: Add regression test. * gdb.cp/call-c.cc (FooHandle): New typedef. (main): New variable 'handle'. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10149&r2=1.10150 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&r1=1.207&r2=1.208 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1797&r2=1.1798 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/call-c.cc.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/call-c.exp.diff?cvsroot=src&r1=1.6&r2=1.7 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9059 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.