PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / macro_defs2.c
blob9a960423562c48c1e2f8c057fc6bdf72854df555
1 /* { dg-do compile } */
2 /* { dg-options "-march=armv7ve -mcpu=cortex-a15 -mfpu=neon-vfpv4" } */
3 /* { dg-add-options arm_neon } */
4 /* { dg-require-effective-target arm_neon_ok } */
6 #ifndef __ARM_NEON_FP
7 #error __ARM_NEON_FP is not defined but should be
8 #endif
10 #ifndef __ARM_FP
11 #error __ARM_FP is not defined but should be
12 #endif