]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix typos in tests using macros for std::float128_t support
authorJonathan Wakely <jwakely@redhat.com>
Thu, 24 Oct 2024 10:38:39 +0000 (11:38 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 24 Oct 2024 17:18:40 +0000 (18:18 +0100)
commitf7bcdf449148872d576b261e9bf385b0e12be0c0
tree54890943325d8f965aadcfdd30d7cf46872f9d49
parentbcd56224d74cdd8dc3c77097de51e97bc7b6d181
libstdc++: Fix typos in tests using macros for std::float128_t support

These tests check `_GLIBCXX_DOUBLE_IS_IEEE_BINARY128` but that's never
defined, it should be "LDOUBLE" not "DOUBLE".

libstdc++-v3/ChangeLog:

* testsuite/26_numerics/complex/ext_c++23.cc: Fix typo in macro.
* testsuite/26_numerics/headers/cmath/constexpr_std_c++23.cc:
Likewise.
* testsuite/26_numerics/headers/cmath/functions_std_c++23.cc:
Likewise.
* testsuite/26_numerics/headers/cmath/nextafter_c++23.cc:
Likewise.
libstdc++-v3/testsuite/26_numerics/complex/ext_c++23.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/constexpr_std_c++23.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std_c++23.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/nextafter_c++23.cc