diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/hardbool-ai.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/hardbool-ai.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/hardbool-ai.c b/gcc/testsuite/gcc.dg/torture/hardbool-ai.c new file mode 100644 index 0000000..af4e0e1 --- /dev/null +++ b/gcc/testsuite/gcc.dg/torture/hardbool-ai.c @@ -0,0 +1,8 @@ +/* { dg-do run } */ +/* { dg-require-effective-target sync_int_long } */ + +#define basetype _Atomic int + +#define NO_BITFIELDS 1 + +#include "hardbool.c" |