repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
struct-by-value-6a_y.c
blob
8684b53c2f39355630e984dc483c559d517f1211
1
#include <stdarg.h>
2
3
#include
"compat-common.h"
4
5
#ifdef SKIP_VA
6
const int
test_va
=
0
;
7
#else
8
const int
test_va
=
1
;
9
#endif
10
11
#include
"fp-struct-defs.h"
12
#include
"fp-struct-init.h"
13
#include
"fp-struct-test-by-value-y.h"
14
15
DEFS
(
d
,
double
)
16
INITS
(
d
,
double
)
17
18
TEST
(
Sd1
,
double
)
19
TEST
(
Sd2
,
double
)
20
TEST
(
Sd3
,
double
)
21
TEST
(
Sd4
,
double
)
22
TEST
(
Sd5
,
double
)
23
TEST
(
Sd6
,
double
)
24
TEST
(
Sd7
,
double
)
25
TEST
(
Sd8
,
double
)