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
/
20040124-1.c
blob
01c9002389e217e6a812c886536121a5e683031b
1
int
2
f1
(
int
a
,
int
b
)
3
{
4
int
i
,
j
,
k
;
5
6
switch
(
b
)
7
{
8
case
(-
9
):
9
j
=
4
;
10
break
;
11
case
(-
10
):
12
j
=
10
;
13
break
;
14
case
(-
8
):
15
j
=
15
;
16
break
;
17
}
18
19
i
=
f2
(
f3
(
b
== (-
9
) ?
k
:
a
),
j
);
20
21
return
0
;
22
}