re PR bootstrap/44699 (Bootstrap failure for x86_64-apple-darwin10: ICE while compili...
commit8a1561bcd07c8e630f1e7492c364a664dd6f3d69
authorMichael Matz <matz@suse.de>
Wed, 30 Jun 2010 16:34:22 +0000 (30 16:34 +0000)
committerMichael Matz <matz@gcc.gnu.org>
Wed, 30 Jun 2010 16:34:22 +0000 (30 16:34 +0000)
tree2852023f84692231142ea669a9e5ceed97a70395
parent6b180c51344c45d4b0b4a792de68b634f4a354cd
re PR bootstrap/44699 (Bootstrap failure for x86_64-apple-darwin10: ICE while compiling genmodes.c)

PR bootstrap/44699
* tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
* gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
a gimple reg, attach the original VDEF to the last store in the
sequence.

testsuite/
PR bootstrap/44699
* gcc.dg/pr44699.c: New test.

From-SVN: r161614
gcc/ChangeLog
gcc/gimple-fold.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr44699.c [new file with mode: 0644]
gcc/tree-vrp.c