From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23062 invoked by alias); 22 Sep 2007 22:58:34 -0000 Received: (qmail 23054 invoked by uid 22791); 22 Sep 2007 22:58:34 -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, 22 Sep 2007 22:58:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 677FE2AA59B; Sat, 22 Sep 2007 18:58:11 -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 NxHUtYLSWNX1; Sat, 22 Sep 2007 18:58:11 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 32E172AA596; Sat, 22 Sep 2007 18:58:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A84ECE7B58; Sat, 22 Sep 2007 15:58:08 -0700 (PDT) Date: Sat, 22 Sep 2007 22:58:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Pierre Muller , gdb-patches@sourceware.org Subject: Re: [RFC] Stabs parsing regression from GDB 6.6 to GDB 6.6.90 Message-ID: <20070922225808.GD3963@adacore.com> References: <000e01c7fb9b$22e600f0$68b202d0$@u-strasbg.fr> <000601c7fc25$98110430$c8330c90$@u-strasbg.fr> <46F486B4.6050900@portugalmail.pt> <46F56F04.6070601@portugalmail.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46F56F04.6070601@portugalmail.pt> 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-09/txt/msg00316.txt.bz2 > Don't know how to convert this to a testcase. > 'maint print type short int' doesn't show these ranges, > are they stored anywhere? Can we perhaps handle stabs testcases the same way as we do for dwarf testcases? We provide an assembly file. The assembly file isn't going to work on all platforms, but we'll cover enough to make the testcase useful. -- Joel