https://gcc.gnu.org/g:1824caa07f91c79c46debcd0d80da9568300ecad
commit r15-2181-g1824caa07f91c79c46debcd0d80da9568300ecad Author: Andrew MacLeod <amacl...@redhat.com> Date: Sat Jul 20 12:49:39 2024 -0400 Require bitint575 for pr116003.c Require a bitint target large enough. gcc/testsuite/ * gcc.dg/pr116003.c: Require bitint575 target. 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 970b1539c484..44e625015b06 100644 --- a/gcc/testsuite/gcc.dg/pr116003.c +++ b/gcc/testsuite/gcc.dg/pr116003.c @@ -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;