This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from 4347d36f934 Daily bump. adds ab3f4b27abe [omp, ftracer] Don't duplicate blocks in SIMT region adds 21f65995e06 store-merging: Fix up -Wnarrowing warning adds 3c022a4c732 options: Save and restore opts_set for Optimization and Tar [...] adds b98d3cc5666 libstdc++: Add missing bugzilla PR numbers to ChangeLog adds d5243c46266 libstdc++: Test C++11 implementation of std::chrono::__deta [...] adds f33a43f9f7e libstdc++: Use correct duration for atomic_futex wait on cu [...] adds fc998c21c2c [omp, ftracer] Remove incorrect suggestion in ignore_bb_p adds bf490f06360 arm: Add missing part number for Neoverse V1 adds 255aa06d40d c++: Make spell corrections consistent adds 717e402dbf5 [omp, ftracer] Ignore IFN_GOMP_SIMT_XCHG_* in ignore_bb_p adds f92a504fdd9 libstdc++: Make allocators throw bad_array_new_length on ov [...] adds ac1c65ad1a1 support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197] adds bd431d26de0 Import various range-op fixes from ranger branch. adds ea6da7f50fe Cleanup legacy_union and legacy intersect in value_range. adds 1c72f460e9e libstdc++: Minor header cleanup in <numeric> adds 66a03207930 c++: Fix typo in NON_UNION_CLASS_TYPE_P. new 9af65c2b904 libstdc++: Reduce uses of std::numeric_limits new 7e9282ae62f Daily bump. new 7164745e1c2 gofrontend: correct file reading logic in Stream_from_file
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: gcc/ChangeLog | 51 ++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 11 ++ gcc/c-family/c-pretty-print.c | 59 +++++++ gcc/config/arm/arm-cpus.in | 2 + gcc/cp/ChangeLog | 17 ++ gcc/cp/cp-tree.h | 2 +- gcc/cp/error.c | 58 +++++++ gcc/cp/name-lookup.c | 116 ++++++++++--- gcc/gimple-ssa-store-merging.c | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/import.cc | 8 +- gcc/optc-save-gen.awk | 54 +++++- gcc/opth-gen.awk | 5 +- gcc/range-op.cc | 185 +++++++++++++++------ gcc/testsuite/ChangeLog | 4 + gcc/testsuite/c-c++-common/spellcheck-reserved.c | 2 +- gcc/tracer.c | 18 ++ gcc/value-range.cc | 67 +++----- libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.fortran/pr95654.f90 | 11 ++ libstdc++-v3/ChangeLog | 59 +++++++ libstdc++-v3/config/abi/pre/gnu.ver | 3 + libstdc++-v3/include/bits/atomic_futex.h | 2 +- libstdc++-v3/include/bits/functexcept.h | 3 + libstdc++-v3/include/bits/hashtable_policy.h | 7 +- libstdc++-v3/include/bits/regex.h | 9 +- libstdc++-v3/include/bits/uniform_int_dist.h | 7 +- libstdc++-v3/include/ext/malloc_allocator.h | 10 +- libstdc++-v3/include/ext/new_allocator.h | 10 +- libstdc++-v3/include/std/memory_resource | 6 +- libstdc++-v3/include/std/numeric | 39 ++--- libstdc++-v3/include/std/regex | 1 + libstdc++-v3/include/std/string_view | 9 +- libstdc++-v3/src/c++11/functexcept.cc | 4 + libstdc++-v3/src/c++11/hashtable_c++0x.cc | 2 +- .../96042.cc => 20_util/allocator/lwg3190.cc} | 43 +++-- .../20_util/duration_cast/rounding_c++11.cc | 43 +++++ libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 8 +- libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 8 +- libstdc++-v3/testsuite/30_threads/async/async.cc | 62 ++++++- libstdc++-v3/testsuite/std/ranges/iota/96042.cc | 1 + .../testsuite/std/ranges/iota/difference_type.cc | 1 + .../testsuite/std/ranges/subrange/96042.cc | 1 + 44 files changed, 820 insertions(+), 199 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/pr95654.f90 copy libstdc++-v3/testsuite/{std/ranges/subrange/96042.cc => 20_util/allocator/lwg [...] create mode 100644 libstdc++-v3/testsuite/20_util/duration_cast/rounding_c++11.cc