repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr23467.c
blob
71ec3da424b4b75902f52b3fd4237e20932cad7d
1
struct
s1
2
{
3
int
__attribute__
((
aligned
(
8
)))
a
;
4
};
5
6
struct
7
{
8
char
c
;
9
struct
s1 m
;
10
}
v
;
11
12
int
13
main
(
void
)
14
{
15
if
((
int
)&
v
.
m
&
7
)
16
abort
();
17
exit
(
0
);
18
}