This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, Darwin] Fix PR67974.


On 12/23/18 8:05 AM, Iain Sandoe wrote:
> Hi,
> 
> 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.
> 
> This is needed on all open branches.
> 
> OK for trunk?
> branches?
> 
> thanks
> Iain
> 
> gcc/testsuite/
> 
> 	PR testsuite/67974
> 	* gcc.target/x86_64/abi/avx/asm-support-darwin.s: New.
OK anywhere you want to install.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]