re PR tree-optimization/47838 (FAIL: gcc.dg/tree-ssa/foldconst-2.c scan-tree-dump...
authorRichard Guenther <rguenther@suse.de>
Wed, 23 Feb 2011 15:53:48 +0000 (15:53 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 23 Feb 2011 15:53:48 +0000 (15:53 +0000)
PR tree-optimization/47838
* gcc.dg/tree-ssa/foldconst-2.c: Scan tree-ch dump.

From-SVN: r170439

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/foldconst-2.c

index a72350510c52b0c394d53ee8a7b4bea763b13dab..f92d25e12cdf9447385f2ea099a57494d312fb49 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-23  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/47838
+       * gcc.dg/tree-ssa/foldconst-2.c: Scan tree-ch dump.
+
 2011-02-23  Uros Bizjak  <ubizjak@gmail.com>
 
        * g++.dg/other/pr47218.C: Fix dg-options.  Cleanup saved temps.
index 8fdad906a80f89dcfd97efdc9b5b71baccb3e0db..0eff197bf4a04084f8957b6f3e53cb14b485d8b5 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-options "-O2 -fdump-tree-ch" } */
 typedef union tree_node *tree;
 enum tree_code
 {
@@ -54,5 +54,5 @@ emit_support_tinfos (void)
 }
 /* We should copy loop header to fundamentals[0] and then fold it way into
    known value.  */
-/* { dg-final { scan-tree-dump-not "fundamentals.0" "optimized"} } */
-/* { dg-final { cleanup-tree-dump "optimized" } } */
+/* { dg-final { scan-tree-dump-not "fundamentals.0" "ch"} } */
+/* { dg-final { cleanup-tree-dump "ch" } } */