annotate gcc/testsuite/gcc.dg/compat/struct-by-value-13_y.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 #include <stdarg.h>
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 #include "compat-common.h"
kono
parents:
diff changeset
4
kono
parents:
diff changeset
5 #ifdef SKIP_VA
kono
parents:
diff changeset
6 const int test_va = 0;
kono
parents:
diff changeset
7 #else
kono
parents:
diff changeset
8 const int test_va = 1;
kono
parents:
diff changeset
9 #endif
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 #include "fp-struct-defs.h"
kono
parents:
diff changeset
12 #include "fp-struct-init.h"
kono
parents:
diff changeset
13 #include "fp-struct-test-by-value-y.h"
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 #ifndef SKIP_COMPLEX_INT
kono
parents:
diff changeset
16 DEFS(ci,_Complex int)
kono
parents:
diff changeset
17 INITS(ci, _Complex int)
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 TEST(Sci1, _Complex int)
kono
parents:
diff changeset
20 TEST(Sci2, _Complex int)
kono
parents:
diff changeset
21 TEST(Sci3, _Complex int)
kono
parents:
diff changeset
22 TEST(Sci4, _Complex int)
kono
parents:
diff changeset
23 TEST(Sci5, _Complex int)
kono
parents:
diff changeset
24 TEST(Sci6, _Complex int)
kono
parents:
diff changeset
25 TEST(Sci7, _Complex int)
kono
parents:
diff changeset
26 TEST(Sci8, _Complex int)
kono
parents:
diff changeset
27 TEST(Sci9, _Complex int)
kono
parents:
diff changeset
28 TEST(Sci10, _Complex int)
kono
parents:
diff changeset
29 TEST(Sci11, _Complex int)
kono
parents:
diff changeset
30 TEST(Sci12, _Complex int)
kono
parents:
diff changeset
31 TEST(Sci13, _Complex int)
kono
parents:
diff changeset
32 TEST(Sci14, _Complex int)
kono
parents:
diff changeset
33 TEST(Sci15, _Complex int)
kono
parents:
diff changeset
34 TEST(Sci16, _Complex int)
kono
parents:
diff changeset
35 #endif