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-arm-mainline-allmodconfig in repository toolchain/ci/gcc.
from 4ef0f1e90f1 Drop overflow from constants while building ranges in ranger. adds 9f87fcf3034 middle-end: guard slp-11b.c testcase on vec_lanes adds 58c9de46541 Add fnspecs for C++ new and delete operators adds 5773855c3f5 Move and adjust PROBE_STACK reg definitions for aarch64 adds 8f027412f66 Add dg-require-effective-target fpic to gcc.dg test adds 50b840ac5e1 libstdc++: Export basic_stringbuf constructor [PR 97729] adds 710508c7b1a libstdc++: Fix multiple definitions of std::exception_ptr f [...] adds 2f93a2a03a3 libstdc++: Use non-throwing increment in recursive_director [...] adds 7fa1b2c8dac Handle use of r18 as a TCB pointer on aarch64-vxworks adds 10508db8679 openmp: Mark deprecated symbols in OpenMP 5.0 adds cdd2d448d82 libstdc++: Fix constraints on std::optional comparisons [PR 96269] adds d16d45655d7 libstdc++: Fix typo in ChangeLog entry adds 22984f3f090 Pass multi-range from range_query::value_* routines
No new revisions were added by this update.
Summary of changes: gcc/config/aarch64/aarch64-vxworks.h | 12 ++-- gcc/config/aarch64/aarch64.c | 8 +-- gcc/config/aarch64/aarch64.md | 7 ++ gcc/gimple.c | 13 ++++ gcc/gimple.h | 2 +- gcc/range-op.cc | 12 ++-- gcc/testsuite/g++.dg/ipa/devirt-24.C | 2 +- gcc/testsuite/gcc.dg/pr97725.c | 28 ++++++++ gcc/testsuite/gcc.dg/sms-12.c | 1 + gcc/testsuite/gcc.dg/vect/slp-11b.c | 3 +- gcc/value-query.cc | 6 +- libgomp/Makefile.am | 2 +- libgomp/Makefile.in | 2 +- libgomp/fortran.c | 13 +++- libgomp/icv.c | 10 ++- libgomp/omp.h.in | 23 ++++--- libgomp/omp_lib.f90.in | 4 ++ libgomp/testsuite/libgomp.c++/affinity-1.C | 1 + libgomp/testsuite/libgomp.c/affinity-1.c | 3 +- libgomp/testsuite/libgomp.c/affinity-2.c | 1 + libgomp/testsuite/libgomp.c/appendix-a/a.15.1.c | 1 + libgomp/testsuite/libgomp.c/lib-1.c | 2 + libgomp/testsuite/libgomp.c/nested-1.c | 2 + libgomp/testsuite/libgomp.c/nested-2.c | 2 + libgomp/testsuite/libgomp.c/nested-3.c | 2 + libgomp/testsuite/libgomp.c/pr32362-1.c | 1 + libgomp/testsuite/libgomp.c/pr32362-2.c | 1 + libgomp/testsuite/libgomp.c/pr32362-3.c | 1 + libgomp/testsuite/libgomp.c/pr35549.c | 1 + libgomp/testsuite/libgomp.c/pr42942.c | 1 + libgomp/testsuite/libgomp.c/pr61200.c | 1 + libgomp/testsuite/libgomp.c/sort-1.c | 2 + libgomp/testsuite/libgomp.c/target-5.c | 2 + libgomp/testsuite/libgomp.c/target-6.c | 2 + libgomp/testsuite/libgomp.c/teams-1.c | 2 + libgomp/testsuite/libgomp.c/thread-limit-1.c | 1 + libgomp/testsuite/libgomp.c/thread-limit-2.c | 1 + libgomp/testsuite/libgomp.c/thread-limit-4.c | 1 + libgomp/testsuite/libgomp.fortran/affinity1.f90 | 1 + libgomp/testsuite/libgomp.fortran/lib1.f90 | 1 + libgomp/testsuite/libgomp.fortran/lib2.f | 1 + libgomp/testsuite/libgomp.fortran/nested1.f90 | 2 + libgomp/testsuite/libgomp.fortran/teams1.f90 | 2 + libstdc++-v3/ChangeLog | 2 +- libstdc++-v3/config/abi/pre/gnu.ver | 1 + libstdc++-v3/include/std/future | 2 +- libstdc++-v3/include/std/optional | 66 ++++++++++++++----- libstdc++-v3/libsupc++/eh_ptr.cc | 20 ++---- libstdc++-v3/libsupc++/exception_ptr.h | 56 ++++++++-------- libstdc++-v3/src/c++20/sstream-inst.cc | 6 ++ libstdc++-v3/src/filesystem/dir.cc | 18 +++-- .../testsuite/20_util/optional/relops/96269.cc | 76 ++++++++++++++++++++++ .../experimental/filesystem/iterators/97731.cc | 49 ++++++++++++++ 53 files changed, 374 insertions(+), 108 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97725.c create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/96269.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/97731.cc