1 /* { dg-options "-O1" { target msp430-*-* } } */
3 #include "compat-common.h"
5 #include "fp-struct-defs.h"
6 #include "fp-struct-check.h"
7 #include "fp-struct-test-by-value-x.h"
10 DEFS(cf
, _Complex
float)
11 CHECKS(cf
, _Complex
float)
13 TEST(Scf13
, _Complex
float)
14 TEST(Scf14
, _Complex
float)
15 TEST(Scf15
, _Complex
float)
16 TEST(Scf16
, _Complex
float)
22 struct_by_value_16a_x ()
26 #define T(TYPE, MTYPE) testit##TYPE ();
29 T(Scf13
, _Complex
float)
30 T(Scf14
, _Complex
float)
31 T(Scf15
, _Complex
float)
32 T(Scf16
, _Complex
float)