re PR tree-optimization/53703 (verify_ssa: definition in block 105 does not dominate...
authorBill Schmidt <wschmidt@linux.ibm.com>
Mon, 18 Jun 2012 12:22:37 +0000 (12:22 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Mon, 18 Jun 2012 12:22:37 +0000 (12:22 +0000)
commit9b10be32fd3295d086c4a4cef68e9139a7a07f85
tree050a04211fcff225eb26ab491fbd34278b2cb418
parentd421b10cd17c92b2705aeb4f279792dced9f896d
re PR tree-optimization/53703 (verify_ssa: definition in block 105 does not dominate use in block 103)

gcc:

2012-06-18  Bill Schmidt  <wschmidt@linux.ibm.com>

PR tree-optimization/53703
* tree-ssa-phiopt.c (hoist_adjacent_loads): Skip virtual phis;
correctly set bb_for_def[12].

gcc/testsuite:

2012-06-18  Bill Schmidt  <wschmidt@linux.ibm.com>

PR tree-optimization/53703
* gcc.dg/torture/pr53703.c: New test.

From-SVN: r188731
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr53703.c [new file with mode: 0644]
gcc/tree-ssa-phiopt.c