From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29559 invoked by alias); 22 Jan 2010 17:07:03 -0000 Received: (qmail 29542 invoked by alias); 22 Jan 2010 17:07:03 -0000 Date: Fri, 22 Jan 2010 17:07:00 -0000 Message-ID: <20100122170703.29541.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20100120201357.11199.keiths@redhat.com> References: <20100120201357.11199.keiths@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug symtab/11199] crash in quirk_gcc_member_function_pointer (dwarf2read.c) 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: 2010-q1/txt/msg00081.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-22 17:07 ------- Subject: Bug 11199 CVSROOT: /cvs/src Module name: src Changes by: tromey@sourceware.org 2010-01-22 17:06:49 Modified files: gdb : ChangeLog dwarf2read.c gdbtypes.c gdbtypes.h gdb/testsuite : ChangeLog Added files: gdb/testsuite/gdb.dwarf2: member-ptr-forwardref.S member-ptr-forwardref.exp Log message: gdb PR symtab/11199: * dwarf2read.c (quirk_gcc_member_function_pointer): Change return type and arguments. Use smash_to_methodptr_type. (read_structure_type): Call quirk_gcc_member_function_pointer later. * gdbtypes.h (smash_to_methodptr_type): Declare. * gdbtypes.c (smash_to_methodptr_type): New function. (lookup_methodptr_type): Use it. gdb/testsuite 2010-01-22 Jan Kratochvil PR symtab/11199: * gdb.dwarf2/member-ptr-forwardref.exp, gdb.dwarf2/member-ptr-forwardref.S: New. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11285&r2=1.11286 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.350&r2=1.351 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtypes.c.diff?cvsroot=src&r1=1.184&r2=1.185 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtypes.h.diff?cvsroot=src&r1=1.120&r2=1.121 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2098&r2=1.2099 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.dwarf2/member-ptr-forwardref.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.dwarf2/member-ptr-forwardref.exp.diff?cvsroot=src&r1=NONE&r2=1.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=11199 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.