https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65364
--- Comment #7 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Sat Aug 31 19:23:54 2019 New Revision: 275248 URL: https://gcc.gnu.org/viewcvs?rev=275248&root=gcc&view=rev Log: [Darwin, testsuite] Fix PR 65364 (uninit-19.c). This test currently fails on Darwin, because the port inlines fn2 for both PIC (and non-pic for m32). Fixed by adjusting the target condition. 2019-08-31 Iain Sandoe <i...@sandoe.co.uk> Backport from mainline. 2019-06-11 Iain Sandoe <i...@sandoe.co.uk> PR testsuite/65364 * gcc.dg/uninit-19.c (fn1): Adjust target condition for Darwin. (fn2): Likewise. Modified: branches/gcc-8-branch/gcc/testsuite/ChangeLog branches/gcc-8-branch/gcc/testsuite/gcc.dg/uninit-19.c