index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.dg
/
pr17322.c
blob: 705787273b548d8d5ac5cf88bb02afedcc32ecf3 (
plain
)
1
2
3
4
5
/* PR 17322 */
struct
s
{
int
a
;
int
b
[
1
];
};
struct
s
x
;
int
*
y
=
((
struct
s
*
)
&
x
.
a
)
->
b
;