forwprop-11.c: Adjust and un-XFAIL.
authorRichard Guenther <rguenther@suse.de>
Mon, 23 May 2011 14:52:31 +0000 (14:52 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 23 May 2011 14:52:31 +0000 (14:52 +0000)
2011-05-23  Richard Guenther  <rguenther@suse.de>

* gcc.dg/tree-ssa/forwprop-11.c: Adjust and un-XFAIL.

From-SVN: r174069

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c

index 0fd397ce8bac1f7db377ef4bfc328d1a7cdbe06e..be8b2eac0364e1eb81925a32d1852108cbfaabce 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-23  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/tree-ssa/forwprop-11.c: Adjust and un-XFAIL.
+
 2011-05-23  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/40874
index 73051ae9645378ba82a70aa1764651e25e7bed20..24c9d16d9dbee567a4cb8ead4066869f7315c37d 100644 (file)
@@ -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" } } */