From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10837 invoked by alias); 9 Dec 2009 00:12:17 -0000 Received: (qmail 10817 invoked by uid 48); 9 Dec 2009 00:12:04 -0000 Date: Wed, 09 Dec 2009 00:12:00 -0000 Message-ID: <20091209001204.10816.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/42333] complex division failure on darwin10 with -lm 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-12/txt/msg00911.txt.bz2 ------- Comment #15 from howarth at nitro dot med dot uc dot edu 2009-12-09 00:12 ------- (In reply to comment #13) > You can try filing a bug report at Apple, but I think a better route would be > to see if we can avoid linking in the system ___divdc3 from FSF GCC. > This may be impossible without having FSF gcc access its own ___divdc3 under a different symbol name. The functionality of libgcc has been subsumed into libSystem in darwin10 and the symbols from libgcc itself are supposed to be ignored in favor of those from libSystem... http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-September/025898.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42333