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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930503-1.c
blob
6889e8b7aed8900de6062cff9ece3c27fd13f146
1
f
(
const char
*
s
,
char
*
d
,
unsigned
l
)
2
{
3
if
(
0
)
4
while
(
1
);
5
else
6
while
(--
l
>=
0
)
7
*
d
++ = *
s
++;
8
}