]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite/52641 - Require int32 for gcc.dg/pr93820-2.c.
authorGeorg-Johann Lay <avr@gjlay.de>
Wed, 2 Oct 2024 15:16:55 +0000 (17:16 +0200)
committerGeorg-Johann Lay <avr@gjlay.de>
Wed, 2 Oct 2024 15:16:55 +0000 (17:16 +0200)
PR testsuite/52641
gcc/testsuite/
* gcc.dg/pr93820-2.c: Add dg-require-effective-target int32.

gcc/testsuite/gcc.dg/pr93820-2.c

index be5d36898f1ab04fcb9329390ffbaef7c446b563..0bdae614c44a01d1319a24791c891367216155cb 100644 (file)
@@ -1,6 +1,7 @@
 /* PR tree-optimization/93820 */
 /* { dg-do run } */
 /* { dg-options "-O2 -fgimple" } */
+/* { dg-require-effective-target int32 } */
 
 typedef int v4si __attribute__((vector_size(4 * sizeof (int))));
 int a[10];