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
/
20050516-1.c
blob
2cdf6960807c2be7089ad9144f20031be463792d
1
/* PR tree-optimization/21610 */
2
3
struct
S
{
char
s
; };
4
struct
T
{
struct
S t
; };
5
6
struct
S
*
const
p
= &((
struct
T
*
const
) (
0x4000
))->
t
;
7
8
void
9
foo
(
void
)
10
{
11
p
->
s
=
0
;
12
}