1 /* Test for spurious underflow from __float128 division. */
3 /* { dg-options "" } */
4 /* { dg-require-effective-target __float128 } */
5 /* { dg-require-effective-target base_quadfloat_support } */
6 /* { dg-require-effective-target fenv_exceptions } */
7 /* { dg-add-options __float128 } */
15 volatile __float128 a
= 0x0.fffp
-16382q
, b
= 0x0.fffp0q
, c
;
17 if (fetestexcept (FE_UNDERFLOW
| FE_INEXACT
))