aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/macro_defs0.c
blob: 17fd157452e3f5da94eafaf07424df11265ffa83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v7m_ok } */
/* { dg-options "" } */
/* { dg-add-options arm_arch_v7m } */

#ifdef __ARM_FP
#error __ARM_FP should not be defined
#endif

#ifdef __ARM_NEON_FP
#error __ARM_NEON_FP should not be defined
#endif