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/81696] [5/6/7 Regression] ICF ICE on non-local goto


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

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Sep 15 12:13:42 2017
New Revision: 252810

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

2017-09-15  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-08-08  Martin Liska  <mliska@suse.cz>

        PR tree-opt/81696
        * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
        LABEL_DECLs that can be from a different function.
2017-09-15  Martin Liska  <mliska@suse.cz>

        Backport from mainline
        2017-08-08  Martin Liska  <mliska@suse.cz>

        PR tree-opt/81696
        * gcc.dg/ipa/pr81696.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/pr81696.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/ipa-icf-gimple.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

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