From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7680 invoked by alias); 30 Jul 2003 22:29:52 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7586 invoked from network); 30 Jul 2003 22:29:52 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 30 Jul 2003 22:29:52 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h6UMTiin001473; Wed, 30 Jul 2003 17:29:44 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h6UMTiHK005392; Wed, 30 Jul 2003 17:29:44 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h6UMTiw1005391; Wed, 30 Jul 2003 18:29:44 -0400 Date: Wed, 30 Jul 2003 22:29:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200307302229.h6UMTiw1005391@duracef.shout.net> To: geoffk@apple.com Subject: Re: Two possible function stabs patches Cc: drow@mvista.com, gcc-patches@gcc.gnu.org, gdb@sources.redhat.com X-SW-Source: 2003-07/txt/msg00356.txt.bz2 Geoff K suggests: int main(void) { static int foo(void) { return 1; } return foo() == 1 ? 0 : 1; } break foo Hmmmm. I'll bet that this would be the first code in the test suite with nested functions. It is a supported gcc feature, so that would be good to test. We'll probably generate a bunch of new KFAILs with this. I'll put this on my TODO list, but I have to postpone this until after the gdb 6.0 release. It's a question of tuits. Michael C