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
Alpha: Remove leftover `;;' for "unaligned_store<mode>"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr59322.c
blob
918d6bdb18e31f6d0ad1cc6dd5c37fbec0c6916c
1
2
int
a
,
b
,
d
;
3
short
c
;
4
5
int
6
foo
()
7
{
8
for
(
b
=
0
;
b
;
b
=
a
)
9
for
(
c
=
18
;
c
<
10
;
c
++)
10
{
11
d
=
c
;
12
if
(
d
)
13
return
0
;
14
}
15
return
0
;
16
}