Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
pr96730.c
blob: 8eb2006d0a9ab9109b1a6bc3a0ee0dc0e057da0f [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O1" } */
/* { dg-require-effective-target int32plus } */
struct
a
{
int
b
;
int
c
;
}
d
()
{
struct
a e
[
9
];
int
f
=
3362953455
;
e
[
f
]
=
e
[
6
];
e
[
6
].
c
=
1
;
}
int
main
()
{}