aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/acle/pacbti-m-predef-12.c
blob: c26051347a2cc4cdcdd69ab30e0275cdf6b2ca64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v8_1m_main_ok } */
/* { dg-add-options arm_arch_v8_1m_main } */
/* { dg-additional-options "-mfloat-abi=softfp" } */

#if defined (__ARM_FEATURE_BTI)
#error "Feature test macro __ARM_FEATURE_BTI should not be defined."
#endif

#if defined (__ARM_FEATURE_PAUTH)
#error "Feature test macro __ARM_FEATURE_PAUTH should not be defined."
#endif