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-layout-1_x2.h
blob
907a2c9595583c8e95df052964c1cf2197c9b34f
1
#undef F
2
#undef N
3
#undef B
4
#undef TX
5
#define F(n, x, v, w) \
6
if (arg.x != s##n.x) FAIL (n, 30);
7
#define N(n, x)
8
#define B(n, x, v, w) \
9
if (arg.x != s##n.x) FAIL (n, 30);
10
#define TX(n, type, attrs, fields, ops) \
11
void checkx##n (type S##n arg) \
12
{ \
13
ops \
14
}