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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr17322.c
blob
705787273b548d8d5ac5cf88bb02afedcc32ecf3
1
/* PR 17322 */
2
3
struct
s
{
int
a
;
int
b
[
1
]; };
4
struct
s x
;
5
int
*
y
= ((
struct
s
*)&
x
.
a
)->
b
;