re PR testsuite/72850 (FAIL: gcc.dg/tree-ssa/pr69270-3.c scan-tree-dump-times uncprop1 ", 1" 4)

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
This commit is contained in:
Richard Biener 2017-01-25 13:14:41 +00:00 committed by Richard Biener
parent c287389223
commit a5d6927fef
2 changed files with 7 additions and 1 deletions

View 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

View 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;