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
/
pr71328.c
blob
aa384e829659fce8ec0f2eecdb7cf25c96ab8851
1
2
3
int
a
,
b
,
c
;
4
void
fn1
() {
5
unsigned char
d
=
3
;
6
if
(
d
>
11
)
7
lbl_596
:
8
c
=
0
;
9
while
(!
d
)
10
b
=
b
;
11
unsigned char
e
=
e
||
d
;
12
d
=
e
;
13
if
(
a
)
14
d
=
d
||
a
;
15
goto
lbl_596
;
16
}