From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2688 invoked by alias); 23 Sep 2009 14:26:09 -0000 Received: (qmail 2643 invoked by uid 48); 23 Sep 2009 14:25:56 -0000 Date: Wed, 23 Sep 2009 14:26:00 -0000 Message-ID: <20090923142556.2642.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: "howarth at nitro dot med dot uc dot edu" 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/msg02183.txt.bz2 ------- Comment #53 from howarth at nitro dot med dot uc dot edu 2009-09-23 14:25 ------- So then the most robust approach would be to add your patch to enable dwarf debugging on darwin8 and then add... gno-strict-dwarf Common RejectNegative Var(dwarf_strict,0) Init(1) Emit DWARF additions beyond selected version to gcc/config/darwin.opt, no? I guess we do have to worry about whether powerpc-darwin understands dwarf3. Perhaps we might need to also default gdwarf2 on for powerpc-darwin in for that target as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41405