1 /* { dg-do compile } */
2 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv6-m" } } */
3 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" } { "" } } */
4 /* { dg-options "-march=armv6-m -mthumb" } */
5 
6 #ifdef __ARM_NEON_FP
7 #error __ARM_NEON_FP should not be defined
8 #endif
9 
10