Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr70985.c
blob: 17273b029a401e55d08908f19c4f2d9a2dffecd1 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-require-effective-target int32plus } */
struct
{
int
f0
:
24
;
}
a
,
c
,
d
;
int
b
;
int
fn1
()
{
return
0
;
}
void
fn2
()
{
int
e
;
if
(
b
)
for
(;
e
;)
{
d
=
c
;
if
(
fn1
(
b
))
b
=
a
.
f0
;
}
}