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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20030503-1.c
blob
3c2b28d8386f12c1427435a7c56cc3b3c9522cbd
1
void
foo
()
2
{
3
if
(
1
)
4
goto
foo
;
5
else
6
for
(;;)
7
{
8
foo
:
9
bar
();
10
return
;
11
}
12
}