This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4dda30e9910 middle-end IFN_ASSUME support [PR106654] new a23225fb4f7 libstdc++: Partial library support for std::float{16,32,64, [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/config/os/gnu-linux/os_defines.h | 11 + libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/c++config | 14 + libstdc++-v3/include/bits/std_abs.h | 34 + libstdc++-v3/include/c_global/cmath | 1883 +++++++++++++++++++- libstdc++-v3/include/ext/type_traits.h | 30 + libstdc++-v3/include/precompiled/stdc++.h | 1 + libstdc++-v3/include/std/atomic | 85 + libstdc++-v3/include/std/limits | 184 ++ libstdc++-v3/include/std/numbers | 152 +- libstdc++-v3/include/{tr1/cctype => std/stdfloat} | 51 +- libstdc++-v3/include/std/type_traits | 30 + .../headers/limits/synopsis_cxx23.cc} | 30 +- .../headers/stdfloat/types_std.cc} | 29 +- ...c++11.cc => c99_classification_macros_c++23.cc} | 35 +- .../headers/cmath/functions_std_c++23.cc | 146 ++ libstdc++-v3/testsuite/26_numerics/numbers/4.cc | 122 ++ .../{requirements.cc => requirements_cxx23.cc} | 61 +- 19 files changed, 2678 insertions(+), 222 deletions(-) copy libstdc++-v3/include/{tr1/cctype => std/stdfloat} (61%) copy libstdc++-v3/testsuite/{20_util/reference_from_temporary/version.cc => 18_sup [...] copy libstdc++-v3/testsuite/{20_util/reference_from_temporary/version.cc => 18_sup [...] copy libstdc++-v3/testsuite/26_numerics/headers/cmath/{c99_classification_macros_c [...] create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std_ [...] create mode 100644 libstdc++-v3/testsuite/26_numerics/numbers/4.cc copy libstdc++-v3/testsuite/29_atomics/atomic_float/{requirements.cc => requiremen [...]