From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21580 invoked by alias); 6 Jun 2008 13:00:07 -0000 Received: (qmail 20864 invoked by uid 48); 6 Jun 2008 12:59:23 -0000 Date: Fri, 06 Jun 2008 13:00:00 -0000 Message-ID: <20080606125923.20863.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2008-06/txt/msg00254.txt.bz2 ------- Comment #1 from dominiq at lps dot ens dot fr 2008-06-06 12:59 ------- The failures disappear with the following patch: --- /opt/gcc/_gcc_clean/gcc/testsuite/g++.dg/cdce3.C 2008-06-05 08:50:23.000000000 +0200 +++ /opt/gcc/gcc-4.4-work/gcc/testsuite/g++.dg/cdce3.C 2008-06-06 13:50:12.000000000 +0200 @@ -1,4 +1,4 @@ -/* { dg-do run { target { ! "*-*-darwin" } } } */ +/* { dg-do run { target { ! "*-*-darwin*" } } } */ /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -lm" } */ /* { dg-final { scan-tree-dump "cdce3.C:68: note: function call is shrink-wrapped into error conditions\." "cdce" } }*/ /* { dg-final { scan-tree-dump "cdce3.C:69: note: function call is shrink-wrapped into error conditions\." "cdce" } }*/ (at least on i686-apple-darwin9). -- dominiq at lps dot ens dot fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |davidxl at google dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36440