This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8422861bddc btf: Add support to BTF_KIND_ENUM64 type new db55f1dda26 libstdc++-v3: <complex> support for extended floating point types
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: gcc/testsuite/g++.dg/cpp23/ext-floating12.C | 182 ++++++ libstdc++-v3/include/bits/cpp_type_traits.h | 45 ++ libstdc++-v3/include/std/complex | 641 ++++++++++++++++++++- .../testsuite/26_numerics/complex/ext_c++23.cc | 89 +++ 4 files changed, 955 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/ext-floating12.C create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/ext_c++23.cc