From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11908 invoked by alias); 10 Jun 2008 16:44:08 -0000 Received: (qmail 11898 invoked by uid 22791); 10 Jun 2008 16:44:06 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jun 2008 16:43:46 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 807C398402; Tue, 10 Jun 2008 16:43:44 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 106B39810F; Tue, 10 Jun 2008 16:43:43 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1K66wg-0005K7-Iv; Tue, 10 Jun 2008 12:43:42 -0400 Date: Tue, 10 Jun 2008 16:44:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: gdb@sourceware.org, Tom Tromey , "Joseph S. Myers" Subject: Re: macscp.exp failures Message-ID: <20080610164342.GA20327@caradoc.them.org> Mail-Followup-To: Andreas Schwab , gdb@sourceware.org, Tom Tromey , "Joseph S. Myers" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00076.txt.bz2 On Tue, Jun 10, 2008 at 05:42:19PM +0200, Andreas Schwab wrote: > I see many failures for the macscp tests: Joseph noticed these also; so far, I've only worked out that they passed with GCC 4.2 and failed with GCC 4.3. Comparing those: - DW_MACINFO_start_file - lineno: 1 filenum: 2 + DW_MACINFO_define - lineno : 0 macro : __DECIMAL_BID_FORMAT__ 1 + DW_MACINFO_start_file - lineno: 63 filenum: 2 DW_MACINFO_define - lineno : 27 macro : _STDIO_H 1 - DW_MACINFO_start_file - lineno: 28 filenum: 3 + DW_MACINFO_start_file - lineno: 3647 filenum: 3 DW_MACINFO_define - lineno : 20 macro : _FEATURES_H 1 Tom, could this be mapped-location breakage? Those line numbers look implausible. -- Daniel Jacobowitz CodeSourcery