Daily bump.
[official-gcc.git] / libgomp / testsuite / libgomp.c / for-1.h
blobfa82c5b20d74365eabcb39b2402e1d15146b26c2
1 #define S
2 #define N(x) M(x, G, static)
3 #include "for-2.h"
4 #undef S
5 #undef N
6 #define S schedule(static, 32)
7 #define N(x) M(x, G, static32)
8 #include "for-2.h"
9 #undef S
10 #undef N
11 #define S schedule(auto)
12 #define N(x) M(x, G, auto)
13 #include "for-2.h"
14 #undef S
15 #undef N
16 #define S schedule(guided, 32)
17 #define N(x) M(x, G, guided32)
18 #include "for-2.h"
19 #undef S
20 #undef N
21 #define S schedule(runtime)
22 #define N(x) M(x, G, runtime)
23 #include "for-2.h"
24 #undef S
25 #undef N