This is the mail archive of the gcc-patches@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]

Re: [PATCH] Fix ifunc and resolver (PR ipa/81213).


PING^2

On 07/11/2017 03:51 PM, Martin Liška wrote:
> PING^1
> 
> Martin
> 
> On 06/30/2017 10:47 AM, Martin Liška wrote:
>> Hello.
>>
>> Following patch does refactoring of make_resolver_func where ifunc
>> alias and resolver were probably confused.
>>
>> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
>> i386.exp tests work on x86_64-linux-gnu.
>>
>> Ready to be installed?
>> Martin
>>
>> gcc/ChangeLog:
>>
>> 2017-06-29  Martin Liska  <mliska@suse.cz>
>>
>>     PR ipa/81213
>>     * config/i386/i386.c (make_resolver_func): Do complete
>>     refactoring of the function.
>>
>> gcc/testsuite/ChangeLog:
>>
>> 2017-06-29  Martin Liska  <mliska@suse.cz>
>>
>>     PR ipa/81213
>>     * gcc.target/i386/pr81213.c: New test.
>> ---
>>   gcc/config/i386/i386.c                  | 37 ++++++++++++++++-----------------
>>   gcc/testsuite/gcc.target/i386/pr81213.c | 19 +++++++++++++++++
>>   2 files changed, 37 insertions(+), 19 deletions(-)
>>   create mode 100644 gcc/testsuite/gcc.target/i386/pr81213.c
>>
>>
> 


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