testsuite: Filter out TSVC test on Power [PR103051]

PR testsuite/103051

gcc/testsuite/ChangeLog:

	* gcc.dg/vect/tsvc/vect-tsvc-s112.c: Skip test for old Power
	CPUs.
This commit is contained in:
Martin Liska 2021-11-11 17:31:56 +01:00
parent 83310a08a2
commit 6849c71c06
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ int main (int argc, char **argv)
return 0;
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { { ! powerpc*-*-* } || has_arch_pwr8 } } } } */