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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
loop386.c
blob
429a320abbdaa8a2fbb529061def262a041dbd40
1
foo
(
a
)
2
{
3
do
4
{
5
puts
(
"a"
);
6
a
-=
1
;
7
}
8
while
(
a
!=
0
);
9
}
10
11
main
()
12
{
13
int
p
[
100
];
14
printf
(
"%d
\n
"
,
foo
(
3
));
15
}