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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
callind.c
blob
5938d1b88fcfa59fbe2bb1772434584e6d41bd7c
1
bar
(
foo
,
a
)
2
int
(**
foo
) ();
3
{
4
5
(
foo
)[
1
] =
bar
;
6
7
foo
[
a
] (
1
);
8
}