From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11554 invoked by alias); 21 Feb 2009 01:25:49 -0000 Received: (qmail 11380 invoked by uid 48); 21 Feb 2009 01:25:35 -0000 Date: Sat, 21 Feb 2009 01:25:00 -0000 Message-ID: <20090221012535.11379.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/38219] gcc.dg/tree-ssa/vrp47.c fails on powerpc 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-02/txt/msg01838.txt.bz2 ------- Comment #5 from howarth at nitro dot med dot uc dot edu 2009-02-21 01:25 ------- So should we have... Index: gcc/testsuite/gcc.dg/tree-ssa/vrp47.c =================================================================== --- gcc/testsuite/gcc.dg/tree-ssa/vrp47.c (revision 144342) +++ gcc/testsuite/gcc.dg/tree-ssa/vrp47.c (working copy) @@ -30,10 +30,10 @@ /* Test that x and y are never compared to 0 -- they're always known to be 0 or 1. */ -/* { dg-final { scan-tree-dump-times "\[xy\]\[^ \]* !=" 0 "vrp1" } } */ +/* { dg-final { scan-tree-dump-times "\[xy\]\[^ \]* !=" 0 "vrp1" { xfail powerpc*-*-* } } } */ /* This one needs more copy propagation that only happens in dom1. */ -/* { dg-final { scan-tree-dump-times "x\[^ \]* & y" 1 "dom1" } } */ +/* { dg-final { scan-tree-dump-times "x\[^ \]* & y" 1 "dom1" { xfail powerpc*-*-* } } } */ /* { dg-final { scan-tree-dump-times "x\[^ \]* & y" 1 "vrp1" { xfail *-*-* } } } */ /* These two are fully simplified by VRP. */ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38219