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 middle-end/64465] [5 Regression] internal compiler error: verify_flow_info failed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64465

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jan  5 21:45:08 2015
New Revision: 219200

URL: https://gcc.gnu.org/viewcvs?rev=219200&root=gcc&view=rev
Log:
    PR tree-optimization/64465
    * tree-inline.c (redirect_all_calls): During inlining
    clean up EH stmts and EH edges if redirect_call_stmt_to_callee
    changed the stmt to a non-throwing call.

    * gcc.dg/pr64465.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr64465.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-inline.c


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