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
/
pr39673-1.c
blob
d2e0387768b1e1046c700abab88c4892516f921e
1
unsigned long
f1
();
2
int
f2
();
3
4
int
store_aff_word
(
int
x
) {
5
return
(
int
) (
x
?
f1
() :
f2
());
6
}