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/64559] [5 Regression] ICE at -Os on x86_64-linux-gnu in remove_unreachable_nodes, at ipa.c:582


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

--- Comment #4 from Martin LiÅka <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Thu Jan 15 17:29:23 2015
New Revision: 219672

URL: https://gcc.gnu.org/viewcvs?rev=219672&root=gcc&view=rev
Log:
Fix for PR64068 and PR64559.

    * g++.dg/ipa/pr64068.C: New test.
    * gcc.dg/ipa/PR64559.c: New test.
    PR ipa/64068
    PR ipa/64559
    * ipa.c (symbol_table::remove_unreachable_nodes):
    Do not put abstract origins into boundary.



Added:
    trunk/gcc/testsuite/g++.dg/ipa/pr64068.C
    trunk/gcc/testsuite/gcc.dg/ipa/PR64559.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa.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]