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

#ifndef __ARM_NEON_FP
#error  __ARM_NEON_FP is not defined but should be
#endif

#ifndef __ARM_FP
#error  __ARM_FP is not defined but should be
#endif