Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr78607.c
blob: 2c5420d8e7e1d5720f7a0fb792ad68c4f762095f [
file
] [
log
] [
blame
]
/* PR rtl-optimization/78607 */
void
rc
(
int
cx
)
{
int
mq
;
if
(
mq
==
0
&&
(
cx
/
0
)
!=
0
)
for
(;;)
{
}
}