IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-18a_y.c
blob12ac5341826a88ab5e2a80be9b6bcd0749f472a4
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(cld,_Complex long double)
17 INITS(cld, _Complex long double)
19 TEST(Scld13, _Complex long double)
20 TEST(Scld14, _Complex long double)
21 TEST(Scld15, _Complex long double)
22 TEST(Scld16, _Complex long double)
23 #endif