This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d6849aa9266 rtl-ssa: Define INCLUDE_ARRAY new 1066a95aa33 libstdc++: fix uses of explicit object parameter [PR116038]
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/include/std/functional | 4 +-- libstdc++-v3/include/std/ranges | 11 +++++--- .../20_util/function_objects/bind_back/116038.cc | 27 ++++++++++++++++++++ .../20_util/function_objects/bind_front/116038.cc | 27 ++++++++++++++++++++ .../testsuite/std/ranges/adaptors/116038.cc | 29 ++++++++++++++++++++++ 5 files changed, 92 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_back/116038.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/116038.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/116038.cc