aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <jlaw@ventanamicro.com>2024-07-25 08:42:04 -0600
committerThomas Koenig <tkoenig@gcc.gnu.org>2024-07-28 19:05:57 +0200
commit706ff59b9292cba61c36e9377fdaf5fa98da9d9e (patch)
tree5a751ace7c7e77de6cd30f058a22723df8290c60
parent44334ba54905c5884123178c6faa8cdbc05e98c5 (diff)
downloadgcc-706ff59b9292cba61c36e9377fdaf5fa98da9d9e.zip
gcc-706ff59b9292cba61c36e9377fdaf5fa98da9d9e.tar.gz
gcc-706ff59b9292cba61c36e9377fdaf5fa98da9d9e.tar.bz2
[committed] Trivial testcase adjustment
I made pr116037.c dependent on int32 just based on the constants used without noting the int128 vector type. Naturally on targets that don't support int128 the test fails. Fixed by changing the target selector from int32 to int128. Pushed to the trunk. gcc/testsuite * gcc.dg/torture/pr116037.c: Fix target selector.
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr116037.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr116037.c b/gcc/testsuite/gcc.dg/torture/pr116037.c
index cb34ba4..86ab50d 100644
--- a/gcc/testsuite/gcc.dg/torture/pr116037.c
+++ b/gcc/testsuite/gcc.dg/torture/pr116037.c
@@ -1,5 +1,5 @@
/* { dg-do run } */
-/* { dg-require-effective-target int32 } */
+/* { dg-require-effective-target int128 } */
/* { dg-additional-options "-Wno-psabi" } */
typedef __attribute__((__vector_size__ (64))) unsigned char VC;