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
/
pr47141.c
blob
875e0fdd1c22ac4b70bc9d1fbfb858d5748f17ad
1
int
2
foo
(
__UINTPTR_TYPE__ x
)
3
{
4
int
a
=
6
;
5
int
*
b
= &
a
;
6
if
(
x
)
7
for
(
a
=
0
;
a
;
a
++)
8
;
9
return
a
;
10
}
11
12
void
13
bar
(
void
)
14
{
15
foo
((
__UINTPTR_TYPE__
)
foo
);
16
}