diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2024-07-20 12:49:39 -0400 |
---|---|---|
committer | Andrew MacLeod <amacleod@redhat.com> | 2024-07-20 19:51:33 -0400 |
commit | 1824caa07f91c79c46debcd0d80da9568300ecad (patch) | |
tree | cc403835c5068f1f3d375384a9b9ca5147432f30 | |
parent | 4a46ba2d905ed40116fb7e7a34809307dc8e37be (diff) | |
download | gcc-1824caa07f91c79c46debcd0d80da9568300ecad.zip gcc-1824caa07f91c79c46debcd0d80da9568300ecad.tar.gz gcc-1824caa07f91c79c46debcd0d80da9568300ecad.tar.bz2 |
Require bitint575 for pr116003.c
Require a bitint target large enough.
gcc/testsuite/
* gcc.dg/pr116003.c: Require bitint575 target.
-rw-r--r-- | gcc/testsuite/gcc.dg/pr116003.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr116003.c b/gcc/testsuite/gcc.dg/pr116003.c index 970b153..44e6250 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; |