testsuite: Check int128 effective target for pr109932-{1,2}.c [PR110230]
This patch is to make newly added test cases pr109932-{1,2}.c check int128 effective target to avoid unsupported type error on 32-bit. I did hit this failure during testing and fixed it, but made a stupid mistake not updating the local formatted patch which was actually out of date. PR testsuite/110230 PR target/109932 gcc/testsuite/ChangeLog: * gcc.target/powerpc/pr109932-1.c: Adjust with int128 effective target. * gcc.target/powerpc/pr109932-2.c: Ditto.
This commit is contained in:
parent
f34b31156d
commit
16eb9d6907
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
/* { dg-require-effective-target int128 } */
|
||||
/* { dg-require-effective-target powerpc_altivec_ok } */
|
||||
/* { dg-options "-maltivec -mno-vsx" } */
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* { dg-require-effective-target int128 } */
|
||||
/* { dg-require-effective-target powerpc_altivec_ok } */
|
||||
/* { dg-options "-maltivec -mno-vsx" } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue