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/81128] Function multi-versioning does not work with -O


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

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

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

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

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

        PR ipa/81128
        * ipa-visibility.c (non_local_p): Handle visibility.
2017-09-15  Martin Liska  <mliska@suse.cz>

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

        PR ipa/81128
        * c-attribs.c (handle_alias_ifunc_attribute): Append ifunc alias
        to a function declaration.
2017-09-15  Martin Liska  <mliska@suse.cz>

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

        PR ipa/81128
        * gcc.target/i386/pr81128.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr81128.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/c-family/ChangeLog
    branches/gcc-5-branch/gcc/c-family/c-common.c
    branches/gcc-5-branch/gcc/ipa-visibility.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]