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
/
ic.c
blob
150e1e8ed7e9e77506f8440a9c3279f73e7e62ad
1
foo
(
int
*
ip
,
int
a
)
2
{
3
a
++;
4
if
(
a
<
ip
[
a
])
5
return
1
;
6
return
0
;
7
}