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-allyesconfig in repository toolchain/ci/gcc.
from 11bd94806d4 Daily bump. adds 35d2c6b6e8a PR fortran/97272 - Wrong answer from MAXLOC with character arg adds 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 new 255aa06d40d c++: Make spell corrections consistent new 717e402dbf5 [omp, ftracer] Ignore IFN_GOMP_SIMT_XCHG_* in ignore_bb_p
The 2 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/DATESTAMP | 2 +- gcc/config/arm/arm-cpus.in | 2 + gcc/cp/name-lookup.c | 116 +++++++++++++++++---- gcc/fortran/ChangeLog | 8 ++ gcc/fortran/trans-intrinsic.c | 19 ++++ gcc/gimple-ssa-store-merging.c | 2 +- gcc/optc-save-gen.awk | 54 ++++++++-- gcc/opth-gen.awk | 5 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/c-c++-common/spellcheck-reserved.c | 2 +- gcc/testsuite/gfortran.dg/pr97272.f90 | 19 ++++ gcc/tracer.c | 18 ++++ libgomp/testsuite/libgomp.fortran/pr95654.f90 | 11 ++ libstdc++-v3/ChangeLog | 2 + libstdc++-v3/include/bits/atomic_futex.h | 2 +- .../20_util/duration_cast/rounding_c++11.cc | 43 ++++++++ libstdc++-v3/testsuite/30_threads/async/async.cc | 62 ++++++++++- 17 files changed, 333 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr97272.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/pr95654.f90 create mode 100644 libstdc++-v3/testsuite/20_util/duration_cast/rounding_c++11.cc