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/81213] GCC target_clone support does not work for static functions


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

--- Comment #6 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Author: aldyh
Date: Wed Sep 13 16:52:26 2017
New Revision: 252401

URL: https://gcc.gnu.org/viewcvs?rev=252401&root=gcc&view=rev
Log:
Fix ifunc and resolver (PR ipa/81213).

2017-08-11  Martin Liska  <mliska@suse.cz>

        PR ipa/81213
        * config/i386/i386.c (make_resolver_func): Do complete
        refactoring of the function.
2017-08-11  Martin Liska  <mliska@suse.cz>

        PR ipa/81213
        * gcc.target/i386/pr81213.c: New test.

Added:
    branches/range-gen2/gcc/testsuite/gcc.target/i386/pr81213.c
Modified:
    branches/range-gen2/gcc/ChangeLog
    branches/range-gen2/gcc/config/i386/i386.c
    branches/range-gen2/gcc/testsuite/ChangeLog

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