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 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. adds 85d8c05a02b Fix declare copyout in libgomp.oacc-c++/declare-pr94120.C adds 38acc41d6d7 PR 91800 - reject Hollerith constants as type initializer. adds 9b4d38df3f1 Fix spacing in symtab_node::dump_references. new aeb430aadc3 PR fortran/93364 - ICE in gfc_set_array_spec, at fortran/ar [...]
The 1 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/ChangeLog | 6 + gcc/DATESTAMP | 2 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/expression.c | 2 +- gcc/d/dmd/root/speller.c | 4 +- gcc/fortran/ChangeLog | 13 ++ gcc/fortran/array.c | 4 + gcc/fortran/decl.c | 9 ++ gcc/symtab.c | 14 +-- gcc/testsuite/ChangeLog | 18 +++ 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/pr93364.f90 | 13 ++ 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 +++++++++ 31 files changed, 363 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/hollerith_9.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93364.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