https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920
--- Comment #23 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Sat Sep 28 20:05:38 2019 New Revision: 276259 URL: https://gcc.gnu.org/viewcvs?rev=276259&root=gcc&view=rev Log: [X86, Darwin] Backport fix for pr82920 (part 4). As part of the backport for pr82920, the following three testcases that are only present on the 7 and 8 branch, also needed amendment. 2019-09-28 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-7-branch/gcc/testsuite/ChangeLog branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-bnd-1.c branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-bnd-2.c branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/ret-thunk-25.c