diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2024-02-01 12:50:50 +0100 |
---|---|---|
committer | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2024-02-01 12:50:50 +0100 |
commit | 6353c39699076444190b8e329f7c2fc28204662c (patch) | |
tree | 4da5b66534c3d5a6ead54010308229e1ec854eb1 /libcpp | |
parent | ee7011eab67d8272f88e954bbab2e42bf6353441 (diff) | |
download | gcc-6353c39699076444190b8e329f7c2fc28204662c.zip gcc-6353c39699076444190b8e329f7c2fc28204662c.tar.gz gcc-6353c39699076444190b8e329f7c2fc28204662c.tar.bz2 |
testsuite: i386: Fix gcc.target/i386/avx512vl-stv-rotatedi-1.c on 32-bit Solaris/x86
gcc.target/i386/avx512vl-stv-rotatedi-1.c FAILs on 32-bit Solaris/x86
since its introduction in
commit 4814b63c3c2326cb5d7baa63882da60ac011bd97
Author: Roger Sayle <roger@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.
2024-01-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
gcc/testsuite:
* gcc.target/i386/avx512vl-stv-rotatedi-1.c: Add -mstv
-mno-stackrealign to dg-options.
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions