]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/45071 (ICE: tree check: expected ssa_name, have integer_cst...
authorRichard Guenther <rguenther@suse.de>
Mon, 26 Jul 2010 12:48:37 +0000 (12:48 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 26 Jul 2010 12:48:37 +0000 (12:48 +0000)
commite093ffe3c293fb22b4d9715159b604f29bacdcb5
treebbc03f60f0471b2b675fc2b8ead60f6ec5196090
parent71ff73f3fbaac481a9c3c9f49c885e9a5bdee84b
re PR tree-optimization/45071 (ICE: tree check: expected ssa_name, have integer_cst in inhibit_phi_insertion, at tree-ssa-pre.c:3278 with -ftree-pre -ftree-vectorize)

2010-07-26  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/45071
* tree-ssa-sccvn.c  (vn_reference_maybe_forwprop_address): Always
adjust op->opcode.

* gcc.dg/pr45071.c: New testcase.

From-SVN: r162534
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr45071.c [new file with mode: 0644]
gcc/tree-ssa-sccvn.c