Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr96514.c
blob: 891b4da2b1e81f138a35aae035d8095f14235af3 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
int
__attribute__
((
pure
,
returns_twice
))
r0
(
void
);
void
vy
(
int
t7
)
{
while
(
t7
==
0
)
r0
();
}
void
qw
(
int
t7
)
{
vy
(
t7
);
if
(
0
)
r0
();
}
void
__attribute__
((
simd
))
un
(
int
t7
)
{
qw
(
t7
);
qw
(
t7
);
}