This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d2a56a0f71 Fortran : ICE in build_field PR95614 new dc38e255242 libstdc++: Implement LWG 3706 for COW strings new 5ae9ddd480f libstdc++: Enable tests that incorrectly require cxx11-abi new 5e961dba46a libstdc++: Improve comments in std::string tests new a1b6b013615 libstdc++: Improve comments for check_effective_target_cxx11-abi new 252c9967ba7 libstdc++: Define some std::string constructors inline new 9068711f210 c++: Instantiation with local extern [PR97395] new 17d5739a6b1 [gimple] Move can_duplicate_bb_p to gimple_can_duplicate_bb_p new ec5e6467091 adjust BB SLP build from scalars heuristics new 4aa9742252e Fortran: Fix line-truncation warning for !$acc and !gcc$
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: gcc/cp/name-lookup.c | 22 +++++--- gcc/fortran/scanner.c | 4 +- gcc/testsuite/g++.dg/lookup/extern-redecl2.C | 18 ++++++ gcc/testsuite/gfortran.dg/goacc/warn_truncated.f90 | 11 ++++ gcc/tracer.c | 66 +--------------------- gcc/tree-cfg.c | 38 ++++++++++++- gcc/tree-vect-slp.c | 51 ++++++++++------- libstdc++-v3/include/bits/basic_string.h | 46 +++++++++++---- libstdc++-v3/include/bits/basic_string.tcc | 51 ----------------- .../21_strings/basic_string/allocator/char/copy.cc | 8 +-- .../basic_string/allocator/char/copy_assign.cc | 8 +-- .../basic_string/allocator/char/minimal.cc | 8 +-- .../21_strings/basic_string/allocator/char/move.cc | 2 +- .../basic_string/allocator/char/move_assign.cc | 8 +-- .../basic_string/allocator/char/noexcept.cc | 8 +-- .../basic_string/allocator/char/operator_plus.cc | 2 +- .../21_strings/basic_string/allocator/char/swap.cc | 8 +-- .../basic_string/allocator/wchar_t/copy.cc | 8 +-- .../basic_string/allocator/wchar_t/copy_assign.cc | 8 +-- .../basic_string/allocator/wchar_t/minimal.cc | 8 +-- .../basic_string/allocator/wchar_t/move.cc | 2 +- .../basic_string/allocator/wchar_t/move_assign.cc | 8 +-- .../basic_string/allocator/wchar_t/noexcept.cc | 8 +-- .../allocator/wchar_t/operator_plus.cc | 2 +- .../basic_string/allocator/wchar_t/swap.cc | 8 +-- .../21_strings/basic_string/cons/char/deduction.cc | 1 - .../basic_string/cons/wchar_t/deduction.cc | 1 - .../testsuite/27_io/basic_fstream/cons/base.cc | 1 - libstdc++-v3/testsuite/lib/libstdc++.exp | 2 + 29 files changed, 204 insertions(+), 212 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/extern-redecl2.C create mode 100644 gcc/testsuite/gfortran.dg/goacc/warn_truncated.f90