summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cr-decimal-dig-2.c
blob: 42e79d545cd3829cc5812ae29a2a59a0b12d6e37 (plain)
1
2
3
4
5
6
7
8
9
10
/* Test TS 18661-1 CR_DECIMAL_DIG: not in C2X without
   __STDC_WANT_IEC_60559_BFP_EXT__ defined.  */
/* { dg-do compile } */
/* { dg-options "-std=c2x" } */

#include <float.h>

#ifdef CR_DECIMAL_DIG
#error "CR_DECIMAL_DIG defined"
#endif