Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.
commit46453c3cdad9575f264a49f003a2a9f2847708c8
authorJoseph Myers <joseph@codesourcery.com>
Fri, 24 Nov 2017 21:42:55 +0000 (24 21:42 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 24 Nov 2017 21:42:55 +0000 (24 21:42 +0000)
treecef036f008a408e285688068bbfd48c4bd0919e7
parent01e659e71123290472b691ff94e7ba10e1f25031
Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.

The tst-strtod-round-skeleton.c conditionals relating to handling of
_Float64x require associated <float.h> macros, which requires
__STDC_WANT_IEC_60559_TYPES_EXT__ to be defined before <float.h> is
included if _Float64x is supported.  This patch adds the necessary
definition.

Tested for x86_64, including in conjunction with _Float64x support
patches.

* stdlib/tst-strtod-round-skeleton.c
(__STDC_WANT_IEC_60559_TYPES_EXT__): Define before including
headers.
ChangeLog
stdlib/tst-strtod-round-skeleton.c