From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2838 invoked by alias); 28 Feb 2007 16:36:37 -0000 Received: (qmail 2815 invoked by uid 22791); 28 Feb 2007 16:36:36 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Feb 2007 16:36:30 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 1CDAB48CF9B for ; Wed, 28 Feb 2007 11:36:28 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06407-01-7; Wed, 28 Feb 2007 11:36:26 -0500 (EST) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 8C04E48CEBB; Wed, 28 Feb 2007 11:36:26 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 323B7E7972; Wed, 28 Feb 2007 08:36:33 -0800 (PST) Date: Wed, 28 Feb 2007 16:36:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org, Jerome Guitton Subject: Re: [RFA] Fix failed assertion hit in check_typedef Message-ID: <20070228163633.GE13140@adacore.com> References: <20070227071658.GB13159@adacore.com> <20070227120239.GB5164@caradoc.them.org> <20070228062337.GS13153@adacore.com> <20070228114358.GA4620@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070228114358.GA4620@caradoc.them.org> 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: 2007-02/txt/msg00381.txt.bz2 > > 2007-02-28 Jerome Guitton > > Joel Brobecker > > > > * gdbtypes.c (check_typedef): Do not replace stub type if > > the resolved type is not defined in the same objfile. > > > > I tested it on x86-linux, no regression. Also fixes the problem > > at hand. > > > > OK to commit? > > Yes, that's much nicer. Thank you both. Thanks Daniel, now checked in. -- Joel