Merge to HEAD at tree-cleanup-merge-20041024 .
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-12_y.c
blob2e8e393eeee58b0db7898a8b6ad58ace352c10ff
1 #include <stdarg.h>
3 #include "compat-common.h"
5 #ifdef SKIP_VA
6 const int test_va = 0;
7 #else
8 const int test_va = 1;
9 #endif
11 #include "fp-struct-defs.h"
12 #include "fp-struct-init.h"
13 #include "fp-struct-test-by-value-y.h"
15 #ifndef SKIP_COMPLEX_INT
16 DEFS(cs,_Complex short)
17 INITS(cs, _Complex short)
19 TEST(Scs1, _Complex short)
20 TEST(Scs2, _Complex short)
21 TEST(Scs3, _Complex short)
22 TEST(Scs4, _Complex short)
23 TEST(Scs5, _Complex short)
24 TEST(Scs6, _Complex short)
25 TEST(Scs7, _Complex short)
26 TEST(Scs8, _Complex short)
27 TEST(Scs9, _Complex short)
28 TEST(Scs10, _Complex short)
29 TEST(Scs11, _Complex short)
30 TEST(Scs12, _Complex short)
31 TEST(Scs13, _Complex short)
32 TEST(Scs14, _Complex short)
33 TEST(Scs15, _Complex short)
34 TEST(Scs16, _Complex short)
35 #endif