diff mbox

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

Message ID alpine.LNX.2.00.1105231651450.810@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener May 23, 2011, 2:52 p.m. UTC
Committed.

Richard.

2011-05-23  Richard Guenther  <rguenther@suse.de>

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

Patch

Index: gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c
===================================================================
--- gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c	(revision 174067)
+++ gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c	(working copy)
@@ -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" } } */