Fix gen-tgmath-tests.py for _Float64, _Float64x testing.
commit01e659e71123290472b691ff94e7ba10e1f25031
authorJoseph Myers <joseph@codesourcery.com>
Fri, 24 Nov 2017 21:22:34 +0000 (24 21:22 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 24 Nov 2017 21:22:34 +0000 (24 21:22 +0000)
tree868b1e1232efcd297fa1a022f626dc1c5acfea76
parent5c60afdd675bc530039a631501fae3db0cce1e7e
Fix gen-tgmath-tests.py for _Float64, _Float64x testing.

math/gen-tgmath-tests.py was missing a create_type argument when
creating the internal types for combinations of long double with
_Float64 and _Float64x, so resulting in output that did not compile
when glibc support for those types was enabled.  This patch adds the
missing argument so that the tests properly compile in that case.

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

* math/gen-tgmath-tests.py (Type.init_types): Pass suffix argument
for combinations of long double with _Float64 and _Float64x.
ChangeLog
math/gen-tgmath-tests.py