Re: [PATCH] testsuite: fixup pr97521.c and pr96713.c on i686-*

2022-03-29 Thread Richard Biener via Gcc-patches
On Mon, Mar 28, 2022 at 4:46 PM Marc Poulhiès via Gcc-patches
 wrote:
>
> Marc Poulhiès  writes:
>
> > On targets that do not have MXX/SSE enabled by default, pr97521
> > and pr96713 fail because they emit warnings:
> >
> > pr97521.c:12:1: warning: MMX vector return without MMX enabled
> > changes the ABI [-Wpsabi]
> > pr97521.c:11:1: note: the ABI for passing parameters with
> > 16-byte alignment has changed in GCC 4.6
> > pr97521.c:11:1: warning: SSE vector argument without SSE enabled
> > changes the ABI [-Wpsabi]
> >
> > Add -Wno-abi to dg-options.
> >
> > Ok for master?
>
> ping ?

OK


Re: [PATCH] testsuite: fixup pr97521.c and pr96713.c on i686-*

2022-03-28 Thread Marc Poulhiès via Gcc-patches
Marc Poulhiès  writes:

> On targets that do not have MXX/SSE enabled by default, pr97521
> and pr96713 fail because they emit warnings:
>
> pr97521.c:12:1: warning: MMX vector return without MMX enabled
> changes the ABI [-Wpsabi]
> pr97521.c:11:1: note: the ABI for passing parameters with
> 16-byte alignment has changed in GCC 4.6
> pr97521.c:11:1: warning: SSE vector argument without SSE enabled
> changes the ABI [-Wpsabi]
>
> Add -Wno-abi to dg-options.
>
> Ok for master?

ping ?