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:
parent
bab3b6a9c3
commit
04ff5ad0f3
2 changed files with 2 additions and 0 deletions
|
@ -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" } */
|
||||
|
||||
|
|
|
@ -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" } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue