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
/
sim.c
blob
e8c4fb42f53352a753bba5705b7732e81a1e5dd9
1
main
()
2
{
3
int
i
;
4
5
for
(
i
=
1
;
i
<
10000
;
i
++)
6
;
7
}