On Sat, Jul 20, 2024 at 12:57:39PM -0400, Andrew MacLeod wrote:
> perhaps easier to just do
That works as well, sure.
> 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;
Jakub