Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr97558.c
blob: fef96239aa0ef4e5f4b340c2002681ea9a73c69b [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-additional-options "-fno-tree-dce -Ofast" } */
long
int
x1
;
int
fr
;
int
us
(
int
sk
,
int
jx
)
{
while
(
sk
<
1
)
{
jx
*=
2
;
fr
+=
x1
+
1
;
++
sk
;
}
return
jx
;
}