aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/macro_defs1.c
blob: d5423c72126ba7761841e9c6907e0c6e5e777151 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv6-m" } } */
/* { dg-options "-march=armv6-m -mthumb" } */

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