summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/macro_defs2.c
blob: 9a960423562c48c1e2f8c057fc6bdf72854df555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-options "-march=armv7ve -mcpu=cortex-a15 -mfpu=neon-vfpv4" } */
/* { dg-add-options arm_neon } */
/* { dg-require-effective-target arm_neon_ok } */

#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