From: Andrew MacLeod Date: Sat, 20 Jul 2024 16:49:39 +0000 (-0400) Subject: Require bitint575 for pr116003.c X-Git-Tag: basepoints/gcc-16~7372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1824caa07f91c79c46debcd0d80da9568300ecad;p=thirdparty%2Fgcc.git Require bitint575 for pr116003.c Require a bitint target large enough. gcc/testsuite/ * gcc.dg/pr116003.c: Require bitint575 target. --- diff --git a/gcc/testsuite/gcc.dg/pr116003.c b/gcc/testsuite/gcc.dg/pr116003.c index 970b1539c48..44e625015b0 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;