Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-float-2.c
blob: 345c2d349b9b285186ee343d0b740ef7dc13202f [
file
] [
log
] [
blame
]
/* Test DECIMAL_DIG equals LDBL_DECIMAL_DIG; see DR#501 and N2108. */
/* { dg-do preprocess } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#include
<float.h>
#if DECIMAL_DIG != LDBL_DECIMAL_DIG
# error "DECIMAL_DIG != LDBL_DECIMAL_DIG"
#endif