]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add bitint to options for testcase
authorAndrew MacLeod <amacleod@redhat.com>
Sat, 20 Jul 2024 15:45:16 +0000 (11:45 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Sat, 20 Jul 2024 15:47:37 +0000 (11:47 -0400)
Testcase should only be for bitint targets

gcc/testsuite/
* gcc.dg/pr116003.c : Add target bitint.

gcc/testsuite/gcc.dg/pr116003.c

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