re PR tree-optimization/37432 (ICE in VN_INFO, at tree-ssa-sccvn.c:180)
authorRichard Guenther <rguenther@suse.de>
Wed, 10 Sep 2008 15:07:04 +0000 (15:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 10 Sep 2008 15:07:04 +0000 (15:07 +0000)
commitbfb0b886347527f7747735d030a112b773b45098
treeae5ffeb146ccb202a3b56336dbc28fbaa24e2149
parentb70e977531af718dc6b3173d0645583f2b9a4808
re PR tree-optimization/37432 (ICE in VN_INFO, at tree-ssa-sccvn.c:180)

2008-09-10  Richard Guenther  <rguenther@suse.de>

PR middle-end/37432
* tree-inline.c (insert_init_stmt): Make sure to not
insert invalid gimple stores.

* gcc.c-torture/compile/pr37432.c: New testcase.

From-SVN: r140233
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr37432.c [new file with mode: 0644]
gcc/tree-inline.c