re PR testsuite/72850 (FAIL: gcc.dg/tree-ssa/pr69270-3.c scan-tree-dump-times uncprop...
authorRichard Biener <rguenther@suse.de>
Wed, 25 Jan 2017 13:14:41 +0000 (13:14 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 25 Jan 2017 13:14:41 +0000 (13:14 +0000)
2017-01-25  Richard Biener  <rguenther@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.

From-SVN: r244898

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr69270-3.c

index 43e18fea091a4195ee7d9974990bb852b39669ba..f655f5e507b399611a5f5d1b8a5402363c60180f 100644 (file)
@@ -1,3 +1,9 @@
+2017-01-25  Richard Biener  <rguenther@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.
+
 2017-01-25  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/69264
index d546ac62b4625d6d74f29d69d449e9a364f080cb..89735f67de209af0b72720ab5e58c288593e1fb9 100644 (file)
@@ -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;