This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88f29a8aa82 tree-optimization/90994 - fix uninit diagnostics with EH new 5d27fcd993e libstdc++: Improve comments in std::reference_wrapper tests new e47df5eb56c libstdc++: Add noexcept-specifier to std::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/include/bits/refwrap.h | 3 ++- .../testsuite/20_util/reference_wrapper/invoke-2.cc | 3 ++- .../testsuite/20_util/reference_wrapper/invoke-3.cc | 3 ++- .../20_util/reference_wrapper/invoke-noexcept.cc | 15 +++++++++++++++ .../testsuite/20_util/reference_wrapper/invoke.cc | 2 ++ 5 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-noexcept.cc