Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr95171.c
blobaf9bde7bc6a2d73ecc02cb58c619d4b909c52848
1 /* { dg-do compile } */
2 /* { dg-options "-fexceptions -ffinite-math-only -fnon-call-exceptions" } */
4 inline double __attribute__ ((always_inline))
5 w9 (int q2)
7 return __builtin_fabs (__builtin_nan ("")) > 0.0 ? 1.0 : q2 / 1.0;
10 double __attribute__ ((optimize ("-fipa-cp")))
11 o7 (int iz)
13 int rj[1];
15 (void) rj;
17 return w9 (iz);