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 ipa/65600] [5 Regression] bost testsuite failure: ICE: Segmentation fault


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

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Fri Mar 27 15:13:54 2015
New Revision: 221735

URL: https://gcc.gnu.org/viewcvs?rev=221735&root=gcc&view=rev
Log:

    PR ipa/65600
    * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
    of optimized out indirect call.
    (redirect_to_unreachable): Always build symbol table node for
    BUILT_IN_UNREACHABLE
    * g++.dg/torture/pr65600.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/torture/pr65600.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraph.c
    trunk/gcc/ipa-inline-analysis.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]