https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102834
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Rainer Orth <r...@gcc.gnu.org>: https://gcc.gnu.org/g:a1516b50f291e132d76e3dc79ea91148f8713deb commit r12-4713-ga1516b50f291e132d76e3dc79ea91148f8713deb Author: Rainer Orth <r...@cebitec.uni-bielefeld.de> Date: Tue Oct 26 14:30:07 2021 +0200 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 <r...@cebitec.uni-bielefeld.de> gcc/testsuite: PR testsuite/102834 * gcc.target/i386/avx512f-pr96891-3.c: Add -mstv -mno-stackrealign to dg-options.