Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-17a_y.c
blob3119e54480d0394987346c369a0b587063c896ad
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
16 DEFS(cd,_Complex double)
17 INITS(cd, _Complex double)
19 TEST(Scd13, _Complex double)
20 TEST(Scd14, _Complex double)
21 TEST(Scd15, _Complex double)
22 TEST(Scd16, _Complex double)
23 #endif