From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2194 invoked by alias); 3 Apr 2011 16:28:39 -0000 Received: (qmail 2185 invoked by uid 22791); 3 Apr 2011 16:28:39 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_GD,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Apr 2011 16:28:29 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p33GSScd024991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 3 Apr 2011 12:28:29 -0400 Received: from host1.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p33GSQrh017331 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 3 Apr 2011 12:28:28 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p33GSQsR019759; Sun, 3 Apr 2011 18:28:26 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p33GSPCY019758; Sun, 3 Apr 2011 18:28:25 +0200 Date: Sun, 03 Apr 2011 16:28:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Tom Tromey , Dodji Seketeli Subject: Re: [patch] DWARF-3+ DW_AT_accessibility defaults #3 (GCC PR debug/45124) Message-ID: <20110403162825.GA19222@host1.jankratochvil.net> References: <20110321154428.GA3761@host1.jankratochvil.net> <20110322095904.GA29625@host1.jankratochvil.net> <20110322181620.GA21984@host1.jankratochvil.net> <20110328091943.GA21984@host1.jankratochvil.net> <20110401210345.GA31785@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110401210345.GA31785@host1.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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: 2011-04/txt/msg00030.txt.bz2 Hi, the table lied about gcc-4.4.fsf -gdwarf-3 and gcc-4.4.fsf -gdwarf-4. Such mode is not supported at all (I wrote there "pass"), the results were missing in the grep output as the testcase compilation had failed and I did not notice it. The table really was not made up. Jan On Fri, 01 Apr 2011 23:03:45 +0200, Jan Kratochvil wrote: FSF GDB HEAD without the patch: -gdwarf-2 -gdwarf-3 -gdwarf-4 gcc-4.4.fsf pass gcc-4.5.fsf pass pass PASS gcc-4.6.fsf pass FAIL FAIL gcc-4.7.fsf pass FAIL FAIL gcc-4.4.fc13 pass gcc-4.5.fc14 pass gcc-4.6.fc15 FAIL FSF GDB HEAD with the patch: -gdwarf-2 -gdwarf-3 -gdwarf-4 gcc-4.4.fsf pass gcc-4.5.fsf pass pass FAIL gcc-4.6.fsf pass PASS PASS gcc-4.7.fsf pass PASS PASS gcc-4.4.fc13 pass gcc-4.5.fc14 pass gcc-4.6.fc15 PASS GNU gdb (GDB) 7.2.50.20110401-cvs gcc (GCC) 4.4.6 20110401 (prerelease) gcc (GCC) 4.5.3 20110401 (prerelease) gcc (GCC) 4.6.1 20110401 (prerelease) gcc (GCC) 4.7.0 20110401 (experimental) gcc-4.4.5-2.fc13 gcc-4.5.1-4.fc14 gcc-4.6.0-0.15.fc15