mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
c287389223
commit
a5d6927fef
|
|
@ -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>
|
2017-01-25 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
PR tree-optimization/69264
|
PR tree-optimization/69264
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/* We're looking for a constant argument a PHI node. There
|
/* We're looking for a constant argument a PHI node. There
|
||||||
should only be one if we unpropagate correctly. */
|
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 long unsigned int size_t;
|
||||||
typedef union gimple_statement_d *gimple;
|
typedef union gimple_statement_d *gimple;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue