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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr47890.c
blob
83cb5e6d93639bf128293cba42bc7aaf8fa707c5
1
/* { dg-do compile } */
2
3
void
f
(
char
*
s
)
4
{
5
signed short
i
;
6
7
for
(
i
=
0
;
i
<
19
;
i
=
i
+
1
)
8
s
[
i
] =
i
;
9
}