testsuite: Adjust scalar-test-data-class-1[45].c with int128

Test cases scalar-test-data-class-1[45].c adopts type __int128
which requires to check int128 effective target, otherwise the
testing on them will fail at -m32.  This patch is to add int128
effective target requirement.

gcc/testsuite/ChangeLog:

	* gcc.target/powerpc/bfp/scalar-test-data-class-14.c: Adjust with
	int128 effective target requirement.
	* gcc.target/powerpc/bfp/scalar-test-data-class-15.c: Likewise.
This commit is contained in:
Kewen Lin 2023-03-08 00:56:32 -06:00
parent bab3b6a9c3
commit 04ff5ad0f3
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
/* { dg-do run { target { powerpc*-*-* } } } */
/* { dg-require-effective-target int128 } */
/* { dg-require-effective-target p9vector_hw } */
/* { dg-options "-mdejagnu-cpu=power9" } */

View file

@ -1,4 +1,5 @@
/* { dg-do run { target { powerpc*-*-* } } } */
/* { dg-require-effective-target int128 } */
/* { dg-require-effective-target p9vector_hw } */
/* { dg-options "-mdejagnu-cpu=power9" } */