This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b98d3cc5666 libstdc++: Add missing bugzilla PR numbers to ChangeLog new d5243c46266 libstdc++: Test C++11 implementation of std::chrono::__deta [...] new f33a43f9f7e libstdc++: Use correct duration for atomic_futex wait on cu [...] new fc998c21c2c [omp, ftracer] Remove incorrect suggestion in ignore_bb_p new 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 new f92a504fdd9 libstdc++: Make allocators throw bad_array_new_length on ov [...]
The 7 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/config/arm/arm-cpus.in | 2 + gcc/cp/name-lookup.c | 116 +++++++++++++++++---- gcc/testsuite/c-c++-common/spellcheck-reserved.c | 2 +- gcc/tracer.c | 10 +- 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/ext/malloc_allocator.h | 10 +- libstdc++-v3/include/ext/new_allocator.h | 10 +- libstdc++-v3/include/std/memory_resource | 6 +- libstdc++-v3/src/c++11/functexcept.cc | 4 + .../lwg3237.cc => allocator/lwg3190.cc} | 30 +++--- .../20_util/duration_cast/rounding_c++11.cc | 43 ++++++++ libstdc++-v3/testsuite/30_threads/async/async.cc | 62 ++++++++++- 14 files changed, 248 insertions(+), 55 deletions(-) copy libstdc++-v3/testsuite/20_util/{polymorphic_allocator/lwg3237.cc => allocator [...] create mode 100644 libstdc++-v3/testsuite/20_util/duration_cast/rounding_c++11.cc