blob: af9bde7bc6a2d73ecc02cb58c619d4b909c52848 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fexceptions -ffinite-math-only -fnon-call-exceptions" } */
inline double __attribute__ ((always_inline))
w9 (int q2)
{
return __builtin_fabs (__builtin_nan ("")) > 0.0 ? 1.0 : q2 / 1.0;
}
double __attribute__ ((optimize ("-fipa-cp")))
o7 (int iz)
{
int rj[1];
(void) rj;
return w9 (iz);
}