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
/
20000803-1.c
blob
08b50a9f210c0116936f2c10261cdd608eec1835
1
static int
gl_cnt
=
0
;
2
static char
gl_buf
[
1024
];
3
4
void
5
gl_yank
()
6
{
7
int
i
;
8
9
for
(
i
=
gl_cnt
;
i
>=
0
;
i
--)
10
gl_buf
[
i
+
10
] =
gl_buf
[
i
];
11
}