re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not throw but...
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 25 Feb 2011 11:18:14 +0000 (11:18 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 25 Feb 2011 11:18:14 +0000 (11:18 +0000)
commit822ba6d74fae9b7ec37971d69026c457a0293e31
tree68df283b6fe0235c96f58e965ca1f423941e8ddd
parent79a0b1460c85e284fed830b770109c2dbad2a279
re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not throw but has an EH edge with -ftree-vectorize -fnon-call-exceptions)

PR tree-optimization/45470
* tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
can throw internally only.
* tree-vect-stmts.c (vectorizable_call): Likewise.

From-SVN: r170492
gcc/ChangeLog
gcc/tree-vect-data-refs.c
gcc/tree-vect-stmts.c