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
/
addcc.c
blob
cf52307aa97947db7e105974de84dd72725525e9
1
foo
(
p
,
a
,
b
)
2
int
*
p
;
3
int
a
;
4
int
b
;
5
{
6
7
a
+=
p
[
0
];
8
b
+=
p
[
1
];
9
if
(
a
==
0
)
10
return
b
;
11
return
a
;
12
}
13
14
15
bar
(
a
)
16
{
17
return
-
a
>
0
?
1
:
2
;
18
}