From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23001 invoked by alias); 11 Apr 2010 15:10:33 -0000 Received: (qmail 22642 invoked by uid 48); 11 Apr 2010 15:10:14 -0000 Date: Sun, 11 Apr 2010 15:10:00 -0000 Message-ID: <20100411151014.22641.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: "iains 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: 2010-04/txt/msg01073.txt.bz2 ------- Comment #39 from iains at gcc dot gnu dot org 2010-04-11 15:10 ------- (In reply to comment #38) > Interestingly, while the change in Comment 37 eliminates the failures in > gcc.dg/torture/builtin-math-7.c, it introduces the failures... > > FAIL: gcc.c-torture/execute/20020412-1.c compilation, -O3 -g > FAIL: gcc.c-torture/execute/20040811-1.c compilation, -O3 -g > FAIL: gcc.c-torture/execute/pr43220.c compilation, -O3 -g > FAIL: gcc.c-torture/execute/vla-dealloc-1.c compilation, -O3 -g > > These appear in the form... This is what Dominque already reported [comment #33] (and the reason for my comments on dsymutil). We will have to look at what to do about this - the cases have already been investigated and declared "dsymutil bug" maybe we can add a prune command to the testcase in the short term. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42333