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 #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Aug 11 08:10:42 2017
New Revision: 251047

URL: https://gcc.gnu.org/viewcvs?rev=251047&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:
    trunk/gcc/testsuite/gcc.target/i386/pr81213.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.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]