Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr90402-1.c
blob: c4bd8945ed5c501b9951106afea4e1578efb8584 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-additional-options "-mavx" { target x86_64-*-* i?86-*-* } } */
int
kn
,
ha
;
int
c7
(
void
)
{
}
void
ul
(
int
w3
)
{
kn
=
c7
();
while
(
w3
<
1
)
{
ha
+=
!!
kn
?
1
:
w3
;
for
(
kn
=
0
;
kn
<
2
;
++
kn
)
{
}
++
w3
;
}
}