This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b9a972188b Fix gcc.target/i386/avx512vp2intersect-2intersect-1b.c etc. [...] new 8c16cb54739 Specialize std::numbers constants for __float128 new b4d96c17e48 P1651R0 bind_front should not unwrap reference_wrapper
The 2 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/ChangeLog | 15 ++++ libstdc++-v3/include/std/functional | 4 +- libstdc++-v3/include/std/numbers | 66 ++++++++++++++++ libstdc++-v3/include/std/version | 2 +- .../20_util/function_objects/bind_front/1.cc | 2 +- .../20_util/function_objects/bind_front/2.cc | 91 ++++++++++++++++++++++ .../numbers/{nonfloat_neg.cc => float128.cc} | 27 ++++--- 7 files changed, 192 insertions(+), 15 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/2.cc copy libstdc++-v3/testsuite/26_numerics/numbers/{nonfloat_neg.cc => float128.cc} (50%)