This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 161aa50ee2d libstdc++: Whitespace changes to remove spaces before tabs new 36e8db7c2af c++: Add new test [PR92427] new f60ee68de3d Daily bump. new fccb41b909c libbacktrace: test linker support for DWARF 5 new c832cf1c1d1 libstdc++: Fix [multi]map/[multi]set move constructors noex [...] new d496134a6b1 IFN/optabs: Support vector load/store with length new 4070208f238 rs6000: Add len_load/len_store optab support
The 6 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: contrib/ChangeLog | 7 + gcc/ChangeLog | 24 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 215 +++++++++++++++++++++ gcc/c-family/ChangeLog | 9 + gcc/c/ChangeLog | 5 + gcc/config/rs6000/vsx.md | 28 +++ gcc/cp/ChangeLog | 13 ++ gcc/doc/md.texi | 26 +++ gcc/internal-fn.c | 35 +++- gcc/internal-fn.def | 6 + gcc/optabs.def | 2 + gcc/testsuite/ChangeLog | 38 ++++ gcc/testsuite/g++.dg/ext/flexary37.C | 15 ++ libbacktrace/configure | 12 +- libbacktrace/configure.ac | 4 +- libcpp/ChangeLog | 11 ++ libstdc++-v3/ChangeLog | 31 +++ libstdc++-v3/include/bits/stl_tree.h | 4 +- .../map/cons/noexcept_move_construct.cc | 32 ++- .../multimap/cons/noexcept_move_construct.cc | 32 ++- .../multiset/cons/noexcept_move_construct.cc | 32 ++- .../set/cons/noexcept_move_construct.cc | 32 ++- 23 files changed, 599 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/flexary37.C