Re: [PATCH] libstdc++: testsuite: use cmath long double overloads

2022-06-27 Thread Jonathan Wakely via Gcc-patches
On Tue, 21 Jun 2022 at 06:39, Alexandre Oliva via Libstdc++ wrote: > > > In case we need to supplement the C standard library with additional > definitions for float and long double, the declarations expected to be > in the C headers may not be there. Rely on the cmath overloads > instead. > > Re

Re: [PATCH] libstdc++: testsuite: use cmath long double overloads

2022-06-27 Thread Alexandre Oliva via Gcc-patches
On Jun 21, 2022, Alexandre Oliva wrote: > * testsuite/20_util/to_chars/long_double.cc: Use cmath > long double overloads for nexttoward and ldexp. Ping? https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596921.html -- Alexandre Oliva, happy hackerhttps://FSFLA.or

[PATCH] libstdc++: testsuite: use cmath long double overloads

2022-06-20 Thread Alexandre Oliva via Gcc-patches
In case we need to supplement the C standard library with additional definitions for float and long double, the declarations expected to be in the C headers may not be there. Rely on the cmath overloads instead. Regstrapped on x86_64-linux-gnu, also tested with a cross to aarch64-rtems6. Ok to