]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Check int128 effective target for pr109932-{1,2}.c [PR110230]
authorKewen Lin <linkw@linux.ibm.com>
Tue, 13 Jun 2023 08:04:54 +0000 (03:04 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Tue, 13 Jun 2023 08:04:54 +0000 (03:04 -0500)
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.

gcc/testsuite/gcc.target/powerpc/pr109932-1.c
gcc/testsuite/gcc.target/powerpc/pr109932-2.c

index 3e3f9eaa65ec46490b24080bb0a92c67cab2efb5..374d9f606183436873ff61daa74070237b0b29d9 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-require-effective-target int128 } */
 /* { dg-require-effective-target powerpc_altivec_ok } */
 /* { dg-options "-maltivec -mno-vsx" } */
 
index 3e3f9eaa65ec46490b24080bb0a92c67cab2efb5..374d9f606183436873ff61daa74070237b0b29d9 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-require-effective-target int128 } */
 /* { dg-require-effective-target powerpc_altivec_ok } */
 /* { dg-options "-maltivec -mno-vsx" } */