This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/45470] [4.6 Regression] ICE: verify_flow_info failed: BB 2 can not throw but has an EH edge with -ftree-vectorize -fnon-call-exceptions


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45470

--- Comment #12 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-02-25 11:18:17 UTC ---
Author: ebotcazou
Date: Fri Feb 25 11:18:14 2011
New Revision: 170492

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170492
Log:
    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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-data-refs.c
    trunk/gcc/tree-vect-stmts.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]