[Committed] Add -mno-stv to new gcc.target/i386/cmpti2.c test case.

Adding -march=cascadelake to the command line options of the new cmpti2.c
testcase triggers TImode STV and produces vector code that doesn't match
the scalar implementation that this test was intended to check.  Adding
-mno-stv to the options fixes this.  Committed as obvious.

2022-08-07  Roger Sayle  <roger@nextmovesoftware.com>

gcc/testsuite/ChangeLog
	* gcc.target/i386/cmpti2.c: Add -mno-stv to dg-options.
This commit is contained in:
Roger Sayle 2022-08-07 22:19:24 +01:00
parent 1907767735
commit ef54eb74ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* { dg-do compile { target int128 } } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mno-stv" } */
__int128 x;
__int128 y;