From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10382 invoked by alias); 25 Jan 2011 19:38:43 -0000 Received: (qmail 10373 invoked by uid 22791); 25 Jan 2011 19:38:43 -0000 X-SWARE-Spam-Status: No, hits=-6.2 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; Tue, 25 Jan 2011 19:38:36 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0PJcYZE016920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 Jan 2011 14:38:34 -0500 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0PJcWlo005743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 25 Jan 2011 14:38:34 -0500 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p0PJcWko025294 for ; Tue, 25 Jan 2011 20:38:32 +0100 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id p0PJcWtt025293 for gdb-patches@sourceware.org; Tue, 25 Jan 2011 20:38:32 +0100 Date: Wed, 26 Jan 2011 01:58:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: Re: [patch] Fix DWARF-3+ DW_AT_accessibility default assumption Message-ID: <20110125193832.GA25283@host1.dyn.jankratochvil.net> References: <20110125193748.GA25086@host1.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110125193748.GA25086@host1.dyn.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-01/txt/msg00509.txt.bz2 On Tue, 25 Jan 2011 20:37:48 +0100, Jan Kratochvil wrote: > GDB regresses on default compiler option -gdwarf-3 on gcc-4.6+ as this gcc > started to omit DW_AT_accessibility for the default value case. Normal > upstream gcc still has -gdwarf-2 default (Fedora uses -gdwarf-3 default). More info at: https://bugzilla.redhat.com/show_bug.cgi?id=672157 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45124 Regards, Jan