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
/
pr84305.c
blob
374fa67f593ef01ebf865ab2d9c6db4c6f21efad
1
int
res
,
a
,
b
;
2
void
*
foo
;
3
static void
f2
(
int
arg
) {
res
= ((
int
(*)[
arg
][
b
])
foo
)[
0
][
0
][
0
]; }
4
void
f1
(
void
) {
f2
(
a
); }