https://gcc.gnu.org/g:7357ba20af44698fea9d8ad5573973dd9ec74778
commit r15-2175-g7357ba20af44698fea9d8ad5573973dd9ec74778 Author: Andrew MacLeod <amacl...@redhat.com> Date: Sat Jul 20 11:45:16 2024 -0400 Add bitint to options for testcase Testcase should only be for bitint targets gcc/testsuite/ * gcc.dg/pr116003.c : Add target bitint. Diff: --- gcc/testsuite/gcc.dg/pr116003.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/pr116003.c b/gcc/testsuite/gcc.dg/pr116003.c index 6021058a14ee..970b1539c484 100644 --- a/gcc/testsuite/gcc.dg/pr116003.c +++ b/gcc/testsuite/gcc.dg/pr116003.c @@ -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;