This changes the testcase back to its original form, it had been
adjusted for the new threading passes but those were tamed down
by a cost change later.

Tested on x86_64-unknwon-linux-gnu, applied.

Richard.

2017-01-25  Richard Biener  <rguent...@suse.de>

        PR testsuite/72850
        * gcc.dg/tree-ssa/pr69270-3.c: Change back expected outcome
        to what we had before adding the threading passes.

Index: gcc/testsuite/gcc.dg/tree-ssa/pr69270-3.c
===================================================================
--- gcc/testsuite/gcc.dg/tree-ssa/pr69270-3.c   (revision 244891)
+++ gcc/testsuite/gcc.dg/tree-ssa/pr69270-3.c   (working copy)
@@ -3,7 +3,7 @@
 
 /* We're looking for a constant argument a PHI node.  There
    should only be one if we unpropagate correctly.  */
-/* { dg-final { scan-tree-dump-times ", 1" 4 "uncprop1"} } */
+/* { dg-final { scan-tree-dump-times ", 1" 1 "uncprop1"} } */
 
 typedef long unsigned int size_t;
 typedef union gimple_statement_d *gimple;

Reply via email to