aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/bpf/feature-macro-2.c
blob: 0ae0fc72f710e770d8359b3f7e303f3f6b1953b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-options "-mcpu=v4" } */

#ifndef __BPF_FEATURE_LDSX
#error __BPF_FEATURE_LDSX undefined with -mcpu=v4
#endif

#ifndef __BPF_FEATURE_GOTOL
#error __BPF_FEATURE_GOTOL undefined with -mcpu=v4
#endif

#ifndef __BPF_FEATURE_ST
#error __BPF_FEATURE_ST undefined with -mcpu=v4
#endif