Re: [PATCH] Redirect reference in the symbol table (PR ipa/84833).

2018-03-16 Thread Martin Liška
On 03/13/2018 02:35 PM, Martin Liška wrote: > Hi. > > This fixed issue where we have an ifunc function called from another ifunc > function. > One needs to properly make a reference redirection. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > MVC tests on x86_64

[PATCH] Redirect reference in the symbol table (PR ipa/84833).

2018-03-13 Thread Martin Liška
Hi. This fixed issue where we have an ifunc function called from another ifunc function. One needs to properly make a reference redirection. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. MVC tests on x86_64 also work fine. Ready for trunk? Thanks, Martin gcc/Chang