Re: [PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI.

2022-12-05 Thread Uros Bizjak via Gcc-patches
On Mon, Dec 5, 2022 at 10:17 PM Iain Sandoe wrote: > > Hi Uros, > > > On 5 Dec 2022, at 21:07, Uros Bizjak via Gcc-patches > > wrote: > > > > On Mon, Dec 5, 2022 at 3:54 PM Iain Sandoe wrote: > >> > >> Hi Uros, > >> > >>> On 5 Dec 2022, at 10:37, Uros Bizjak via Gcc-patches > >>> wrote: > >>>

Re: [PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI.

2022-12-05 Thread Iain Sandoe
Hi Uros, > On 5 Dec 2022, at 21:07, Uros Bizjak via Gcc-patches > wrote: > > On Mon, Dec 5, 2022 at 3:54 PM Iain Sandoe wrote: >> >> Hi Uros, >> >>> On 5 Dec 2022, at 10:37, Uros Bizjak via Gcc-patches >>> wrote: >>> >>> On Sun, Dec 4, 2022 at 9:30 PM Iain Sandoe wrote: >> gc

Re: [PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI.

2022-12-05 Thread Uros Bizjak via Gcc-patches
On Mon, Dec 5, 2022 at 3:54 PM Iain Sandoe wrote: > > Hi Uros, > > > On 5 Dec 2022, at 10:37, Uros Bizjak via Gcc-patches > > wrote: > > > > On Sun, Dec 4, 2022 at 9:30 PM Iain Sandoe wrote: > >> > > >> gcc/testsuite/ChangeLog: > >> > >>* gcc.target/x86_64/abi/bf16/args.h: Make xmm_regs

Re: [PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI.

2022-12-05 Thread Iain Sandoe
Hi Uros, > On 5 Dec 2022, at 10:37, Uros Bizjak via Gcc-patches > wrote: > > On Sun, Dec 4, 2022 at 9:30 PM Iain Sandoe wrote: >> >> gcc/testsuite/ChangeLog: >> >>* gcc.target/x86_64/abi/bf16/args.h: Make xmm_regs, x87_regs extern. >>* gcc.target/x86_64/abi/bf16/m256bf16/arg

Re: [PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI.

2022-12-05 Thread Uros Bizjak via Gcc-patches
On Sun, Dec 4, 2022 at 9:30 PM Iain Sandoe wrote: > > > > > On 4 Dec 2022, at 20:20, Uros Bizjak via Gcc-patches > > wrote: > > > > On Sun, Dec 4, 2022 at 12:51 PM Iain Sandoe wrote: > >> > >> This is almost a completely Darwin-local patch, but there is one (repeated) > >> place where a general

Re: [PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI.

2022-12-04 Thread Iain Sandoe
> On 4 Dec 2022, at 20:20, Uros Bizjak via Gcc-patches > wrote: > > On Sun, Dec 4, 2022 at 12:51 PM Iain Sandoe wrote: >> >> This is almost a completely Darwin-local patch, but there is one (repeated) >> place where a general change is needed - which is in making xmm_regs and >> x87_regs ex

Re: [PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI.

2022-12-04 Thread Uros Bizjak via Gcc-patches
On Sun, Dec 4, 2022 at 12:51 PM Iain Sandoe wrote: > > This is almost a completely Darwin-local patch, but there is one (repeated) > place where a general change is needed - which is in making xmm_regs and > x87_regs extern in the three copies of args.h (this is consistent with the > other saved v

[PATCH] testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/macOS ABI.

2022-12-04 Thread Iain Sandoe via Gcc-patches
This is almost a completely Darwin-local patch, but there is one (repeated) place where a general change is needed - which is in making xmm_regs and x87_regs extern in the three copies of args.h (this is consistent with the other saved vars). These fails represent most of the current testsuite noi