On Jan 24, 2024, at 1:12 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote:
> 
> gcc.target/i386/avx512vl-stv-rotatedi-1.c FAILs on 32-bit Solaris/x86
> since its introduction in
> 
> commit 4814b63c3c2326cb5d7baa63882da60ac011bd97
> Author: Roger Sayle <ro...@nextmovesoftware.com>
> Date:   Mon Jul 10 09:04:29 2023 +0100
> 
>    i386: Add AVX512 support for STV of SI/DImode rotation by constant.
> 
> FAIL: gcc.target/i386/avx512vl-stv-rotatedi-1.c scan-assembler-times 
> vpro[lr]q 29
> 
> While the test depends on -mstv, 32-bit Solaris/x86 defaults to
> -mstackrealign which is incompatible.
> 
> The patch thus specifies -mstv -mno-stackrealign explicitly.
> 
> Tested on i386-pc-solaris2.11 and i686-pc-linux-gnu.
> 
> Ok for trunk?

Ok.

Reply via email to