https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58321
--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Mon May 20 12:28:18 2019 New Revision: 271415 URL: https://gcc.gnu.org/viewcvs?rev=271415&root=gcc&view=rev Log: darwin, testsuite - fix PR58321 Darwin doesn't emit a .file directive by default and one of the scan-asm hits for ELF targets comes from this directive. Adjust for Darwin and explain. 2019-05-20 Iain Sandoe <i...@sandoe.co.uk> PR testsuite/58321 * gcc.target/i386/memcpy-strategy-3.c: Adjust count for Darwin and add a comment as to the reason for the difference. * gcc.target/i386/memset-strategy-1.c: Likewise. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c trunk/gcc/testsuite/gcc.target/i386/memset-strategy-1.c