This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 96eb151 PR77710: fix triplet in builtin-sprintf-warn-4.c new 65e13b8 More noexcept for standard mutex types and locks new 18f4161 Remove redundant const qualifliers from string_view new 0a9343a Enable printers and xmethods for std::__cxx11::list new 06046b8 Simplify std::rethrow_if_nested definition new 72d50c4 Optimise std::list::assign(initializer_list<T>) slightly new ab410ff * exp_dbug.adb (Debug_Renaming_Declaration): Process underly [...] new aec336e Fix gcc.dg/tree-ssa/pr59597.c failure for avr new 862c56b * MAINTAINERS: Update email address. new dd1828f Minor tweaks
The 9 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: ChangeLog | 4 + MAINTAINERS | 9 +-- gcc/ada/ChangeLog | 19 ++++- gcc/ada/exp_dbug.adb | 13 +++- gcc/ada/gcc-interface/gigi.h | 5 ++ gcc/ada/gcc-interface/trans.c | 16 +++- gcc/ada/gcc-interface/utils.c | 52 +++++++++++++ gcc/ada/uintp.h | 6 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/tree-ssa/pr59597.c | 4 +- libstdc++-v3/ChangeLog | 33 ++++++++ libstdc++-v3/doc/xml/manual/intro.xml | 8 ++ libstdc++-v3/include/bits/std_mutex.h | 6 +- libstdc++-v3/include/bits/stl_list.h | 2 +- libstdc++-v3/include/experimental/string_view | 2 +- libstdc++-v3/include/std/mutex | 6 +- libstdc++-v3/include/std/string_view | 2 +- libstdc++-v3/libsupc++/nested_exception.h | 88 ++++++++++------------ libstdc++-v3/python/libstdcxx/v6/printers.py | 1 + libstdc++-v3/python/libstdcxx/v6/xmethods.py | 2 +- .../nested_exception/rethrow_if_nested.cc | 19 +++++ libstdc++-v3/testsuite/libstdc++-xmethods/list.cc | 3 - 22 files changed, 227 insertions(+), 78 deletions(-)