diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2024-07-20 11:45:16 -0400 |
---|---|---|
committer | Andrew MacLeod <amacleod@redhat.com> | 2024-07-20 11:47:37 -0400 |
commit | 7357ba20af44698fea9d8ad5573973dd9ec74778 (patch) | |
tree | edf2184dd733ff8a7b0a497041776f9d1493fcd5 | |
parent | 8e3fef3ce023c7c00707328662aa861acdb6ee68 (diff) | |
download | gcc-7357ba20af44698fea9d8ad5573973dd9ec74778.zip gcc-7357ba20af44698fea9d8ad5573973dd9ec74778.tar.gz gcc-7357ba20af44698fea9d8ad5573973dd9ec74778.tar.bz2 |
Add bitint to options for testcase
Testcase should only be for bitint targets
gcc/testsuite/
* gcc.dg/pr116003.c : Add target bitint.
-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 6021058..970b153 100644 --- a/gcc/testsuite/gcc.dg/pr116003.c +++ b/gcc/testsuite/gcc.dg/pr116003.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target bitint } } */ /* { dg-options "-O2 -fnon-call-exceptions -fprofile-arcs -finstrument-functions -fno-tree-copy-prop" } */ _BitInt(5) b5; |