Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-14_y.c
blob5abd063ef214de2a960f708efb4f6699e69a4cbf
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(cl,_Complex long)
17 INITS(cl, _Complex long)
19 TEST(Scl1, _Complex long)
20 TEST(Scl2, _Complex long)
21 TEST(Scl3, _Complex long)
22 TEST(Scl4, _Complex long)
23 TEST(Scl5, _Complex long)
24 TEST(Scl6, _Complex long)
25 TEST(Scl7, _Complex long)
26 TEST(Scl8, _Complex long)
27 TEST(Scl9, _Complex long)
28 TEST(Scl10, _Complex long)
29 TEST(Scl11, _Complex long)
30 TEST(Scl12, _Complex long)
31 TEST(Scl13, _Complex long)
32 TEST(Scl14, _Complex long)
33 TEST(Scl15, _Complex long)
34 TEST(Scl16, _Complex long)
35 #endif