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 rtl-optimization/79194] [7 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (error: flow control insn inside a basic block)


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

--- Comment #3 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Fri Jan 27 19:40:44 2017
New Revision: 244993

URL: https://gcc.gnu.org/viewcvs?rev=244993&root=gcc&view=rev
Log:
2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>

        PR rtl-optimization/79194
        * cprop.c (one_cprop_pass): Move deletion of code after unconditional
        traps before call to bypass_conditional_jumps.

        PR rtl-optimization/79194
        * gcc.dg/torture/pr79194.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr79194.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cprop.c
    trunk/gcc/testsuite/ChangeLog

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