[Bug testsuite/67974] Missing gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s file
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 24 09:02:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974
--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> ---
Author: iains
Date: Mon Dec 24 09:02:03 2018
New Revision: 267395
URL: https://gcc.gnu.org/viewcvs?rev=267395&root=gcc&view=rev
Log:
Fix PR67974 for Darwin by adding an asm shim for AVX.
The PR is about a set of tests that were not executed because of
missing asm support.
However, the assembler can handle the insns now, so the tests are
attempted (but with a missing asm shim they fail).
This adds the shim.
In principle (bugs notwithstanding) Darwin’s x86_64 ABI is supposed
to follow the sysv psABI so we can have essentially a copy of the
Linux one.
2018-12-24 Iain Sandoe <iain@sandoe.co.uk>
PR testsuite/67974
* gcc.target/x86_64/abi/avx/asm-support-darwin.s: New.
Added:
trunk/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s
Modified:
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list