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
* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
struct-by-value-5a_x.c
blob
90738a7a7e8205ea92bc735aa463b0c8670a4910
1
#include
"compat-common.h"
2
3
#include
"fp-struct-defs.h"
4
#include
"fp-struct-check.h"
5
#include
"fp-struct-test-by-value-x.h"
6
7
DEFS
(
f
,
float
)
8
CHECKS
(
f
,
float
)
9
10
TEST
(
Sf1
,
float
)
11
TEST
(
Sf2
,
float
)
12
TEST
(
Sf3
,
float
)
13
TEST
(
Sf4
,
float
)
14
TEST
(
Sf5
,
float
)
15
TEST
(
Sf6
,
float
)
16
TEST
(
Sf7
,
float
)
17
TEST
(
Sf8
,
float
)
18
19
#undef T
20
21
void
22
struct_by_value_5a_x
()
23
{
24
DEBUG_INIT
25
26
#define T(TYPE, MTYPE) testit##TYPE ();
27
28
T
(
Sf1
,
float
)
29
T
(
Sf2
,
float
)
30
T
(
Sf3
,
float
)
31
T
(
Sf4
,
float
)
32
T
(
Sf5
,
float
)
33
T
(
Sf6
,
float
)
34
T
(
Sf7
,
float
)
35
T
(
Sf8
,
float
)
36
37
DEBUG_FINI
38
39
if
(
fails
!=
0
)
40
abort
();
41
42
#undef T
43
}