Re: [PATCH] libgomp, testsuite : Require alias support for PR96390 testcase.

2021-02-27 Thread Jakub Jelinek via Gcc-patches
On Sat, Feb 27, 2021 at 02:59:03PM +, Iain Sandoe wrote: > This test fails everywhere on Darwin, which does not have support for symbol > aliases. Add a dg-require-alias to UNSUPPORT it. > > Ordinarily, I would have considered adding the dg-require as ‘obvious’ but I > see > that you already

[PATCH] libgomp, testsuite : Require alias support for PR96390 testcase.

2021-02-27 Thread Iain Sandoe
Hi, This test fails everywhere on Darwin, which does not have support for symbol aliases. Add a dg-require-alias to UNSUPPORT it. Ordinarily, I would have considered adding the dg-require as ‘obvious’ but I see that you already handled one case specifically (so wonder if there is some reason no