]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Require bitint575 for pr116003.c
authorAndrew MacLeod <amacleod@redhat.com>
Sat, 20 Jul 2024 16:49:39 +0000 (12:49 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Sat, 20 Jul 2024 23:51:33 +0000 (19:51 -0400)
Require a bitint target large enough.

gcc/testsuite/
* gcc.dg/pr116003.c: Require bitint575 target.

gcc/testsuite/gcc.dg/pr116003.c

index 970b1539c48449411c86d46a1f79e653999f1ea3..44e625015b0655e0b07078e922e4016e344225fe 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target bitint } } */
+/* { dg-do compile { target bitint575 } } */
 /* { dg-options "-O2 -fnon-call-exceptions -fprofile-arcs -finstrument-functions -fno-tree-copy-prop" } */
 
 _BitInt(5) b5;