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/80212] [5/6 Regression] ICE: error: comdat-local function called by virtual


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

--- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri May 26 11:29:35 2017
New Revision: 248499

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

2017-05-26  Martin Liska  <mliska@suse.cz>

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

        PR ipa/80212
        * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
        * ipa-split.c (split_function): Create a local comdat symbol
        if caller is in a comdat group.
2017-05-26  Martin Liska  <mliska@suse.cz>

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

        PR ipa/80212
        * g++.dg/ipa/pr80212.C: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/g++.dg/ipa/pr80212.C
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/cgraph.c
    branches/gcc-6-branch/gcc/ipa-split.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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