]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/55111 (ICE: tree check: expected ssa_name, have integer_cst...
authorRichard Biener <rguenther@suse.de>
Tue, 30 Oct 2012 12:02:39 +0000 (12:02 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 30 Oct 2012 12:02:39 +0000 (12:02 +0000)
commitc96cab6e77de25e1f15b3d8c33cd22a789bc7c4f
tree89e5df61ad8bb0b544fb0e3a1e863824055c7b35
parent01850a764f2740773a3c922d3689c1a42c787d5c
re PR tree-optimization/55111 (ICE: tree check: expected ssa_name, have integer_cst in live_on_edge, at tree-vrp.c:89)

2012-10-30  Richard Biener  <rguenther@suse.de>

PR tree-optimization/55111
* tree-ssa-pre.c (eliminate_insert): Properly fold the built
stmt.

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

From-SVN: r192984
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr55111.c [new file with mode: 0644]
gcc/tree-ssa-pre.c