1 /* Test that double precision constants are correctly handled
2 when code is compiled with -fsingle-precision-constant */
3 /* Origin: Carlos O'Donell <carlos@codesourcery.com> */
6 /* { dg-options "-fsingle-precision-constant" } */
7 /* { dg-add-options c99_runtime } */
12 #include "builtins-config.h"
17 double local_DBL_MAX
= DBL_MAX
;
18 double local_DBL_MIN
= DBL_MIN
;
19 #ifdef HAVE_C99_RUNTIME
20 if (isinf (local_DBL_MAX
))
23 if (local_DBL_MIN
<= 0.0)