From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18470 invoked by alias); 5 Dec 2010 20:27:08 -0000 Received: (qmail 18461 invoked by uid 22791); 5 Dec 2010 20:27:07 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 05 Dec 2010 20:27:04 +0000 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/43751] dsymutil is not called for fortran and, under some circumstances not for other FEs. X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: iains at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 05 Dec 2010 20:27:00 -0000 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: 2010-12/txt/msg00503.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43751 --- Comment #17 from Iain Sandoe 2010-12-05 20:26:53 UTC --- dsymutil will generate the same issues for languages already enabled (there are some cases in the c/c++ test-suite on i686-Darwin9). my 0.02 euros: I would prefer to have it enabled for Darwin9 - since that is the last usable case for ppc (if the test-suite prune approach works, then I much prefer that over a hack script). If dsymutil is buggy on Darwin9, there is nothing we can currently do - since I don't imagine that there will be another update for XCode on Darwin9. Not enabling it is simply hiding a problem - not solving it. (maybe one day we'll have time to roll our own and then the dependency will be resolved).