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

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