On Sun, Jan 21, 2018 at 8:46 AM, Bill Schmidt <wschm...@linux.vnet.ibm.com> wrote: > Hi, > > Segher discovered that one of the new safe-indirect-jump tests fails on AIX > because of a difference between AIX_V4 and AIX_ABI for 32-bit code. The > former generates sibcalls for nonlocal function calls, but the latter does > not. Thus this test should be skipped for AIX. > > Okay for trunk and possible backport to 7 after a quick AIX sniff test? > > Thanks, > Bill > > > 2018-01-21 Bill Schmidt <wschm...@linux.vnet.ibm.com> > > PR target/83946 > * gcc.target/powerpc/safe-indirect-jump-8.c: Skip for AIX.
I noticed the same failure. The current testcase partially succeeds. The test either can be completely skipped or some of the expected assembler output ignored on AIX. Thanks, David