]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Darwin, testsuite ] Fix for PR58321.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 6 Sep 2019 15:51:01 +0000 (15:51 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Fri, 6 Sep 2019 15:51:01 +0000 (15:51 +0000)
commit468519584359ec4f802093966b3b493c0fc66043
treed6f8903a26f3e15a6ea2bce17b331d86cf1dead3
parent788f740a47f2c01bd13c8a0a4b0b0b4050a3a6a8
[Darwin, testsuite ] Fix for 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-09-06  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline.
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: r275466
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c
gcc/testsuite/gcc.target/i386/memset-strategy-1.c