On Mon, Jul 24, 2017 at 1:52 PM, Martin Liška <mli...@suse.cz> wrote: > Hi. > > The patch fixed PR mentioned in subject of this email. We should not call the > transformation > on targets that do not support aliases. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > Apart from that, can you Yuri please take a look at failing test-case on > ppc64le: > > FAIL: gcc.dg/pr56727-2.c scan-assembler @(PLT|plt) > > in: https://gcc.gnu.org/ml/gcc-testresults/2017-07/msg02164.html
Thanks Martin, this has been reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81535 (the test gets tailcall optimized). I'll be back on Thursday to fix it. -Y