blob: 224995ff77e24673ff87965724a20e4b19764169 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O1 -march=z14 -mzarch" } */
int a, b;
void
c (void)
{
long double d;
a = d;
if (__builtin_isinf (d))
b = 0;
}
/* { dg-final { scan-assembler {\n\twftcixb\t} } } */