This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 824a2485e2c * gcc-interface/misc.c (default_pass_by_ref): Minor tweak. new f07a7cbfc92 PR libstdc++/83427 detect weak result type from noexcept functions new e4b0fa23333 * gcc-interface/Makefile.in: Generalize support for symbol [...]
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: gcc/ada/ChangeLog | 6 +- gcc/ada/gcc-interface/Makefile.in | 28 ++- libstdc++-v3/ChangeLog | 21 ++ libstdc++-v3/include/bits/refwrap.h | 242 ++++++++++----------- libstdc++-v3/include/bits/std_function.h | 19 -- libstdc++-v3/include/std/functional | 65 +----- .../mem_fn/80478.cc => bind/83427.cc} | 12 +- libstdc++-v3/testsuite/20_util/bind/refqual.cc | 8 +- .../mem_fn/80478.cc => reference_wrapper/83427.cc} | 20 +- 9 files changed, 195 insertions(+), 226 deletions(-) copy libstdc++-v3/testsuite/20_util/{function_objects/mem_fn/80478.cc => bind/8342 [...] copy libstdc++-v3/testsuite/20_util/{function_objects/mem_fn/80478.cc => reference [...]