From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3612 invoked by alias); 22 Sep 2009 15:04:43 -0000 Received: (qmail 1434 invoked by uid 48); 22 Sep 2009 15:04:29 -0000 Date: Tue, 22 Sep 2009 15:04:00 -0000 Message-ID: <20090922150429.1433.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/41405] [4.5 Regression] Bootstrap fails on *-apple-darwin* due to revision 151815 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg02077.txt.bz2 ------- Comment #36 from jakub at gcc dot gnu dot org 2009-09-22 15:04 ------- Remove -gdwarf-2 as well. -gdwarf-2 is the same as -g when dwarf_version defaults to 2 (which is true on the trunk). Easiest quick hack to turn -gstrict-dwarf on is add Init(1) to gno-strict-dwarf in common.opt (that's how I've been testing it). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41405