From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2469 invoked by alias); 19 Apr 2008 01:39:13 -0000 Received: (qmail 2461 invoked by uid 22791); 19 Apr 2008 01:39:13 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Apr 2008 01:38:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8718D2AA538 for ; Fri, 18 Apr 2008 21:38:54 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id c5aRxiZ793aX for ; Fri, 18 Apr 2008 21:38:54 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 48D282AA531 for ; Fri, 18 Apr 2008 21:38:54 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1C2F9E7ACD; Fri, 18 Apr 2008 18:38:52 -0700 (PDT) Date: Sat, 19 Apr 2008 02:13:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/stabs] fix failed assertion during replacement of undefined type Message-ID: <20080419013852.GM12735@adacore.com> References: <20080403212947.GA24753@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080403212947.GA24753@adacore.com> User-Agent: Mutt/1.4.2.2i 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-04/txt/msg00398.txt.bz2 > 2008-04-03 Joel Brobecker > > * stabsread.c (cleanup_undefined_types_1): Add instance flags check > in the search for the matching symbol. > [...] > 2008-04-03 Joel Brobecker > > * gdb.ada/atomic_enum: New test program. > * gdb.ada/atomic_enum.exp: New testcase. > I have applied this patch. I know Daniel was a little disgusted at the stabs entry that this patch is trying to handle and wasn't very enthousiastic at getting this one in. I'm putting it in because I think it can help others outside of AdaCore customers, but I'm absolutely OK with backing it out. -- Joel