This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1c8e6734d2d RISC-V: Make VXRM as global register [PR118103] new 89f007c2a62 libstdc++: Add comment about use of always_inline attribute [...] new 6e758f378a6 libstdc++: Handle exceptions in std::ostream::sentry destructor new 2a2bd96d0d2 libstdc++: fix a dangling reference crash in ranges::is_per [...]
The 3 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/hashtable_policy.h | 2 + libstdc++-v3/include/bits/ostream.h | 48 +++++++++++++++++---- libstdc++-v3/include/bits/ranges_algo.h | 7 ++- .../25_algorithms/is_permutation/constrained.cc | 13 ++++++ .../27_io/basic_ostream/exceptions/char/lwg4188.cc | 50 ++++++++++++++++++++++ .../basic_ostream/exceptions/wchar_t/lwg4188.cc | 50 ++++++++++++++++++++++ 6 files changed, 160 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/char/lwg4188.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/wchar_t/l [...]