repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
packed-2.c
blob
6c579008849c6c63694a71c55208be761d495b62
1
typedef
struct
s
{
2
unsigned short
a
;
3
unsigned long
b
__attribute__
((
packed
));
4
}
s
;
5
6
s t
;
7
8
int
main
()
9
{
10
t
.
b
=
0
;
11
return
0
;
12
}