re PR tree-optimization/92461 (ICE: verify_ssa failed (error: excess use operand...
authorRichard Biener <rguenther@suse.de>
Tue, 12 Nov 2019 12:08:07 +0000 (12:08 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 12 Nov 2019 12:08:07 +0000 (12:08 +0000)
commit830d1b18526dd1f085e8a2e1467a6dde18fc6434
treec68a037d3b325b2a8ae7994fd915b409a113d340
parent6ed760441a35e308dc434fac1f6a6589668ee928
re PR tree-optimization/92461 (ICE: verify_ssa failed (error: excess use operand for statement))

2019-11-12  Richard Biener  <rguenther@suse.de>

PR tree-optimization/92461
* tree-vect-loop.c (vect_create_epilog_for_reduction): Update
stmt after propagation.

* gcc.dg/torture/pr92461.c: New testcase.

From-SVN: r278093
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr92461.c [new file with mode: 0644]
gcc/tree-vect-loop.c