darwin, testsuite - fix PR58321
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 20 May 2019 12:28:18 +0000 (12:28 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Mon, 20 May 2019 12:28:18 +0000 (12:28 +0000)
commitab904df5f9063cf3075ae20b97cf4df9e6612cc1
tree936f1ceb8a92a68bff01d28d4d05c3ceccc52253
parent810c42c38d37317c80b57db0a8b6d8991e78ef50
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  <iain@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.

From-SVN: r271415
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c
gcc/testsuite/gcc.target/i386/memset-strategy-1.c