]> git.ipfire.org Git - thirdparty/gcc.git/commit
Adjust gcc.target/i386/vect-strided-3.c
authorRichard Biener <rguenther@suse.de>
Fri, 14 Jun 2024 09:31:53 +0000 (11:31 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 14 Jun 2024 09:34:11 +0000 (11:34 +0200)
commit1438b15e5430f7fab3832c35d262d6b58caba469
tree14990603dc310748daeae3bf0d3d93816d9e6e08
parentd66b820f392aa9a7c34d3cddaf3d7c73bf23f82d
Adjust gcc.target/i386/vect-strided-3.c

The following disables SSE4 instead of just AVX to avoid
pextrq being used, confusing the assembler scanning.  This
avoids the reported failure with -march=cascadelake but adds
a FAIL for -march=cascadelake -m32 (I've opened PR115487 for that).

* gcc.target/i386/vect-strided-3.c: Disable SSE4 instead of AVX.
gcc/testsuite/gcc.target/i386/vect-strided-3.c