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-stable-allyesconfig in repository toolchain/ci/gcc.
from 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/range-op.cc | 12 ++-- gcc/testsuite/gcc.dg/pr97725.c | 28 ++++++++ gcc/value-query.cc | 6 +- libstdc++-v3/ChangeLog | 2 +- libstdc++-v3/include/std/optional | 66 ++++++++++++++----- .../testsuite/20_util/optional/relops/96269.cc | 76 ++++++++++++++++++++++ 6 files changed, 162 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97725.c create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/96269.cc