]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[committed] Trivial testcase adjustment
authorJeff Law <jlaw@ventanamicro.com>
Thu, 25 Jul 2024 14:42:04 +0000 (08:42 -0600)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 28 Jul 2024 17:05:57 +0000 (19:05 +0200)
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.

gcc/testsuite/gcc.dg/torture/pr116037.c

index cb34ba4e5d462b0927cae5a473b0eb42e69499db..86ab50de4b2f3713c1cf12ba2a9d5f687de5f861 100644 (file)
@@ -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;