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
libstdc++: Use -C option to run recursive make in sub-directories
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
931203-1.c
blob
b4fef4e8da77ecc8831a19b92e8c3e3cba7a5802
1
/* { dg-additional-options "-std=gnu89" } */
2
3
v
(
a
,
i
)
4
unsigned
*
a
,
i
;
5
{
6
a
++[
i
] =
0
;
7
}