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
/
pr46547-1.c
blob
67d8e1e7e9aa9355b1633ee9c23f23b34a0746f5
1
void
foo
(
void
) {
2
_Bool d
;
3
long double
_Complex
*
s
;
4
5
d
= *
s
++;
6
}