aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2021-10-26 14:30:07 +0200
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2021-10-26 14:30:07 +0200
commita1516b50f291e132d76e3dc79ea91148f8713deb (patch)
treebe405ebd79aa0f20658b10ba5b63215b7ff294b3
parent2243f6cf4d18f8793eb3e77c444a191763509285 (diff)
downloadgcc-a1516b50f291e132d76e3dc79ea91148f8713deb.zip
gcc-a1516b50f291e132d76e3dc79ea91148f8713deb.tar.gz
gcc-a1516b50f291e132d76e3dc79ea91148f8713deb.tar.bz2
testsuite: i386: Fix gcc.target/i386/avx512f-pr96891-3.c on Solaris [PR102834]
gcc.target/i386/avx512f-pr96891-3.c currently FAILs on 32-bit Solaris/x86: FAIL: gcc.target/i386/avx512f-pr96891-3.c scan-assembler-times (?n)vpcmp[bwdq][ \\\\t]*\\\\\$7 4 There are only 3 instances of the expected pattern because Solaris/x86 defaults to -mno-stv. Fixed by compiling with -mstv and -mno-stackrealign. Tested on i386-pc-solaris2.11 and x86_64-pc-linux-gnu. 2021-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> gcc/testsuite: PR testsuite/102834 * gcc.target/i386/avx512f-pr96891-3.c: Add -mstv -mno-stackrealign to dg-options.
-rw-r--r--gcc/testsuite/gcc.target/i386/avx512f-pr96891-3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/avx512f-pr96891-3.c b/gcc/testsuite/gcc.target/i386/avx512f-pr96891-3.c
index 1cf18f2..06db752 100644
--- a/gcc/testsuite/gcc.target/i386/avx512f-pr96891-3.c
+++ b/gcc/testsuite/gcc.target/i386/avx512f-pr96891-3.c
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-mavx512vl -mavx512bw -mavx512dq -O2 -masm=att" } */
+/* { dg-options "-mavx512vl -mavx512bw -mavx512dq -O2 -masm=att -mstv -mno-stackrealign" } */
/* { dg-final { scan-assembler-not {not[bwlqd]\]} } } */
/* { dg-final { scan-assembler-times {(?n)vpcmp[bwdq][ \t]*\$5} 4} } */
/* { dg-final { scan-assembler-times {(?n)vpcmp[bwdq][ \t]*\$6} 4} } */