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-next-allnoconfig in repository toolchain/ci/gcc.
from 9b4d38df3f1 Fix spacing in symtab_node::dump_references. adds aeb430aadc3 PR fortran/93364 - ICE in gfc_set_array_spec, at fortran/ar [...] adds 48c82310947 Fix ICE on invalid calls_comdat_local flag [pr94582] adds aa576f2a860 c++: Template argument hashing [pr94454] adds 7fcb93431ef c++: Expr pack expansion equality [pr94454] adds a6f400239d7 c++: tpl-tpl-parms are not canonicalizable types [pr94454] adds 697b94cfaef libstdc++: Avoid illegal argument to verbose in dg-test callback adds 5da301cbd81 aarch64: Fix vector builds used by SVE vec_init [PR94668] adds 77aecf92a2c vect: Tweak vect_better_loop_vinfo_p handling of variable VFs adds 8e1e6cdb8fb libphobos: Remove undefined DRUNTIME_GC from configure scripts adds 93843da6977 libstdc++: Add comparison operators to associative containers adds 73a0a21d22d libstdc++: Update __cpp_lib_three_way_comparison macro adds 371d1011d76 libphobos: Fix option name for --with-libphobos-druntime-only. adds b0146791f00 libstdc++: Correct changelog of previous commit adds 0fe12b0234a Add numerous flags to the -fdump-fortran-original attribute dump. adds 2930bb32179 PR94613: Fix vec_sel builtin for IBM Z adds 582fe481f4b S/390: Fix PR94666 adds c5e4be6b364 coroutines: Fix STRIP_NOPS usage. adds 5bdd4c5d3fc c++: Fix bogus -Wparentheses warning with fold-expression [ [...] adds 0ea89b15782 libstdc++: Fix tests that fail in C++20 mode adds 86119f14171 libstdc++: Add test for using istreambuf_iterator with sentinel adds 3f5d94c192b Add 'dg-do run' to 'libgomp.fortran/target-enter-data-2.F90' adds 58d4cf217da Update gcc sv.po. adds a3a4f6be0c7 c++: Recursive unification with packs and explicit targs [PR94628] adds d419e176d74 c++: Fix ICE with { } as template argument [PR94592] adds 8ab392f97bb Daily bump. adds 8e841bd419f gccgo: fix runtime compilation on NetBSD adds 46cf683bf16 d/dmd: Merge upstream dmd 62ce36f37 adds b90ff7a20b2 libstdc++: Fix PSTL tests to run correctly with newer Threa [...] adds e6cbe9654d1 Since the pdp11-aout target does not support gdb, gdbserver [...] adds cd08718d57d coroutines: Fix handling of ramp return value [PR94661] adds 187bdbd5645 testsuite: Add testcase for already fixed PR [PR94686] new ac1a0a388cd libphobos: Fix compilation dependencies on s390x-linux-musl
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: ChangeLog | 6 + configure | 3 + configure.ac | 3 + gcc/ChangeLog | 35 ++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 26 +- gcc/config/s390/s390-builtin-types.def | 3 + gcc/config/s390/s390-builtins.def | 65 +-- gcc/config/s390/vector.md | 10 +- gcc/config/s390/vx-builtins.md | 27 +- gcc/cp/ChangeLog | 56 ++ gcc/cp/constexpr.c | 8 +- gcc/cp/coroutines.cc | 49 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/pt.c | 127 +++-- gcc/cp/tree.c | 24 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/dinterpret.c | 19 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/array.c | 4 + gcc/fortran/dump-parse-tree.c | 81 ++- gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-comdats.c | 9 + gcc/po/ChangeLog | 4 + gcc/po/sv.po | 585 ++++++++------------- gcc/testsuite/ChangeLog | 64 ++- gcc/testsuite/g++.dg/coroutines/ramp-return-a.C | 24 + gcc/testsuite/g++.dg/coroutines/ramp-return-b.C | 22 + gcc/testsuite/g++.dg/coroutines/ramp-return-c.C | 22 + gcc/testsuite/g++.dg/coroutines/ramp-return.h | 64 +++ gcc/testsuite/g++.dg/cpp0x/variadic179.C | 16 + gcc/testsuite/g++.dg/cpp0x/variadic180.C | 25 + gcc/testsuite/g++.dg/cpp1z/fold11.C | 12 + gcc/testsuite/g++.dg/cpp2a/nontype-class34.C | 16 + gcc/testsuite/g++.dg/cpp2a/nontype-class35.C | 17 + gcc/testsuite/g++.dg/pr94666.C | 20 + gcc/testsuite/g++.dg/torture/pr94582.C | 87 +++ gcc/testsuite/gcc.c-torture/compile/pr94686.c | 9 + .../gcc.target/aarch64/sve/cost_model_8.c | 12 + .../gcc.target/aarch64/sve/cost_model_9.c | 13 + gcc/testsuite/gcc.target/aarch64/sve/pr89007-1.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/pr89007-2.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/pr94668.c | 8 + gcc/testsuite/gcc.target/s390/zvector/pr94613.c | 38 ++ gcc/testsuite/gcc.target/s390/zvector/vec_sel-1.c | 211 ++++++++ gcc/testsuite/gfortran.dg/pr93364.f90 | 13 + gcc/tree-inline.c | 1 + gcc/tree-vect-loop.c | 31 +- libgo/go/runtime/os_netbsd.go | 41 +- libgo/go/runtime/signal_gccgo.go | 2 +- libgo/go/runtime/stubs.go | 4 + libgo/runtime/go-signal.c | 12 + libgomp/ChangeLog | 6 + .../libgomp.fortran/target-enter-data-2.F90 | 1 + libphobos/ChangeLog | 20 + libphobos/configure | 92 +++- libphobos/configure.ac | 12 +- libphobos/libdruntime/gcc/sections/elf_shared.d | 4 +- libphobos/m4/druntime/libraries.m4 | 24 + libstdc++-v3/ChangeLog | 41 ++ libstdc++-v3/include/bits/stl_map.h | 31 +- libstdc++-v3/include/bits/stl_multimap.h | 31 +- libstdc++-v3/include/bits/stl_multiset.h | 31 +- libstdc++-v3/include/bits/stl_set.h | 30 +- libstdc++-v3/include/bits/stl_tree.h | 15 + libstdc++-v3/include/debug/map.h | 10 +- libstdc++-v3/include/debug/multimap.h | 8 + libstdc++-v3/include/debug/multiset.h | 10 +- libstdc++-v3/include/debug/set.h | 10 +- libstdc++-v3/include/std/version | 2 +- libstdc++-v3/libsupc++/compare | 16 +- .../testsuite/20_util/is_constructible/51185.cc | 9 +- .../testsuite/20_util/is_constructible/value-2.cc | 31 +- .../23_containers/map/operators/cmp_c++20.cc | 111 ++++ .../23_containers/multimap/operators/cmp_c++20.cc | 111 ++++ .../23_containers/multiset/operators/cmp_c++20.cc | 107 ++++ .../23_containers/set/operators/cmp_c++20.cc | 107 ++++ .../24_iterators/istreambuf_iterator/sentinel.cc | 53 ++ libstdc++-v3/testsuite/lib/libstdc++.exp | 5 +- 79 files changed, 2309 insertions(+), 569 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/ramp-return-a.C create mode 100644 gcc/testsuite/g++.dg/coroutines/ramp-return-b.C create mode 100644 gcc/testsuite/g++.dg/coroutines/ramp-return-c.C create mode 100644 gcc/testsuite/g++.dg/coroutines/ramp-return.h create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic179.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic180.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold11.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class34.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class35.C create mode 100644 gcc/testsuite/g++.dg/pr94666.C create mode 100644 gcc/testsuite/g++.dg/torture/pr94582.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr94686.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cost_model_8.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cost_model_9.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr94668.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/pr94613.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_sel-1.c create mode 100644 gcc/testsuite/gfortran.dg/pr93364.f90 create mode 100644 libstdc++-v3/testsuite/23_containers/map/operators/cmp_c++20.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multimap/operators/cmp_c++20.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/operators/cmp_c++20.cc create mode 100644 libstdc++-v3/testsuite/23_containers/set/operators/cmp_c++20.cc create mode 100644 libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/sentinel.cc