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-lts-allyesconfig in repository toolchain/ci/gcc.
from e91c0a35e5d Commit test case for PR 57129. adds ba36d0b9d47 PR 94347 - add a test case for something a PR has fixed itself. adds 82aa0d5b9b5 PR 94347 - fix previous ChangeLog entry. adds 9382018b8b0 coroutines, testsuite: Require C++17 for two tests. adds df73e5842f2 i386: Remove unneeded assignments when triggering SSE exceptions adds ace4b1acba8 d/dmd: Merge upstream dmd 09be6ee14 adds 62f3d4ea899 d/dmd: Merge upstream dmd ba99ee345 adds fc186077486 libphobos: Merge upstream phobos 99003a75a adds 3f81d84c9ff libphobos: Merge upstream phobos bf0d0a37c adds 36bc6c65209 rs6000: Skip DWARF5 and -fcompare-debug testcases on AIX. adds a2c0fa35d0d libstdc++: Fix redundant assignment (PR 94629) adds 7ab9c2430ff libstdc++: Remove operator!= overloads for unordered containers adds 717e91dbc44 libstdc++: Define operator<=> for std::stack and std::queue adds 79b9d18ea1b Daily bump. new 85d8c05a02b Fix declare copyout in libgomp.oacc-c++/declare-pr94120.C new 38acc41d6d7 PR 91800 - reject Hollerith constants as type initializer.
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/d/dmd/MERGE | 2 +- gcc/d/dmd/expression.c | 2 +- gcc/d/dmd/root/speller.c | 4 +- gcc/fortran/ChangeLog | 7 ++ gcc/fortran/decl.c | 9 ++ gcc/testsuite/ChangeLog | 24 ++++ .../torture/co-await-17-capture-comp-ref.C | 2 +- .../torture/co-ret-15-default-return_void.C | 2 +- gcc/testsuite/g++.dg/debug/dwarf2/pr85550.C | 1 + gcc/testsuite/g++.dg/debug/pr94272.C | 1 + gcc/testsuite/g++.dg/debug/pr94281.C | 1 + gcc/testsuite/g++.dg/debug/pr94323.C | 1 + gcc/testsuite/gfortran.dg/hollerith_9.f90 | 7 ++ gcc/testsuite/gfortran.dg/pointer_init_12.f90 | 8 ++ libatomic/ChangeLog | 5 + libatomic/config/x86/fenv.c | 6 - libgcc/ChangeLog | 5 + libgcc/config/i386/sfp-exceptions.c | 6 - libgfortran/ChangeLog | 5 + libgfortran/config/fpu-387.h | 6 - libgomp/ChangeLog | 6 + .../testsuite/libgomp.oacc-c++/declare-pr94120.C | 1 + libphobos/src/MERGE | 2 +- libphobos/src/std/array.d | 138 +++++++++++++-------- libphobos/src/std/range/primitives.d | 4 +- libstdc++-v3/ChangeLog | 20 +++ libstdc++-v3/include/bits/stl_queue.h | 13 ++ libstdc++-v3/include/bits/stl_stack.h | 13 ++ libstdc++-v3/include/bits/unordered_map.h | 4 + libstdc++-v3/include/bits/unordered_set.h | 4 + libstdc++-v3/include/debug/formatter.h | 1 - libstdc++-v3/include/debug/unordered_map | 5 +- libstdc++-v3/include/debug/unordered_set | 5 +- .../testsuite/23_containers/queue/cmp_c++20.cc | 60 +++++++++ .../testsuite/23_containers/stack/cmp_c++20.cc | 60 +++++++++ 36 files changed, 359 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/hollerith_9.f90 create mode 100644 gcc/testsuite/gfortran.dg/pointer_init_12.f90 create mode 100644 libstdc++-v3/testsuite/23_containers/queue/cmp_c++20.cc create mode 100644 libstdc++-v3/testsuite/23_containers/stack/cmp_c++20.cc