repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cr-decimal-dig-2.c
blob
42e79d545cd3829cc5812ae29a2a59a0b12d6e37
1
/* Test TS 18661-1 CR_DECIMAL_DIG: not in C2X without
2
__STDC_WANT_IEC_60559_BFP_EXT__ defined. */
3
/* { dg-do compile } */
4
/* { dg-options "-std=c2x" } */
5
6
#include <float.h>
7
8
#ifdef CR_DECIMAL_DIG
9
#error
"CR_DECIMAL_DIG defined"
10
#endif