diff mbox

[committed] Fix PR tree-optimization/47838

Message ID 20110223155757.GA20235@hiauly1.hia.nrc.ca
State New
Headers show

Commit Message

John David Anglin Feb. 23, 2011, 3:57 p.m. UTC
Tested on hppa1.1-hp-hpux10.20.  Patch preapproved by Richard.

Dave
diff mbox

Patch

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