This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from d376b73aa12 doc, d: Add note that D front end now requires GDC installe [...] adds a7fede6704d testsuite: Fix typo in comment in aapcs64 test adds cb137e85720 Also pre-process PHIs in range-of-stmt. adds 1e625a44f6f vect: Tighten check for SLP memory groups [PR103517] adds e9089e4fa9f libstdc++: Avoid unwanted allocations in filesystem::path adds 2b83bc6097f libstdc++: Optimize ref-count updates in COW std::string adds 74d14778e73 libstdc++: Define std::__is_constant_evaluated() for internal use adds 056551414a3 libstdc++: Clear RB tree after moving elements [PR103501] adds 54ebec35abe path solver: Use only one ssa_global_cache. adds d683a1b3e89 rs6000: Mirror fix for PR102347 in new builtins support adds 53caa4723d8 c++: constexpr, fold, weak redecl, fp/0 [PR103310] adds 185b307b03d darwin, d: Support outfile substitution for libphobos new 5b1ef8b9db9 middle-end: Skip initialization of opaque type variables [P [...]
The 1 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/c-family/c.opt | 4 + gcc/common.opt | 4 + gcc/config/darwin.h | 1 + gcc/config/rs6000/rs6000-c.c | 11 +- gcc/config/rs6000/rs6000-call.c | 9 +- gcc/config/rs6000/rs6000-internal.h | 3 + gcc/config/rs6000/rs6000.c | 1 - gcc/cp/constexpr.c | 9 +- gcc/d/d-spec.cc | 18 +-- gcc/doc/invoke.texi | 14 +++ gcc/fold-const.c | 26 ++++- gcc/fold-const.h | 1 + gcc/gcc.c | 6 +- gcc/gimple-range-path.cc | 23 ++-- gcc/gimple-range-path.h | 2 - gcc/gimple-range.cc | 29 +++-- gcc/gimplify.c | 1 + gcc/testsuite/g++.dg/cpp0x/constexpr-fp-except1.C | 4 + gcc/testsuite/g++.dg/cpp1z/constexpr-if36.C | 19 +++ gcc/testsuite/gcc.dg/tree-ssa/nonzero-1.c | 5 +- gcc/testsuite/gcc.dg/tree-ssa/nonzero-1a.c | 11 ++ gcc/testsuite/gcc.dg/vect/pr103517.c | 13 +++ .../gcc.target/aarch64/aapcs64/macro-def.h | 2 +- gcc/testsuite/gcc.target/powerpc/pr103127.c | 19 +++ gcc/tree-vect-slp.c | 7 +- gcc/varasm.c | 2 +- libphobos/testsuite/testsuite_flags.in | 1 + libstdc++-v3/doc/doxygen/user.cfg.in | 2 +- libstdc++-v3/include/bits/allocator.h | 8 +- libstdc++-v3/include/bits/basic_string.h | 6 +- libstdc++-v3/include/bits/basic_string.tcc | 4 +- libstdc++-v3/include/bits/c++config | 30 +++-- libstdc++-v3/include/bits/char_traits.h | 129 +++++++++++---------- libstdc++-v3/include/bits/cow_string.h | 26 ++--- libstdc++-v3/include/bits/ranges_algobase.h | 12 +- libstdc++-v3/include/bits/ranges_cmp.h | 5 +- libstdc++-v3/include/bits/stl_algobase.h | 5 +- libstdc++-v3/include/bits/stl_bvector.h | 8 +- libstdc++-v3/include/bits/stl_construct.h | 12 +- libstdc++-v3/include/bits/stl_function.h | 24 +--- libstdc++-v3/include/bits/stl_tree.h | 6 +- libstdc++-v3/include/bits/stl_vector.h | 5 +- libstdc++-v3/include/debug/helper_functions.h | 15 +-- libstdc++-v3/include/std/array | 4 +- libstdc++-v3/include/std/bit | 5 +- libstdc++-v3/include/std/type_traits | 11 +- libstdc++-v3/include/std/version | 4 +- libstdc++-v3/libsupc++/compare | 2 +- libstdc++-v3/src/c++17/fs_path.cc | 5 - libstdc++-v3/src/filesystem/path.cc | 31 ++--- .../23_containers/array/tuple_interface/get_neg.cc | 6 +- .../23_containers/map/allocator/move_cons.cc | 2 +- .../23_containers/multimap/allocator/move_cons.cc | 2 +- .../23_containers/multiset/allocator/103501.cc | 32 +++++ .../23_containers/set/allocator/103501.cc | 32 +++++ 55 files changed, 431 insertions(+), 247 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-fp-except1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if36.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/nonzero-1a.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr103517.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103127.c create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/allocator/103501.cc create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/103501.cc