PR tree-optimization/47838
* gcc.dg/tree-ssa/foldconst-2.c: Scan tree-ch dump.
From-SVN: r170439
+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.
/* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-options "-O2 -fdump-tree-ch" } */
typedef union tree_node *tree;
enum tree_code
{
}
/* 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" } } */