From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10477 invoked by alias); 14 Mar 2003 21:23:34 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 10430 invoked by uid 48); 14 Mar 2003 21:23:34 -0000 Date: Fri, 14 Mar 2003 21:23:00 -0000 Message-ID: <20030314212334.10427.qmail@sources.redhat.com> To: dave@rebuzz.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, dave@rebuzz.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: debug/9161: stabs: No function argument debug info for function pointers X-SW-Source: 2003-03/txt/msg00884.txt.bz2 List-Id: Old Synopsis: No function argument debug info for function pointers New Synopsis: stabs: No function argument debug info for function pointers State-Changed-From-To: open->analyzed State-Changed-By: bangerth State-Changed-When: Fri Mar 14 21:23:33 2003 State-Changed-Why: Confirmed also on x86-linux with mainline, when using -gstabs: g/x> cat x.cc int (*p1) (); int (*p2) (int); int main () {} g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -gstabs x.cc g/x> gdb a.out GNU gdb 5.1.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-suse-linux"... (gdb) ptype p1 type = int (*)(void) (gdb) ptype p2 type = int (*)(void) W. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9161