On 7/20/24 14:54, Jakub Jelinek wrote:
On Sat, Jul 20, 2024 at 12:57:39PM -0400, Andrew MacLeod wrote:
perhaps easier to just do
That works as well, sure.


Committed.

Andrew
commit 15571d2d54c705f22aced5e972cb463d0593aa3c
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 --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;

Reply via email to