]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: testsuite: require cmath for nexttowardl
authorAlexandre Oliva <oliva@adacore.com>
Wed, 22 Jun 2022 02:11:00 +0000 (23:11 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 22 Jun 2022 02:11:00 +0000 (23:11 -0300)
commit540ae3601e1d2403ae5ba27db36ca75cb1e8d055
tree49533c56d8b9fcc1cb3a17261407c007d5bc6ac1
parent345d69a7de7102bf152b7705d564145a9a1c5b95
libstdc++: testsuite: require cmath for nexttowardl

nexttowardl is only expected to be available with C99 math, but
20_util/to_chars/long_double.cc uses it unconditionally.

State the cmath requirement in the test.

for  libstdc++-v3/ChangeLog

* testsuite/20_util/to_chars/long_double.cc: Require cmath.
libstdc++-v3/testsuite/20_util/to_chars/long_double.cc