https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63891
--- Comment #12 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Tue May 21 16:24:25 2019 New Revision: 271474 URL: https://gcc.gnu.org/viewcvs?rev=271474&root=gcc&view=rev Log: darwin, testsuite - fix PR 63891. This is a testcase failing because one part of the codegen is (correctly) generating the scan-asm-not signature. Fixed by altering the build options. gcc/testsuite/ 2019-05-18 Iain Sandoe <i...@sandoe.co.uk> PR target/63891 * gcc.dg/darwin-weakimport-3.c: Adjust options and explain the reasons. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.dg/darwin-weakimport-3.c