1 /* Test C11 definition of LDBL_EPSILON. Based on
2 gcc.target/powerpc/rs6000-ldouble-2.c. */
4 /* { dg-options "-std=c11 -pedantic-errors" } */
8 extern void abort (void);
9 extern void exit (int);
14 volatile long double ee
= 1.0;
16 while (ee
+ 1.0 != 1.0)
21 if (eps
!= LDBL_EPSILON
)