]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/90395 (ICE: verify_flow_info failed (error: BB 2 cannot throw...
authorRichard Biener <rguenther@suse.de>
Thu, 9 May 2019 10:09:30 +0000 (10:09 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 9 May 2019 10:09:30 +0000 (10:09 +0000)
commit362e280d10c61bec13c1d02c11a1c4ac0846db7e
treef4cb340f6f9d4a09fec51164d13a4a34586d1b11
parent8de916aa9440d506f8ba37dc0bf39dbe98a0f215
re PR tree-optimization/90395 (ICE: verify_flow_info failed (error: BB 2 cannot throw but has an EH edge))

2019-05-09  Richard Biener  <rguenther@suse.de>

PR tree-optimization/90395
* tree-ssa-forwprop.c (pass_forwprop::execute): Do not
rewrite vector stores that throw internally.

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

From-SVN: r271031
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr90395.c [new file with mode: 0644]
gcc/tree-ssa-forwprop.c