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
/
storecc.c
blob
116346910915b8cb874f8d71818fe84c2349b695
1
foo
(
char
*
p
,
int
a
)
2
{
3
*
p
=
a
;
4
if
((
char
)
a
)
5
return
1
;
6
}