From: Richard Guenther Date: Mon, 23 May 2011 14:52:31 +0000 (+0000) Subject: forwprop-11.c: Adjust and un-XFAIL. X-Git-Tag: releases/gcc-4.7.0~6588 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bdfec38fc5f00877adbd6590b6b942dd53f797c;p=thirdparty%2Fgcc.git forwprop-11.c: Adjust and un-XFAIL. 2011-05-23 Richard Guenther * gcc.dg/tree-ssa/forwprop-11.c: Adjust and un-XFAIL. From-SVN: r174069 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0fd397ce8bac..be8b2eac0364 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-05-23 Richard Guenther + + * gcc.dg/tree-ssa/forwprop-11.c: Adjust and un-XFAIL. + 2011-05-23 Richard Guenther PR tree-optimization/40874 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c index 73051ae96453..24c9d16d9dbe 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target int32plus } */ /* { dg-options "-O -fdump-tree-forwprop1" } */ int f(int *p, int n) @@ -15,5 +16,5 @@ int g(int *p, int n) return q[-1]; } -/* { dg-final { scan-tree-dump-times "= \\\(\\\*a_..\\\)\\\[1\\\];" 2 "forwprop1" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "= MEM\\\[\\\(int \\\*\\\)a_.. \\\+ 4B\\\];" 2 "forwprop1" } } */ /* { dg-final { cleanup-tree-dump "forwprop1" } } */