re PR testsuite/39696 (gcc.dg/tree-ssa/ssa-ccp-25.c scan-tree-dump doesn't work on...
authorRichard Guenther <rguenther@suse.de>
Thu, 9 Apr 2009 13:36:57 +0000 (13:36 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 9 Apr 2009 13:36:57 +0000 (13:36 +0000)
2009-04-09  Richard Guenther  <rguenther@suse.de>

PR testsuite/39696
* ssa-ccp-25.c: Adjust pattern.

From-SVN: r145839

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-25.c

index de58d16..853c490 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-09  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/39696
+       * ssa-ccp-25.c: Adjust pattern.
+
 2009-04-09  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/36704
index c6e76a2..f29c494 100644 (file)
@@ -8,7 +8,7 @@ int foo(int i)
   return *(p + i);
 }
 
-/* { dg-final { scan-tree-dump "&a\\\[D\\\." "ccp1" } } */
-/* { dg-final { scan-tree-dump "= a\\\[D\\\." "forwprop1" } } */
+/* { dg-final { scan-tree-dump "&a\\\[\[iD\]\\\." "ccp1" } } */
+/* { dg-final { scan-tree-dump "= a\\\[\[iD\]\\\." "forwprop1" } } */
 /* { dg-final { cleanup-tree-dump "ccp1" } } */
 /* { dg-final { cleanup-tree-dump "forwprop1" } } */