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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930210-1.c
blob
47d2da2aca5687845699420ec1ca4d8c462eeaac
1
f
()
2
{
3
char
c1
,
c2
;
4
char
*
p1
, *
p2
;
5
6
do
{
7
c1
=
c2
= *
p1
++;
8
while
(
c1
--)
9
*
p2
++ = *
p1
++;
10
}
while
(
c2
);
11
}