https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920
--- Comment #18 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Fri Jun 7 07:54:20 2019 New Revision: 272035 URL: https://gcc.gnu.org/viewcvs?rev=272035&root=gcc&view=rev Log: Darwin, x86, fix three testcases for pr82920 only on 8 branch. As part of the backport for pr82920, the following three testcases that are only present on the 8 branch, also needed amendment. gcc/testsuite/ 2019-06-07 Iain Sandoe <i...@sandoe.co.uk> PR target/82920 * gcc.target/i386/indirect-thunk-bnd-1.c: Adjust scan-asms for Darwin, do not use -fno-pic on Darwin. * gcc.target/i386/indirect-thunk-bnd-2.c: Likewise. * gcc.target/i386/ret-thunk-25.c: Skip for Darwin, which has a different ABI for returning this category of complex value. Modified: branches/gcc-8-branch/gcc/testsuite/ChangeLog branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-bnd-1.c branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-bnd-2.c branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-25.c