This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from 58a29af8ef1 c++: "'decltype_type' not supported" in diagnostic [PR85278] adds 52d4ed1d96d c++: Add testcase for PR c++/93207 adds aba6453890c Fix for PR/94542, do not make TLS refs PC-relative adds fa9a57ed91d libstdc++: Fix order of entries in ChangeLog adds a126a1577ff coroutines: Fix compile error with symmetric transfers [PR94359] adds f5fa62ed19a libstdc++: Add comparison operators to std::shared_ptr (PR 94562) adds e1e9e8d7aa7 libstdc++: Fix constraints on std::compare_three_way adds ae046fa25e5 Update gcc sv.po. adds a288e202c5e xtensa: fix PR target/94584 adds 5b6551bc604 Daily bump. adds e71b408aa24 middle-end/94539 - void * aliases every other pointer adds 2dc9294c3c7 openmp: Reject requires directives not at file or namespace [...] adds 5b2f76e36d8 aarch64: Fix bootstrap with old binutils [PR93053] adds d2f9e6ad0ce [Arm] Disallow arm_movdi when targetting MVE adds 479ccabc33e Arm: MVE: Add mve vec_duplicate pattern adds 8a4436d89bf aarch64: Fix valid_src_p for use of uninitialized value adds c00568f3760 selftest: Work around GCC 4.2 PR33916 bug by optimizing the [...] adds d4f655724c6 i386: Require OPTION_MASK_ISA_SSE2 for __builtin_ia32_movq1 [...] adds 49795733fdc Simplify recently introduced check to simplify_bound. adds 4714fd14afa libstdc++: Add spaceship operator to std::type_index adds 596676d66ca libstdc++: Add comparison operators to types from Utilities clause adds eef00439e67 Go Gcc_backend class: mark prefetch as novops adds d43919bf887 libstdc++: Add comparison operators to std::filesystem types adds 677ead3b349 runtime: use 64 bits of hash seed on arm64 adds b8a1750a9c5 Daily bump. adds e4658c7dbbe c++: Fix pasto in structured binding diagnostics [PR94571] adds c8d88bf26e4 libstdc++: Fix -Wunused-parameter warning in test adds fc6b42bbaa2 pretty-print SSA names adds 2ca17e0a89f intl: Allow building both with old bison and bison >= 3 [PR92008] adds 42e20fd25d3 bootstrap: Fix building with GCC 4.2 [PR89494] adds 9303fe0714c testsuite: Move misplaced gcc.c-torture/pr92372.c test [PR92372] adds bd87b1fddbb sra: Fix access verification (PR 94598) adds 437eea66a4b intl: Unbreak intl build with bison 3 when no regeneration [...] adds eafeba3e518 middle-end/94614 - avoid multiword moves to nothing adds 1acde74cf61 cleanup graphite results adds 3c3f12e2a76 early-remat: Handle sets of multiple candidate regs [PR94605] adds 44b326839d8 Make it possible to have different instrumented and feedbac [...] adds effcb4181e1 c++: Error recovery with erroneous DECL_INITIAL [PR94475] adds d7a65edb629 List valid pairs for new and delete operators. adds 26bebf576dd aarch64: Fix mismatched SVE predicate modes [PR94606] adds 7123347c8b4 ipa: Make call redirection detect already adjusted calls (P [...] adds b084efe3fcd testsuite: Update pr94426-2 test to handle more targets [PR94426] adds d0ce5baeb64 coroutines: Back out mandate for tail-calls at O < 2 [PR94359] adds 5fb9a619eee Daily bump. adds dd75498db79 rs6000: Fix ICE in decompose_normal_address. [PR93974] adds 5315e1dafa0 Do not modify tab options in vimrc for .py files. adds 61b58e7fa5a testsuite: Fix up test language requirements [PR94314] adds e9f799d2597 Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin. adds c58cb6ac689 inliner: Don't ICE on NULL TYPE_DOMAIN [PR94621] adds c41884a0920 Fix -fcompare-debug issue in delete_insn_and_edges [PR94618] adds a64468a3034 fix PVS studio reported bugs adds b835645c7a5 Initialize file_data->lto_section_header before lto_mode_id [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 7 + contrib/ChangeLog | 10 + contrib/gcc_update | 1 + contrib/vimrc | 14 +- gcc/ChangeLog | 146 ++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 6 + gcc/c/c-parser.c | 7 + gcc/cfgrtl.c | 18 +- gcc/cgraph.c | 11 + gcc/cgraphclones.c | 3 +- gcc/cgraphunit.c | 4 +- gcc/common.opt | 4 + gcc/config/aarch64/aarch64.c | 1 + .../aarch64/falkor-tag-collision-avoidance.c | 6 +- gcc/config/arm/arm.md | 1 + gcc/config/arm/mve.md | 9 +- gcc/config/i386/i386-builtin.def | 2 +- gcc/config/rs6000/rs6000.c | 53 +- gcc/config/xtensa/xtensa.md | 6 +- gcc/coverage.c | 26 +- gcc/cp/ChangeLog | 34 +- gcc/cp/coroutines.cc | 12 +- gcc/cp/cvt.c | 4 +- gcc/cp/parser.c | 9 +- gcc/doc/invoke.texi | 19 +- gcc/dumpfile.c | 2 +- gcc/dwarf2out.c | 2 +- gcc/early-remat.c | 2 +- gcc/expr.c | 5 + gcc/fortran/ChangeLog | 6 + gcc/fortran/simplify.c | 8 +- gcc/function.c | 8 + gcc/gdbhooks.py | 3 + gcc/go/ChangeLog | 9 + gcc/go/go-gcc.cc | 179 +++---- gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-inline-transform.c | 19 + gcc/ipa-inline.h | 1 + gcc/lower-subreg.c | 4 + gcc/lto/ChangeLog | 7 + gcc/lto/lto-common.c | 11 +- gcc/optabs.c | 2 +- gcc/po/ChangeLog | 4 + gcc/po/sv.po | 572 ++++++++------------- gcc/testsuite/ChangeLog | 166 +++++- gcc/testsuite/c-c++-common/gomp/atomic-19.c | 10 +- gcc/testsuite/c-c++-common/gomp/atomic-20.c | 10 +- gcc/testsuite/c-c++-common/gomp/atomic-21.c | 10 +- gcc/testsuite/c-c++-common/gomp/atomic-22.c | 3 +- gcc/testsuite/c-c++-common/gomp/requires-1.c | 9 +- gcc/testsuite/c-c++-common/gomp/requires-2.c | 14 +- gcc/testsuite/c-c++-common/gomp/requires-4.c | 2 +- gcc/testsuite/g++.dg/concepts/variadic5.C | 26 + gcc/testsuite/g++.dg/conversion/err-recover2.C | 10 + .../{torture => }/symmetric-transfer-00-basic.C | 7 +- gcc/testsuite/g++.dg/cpp0x/lambda/pr94426-2.C | 10 +- gcc/testsuite/g++.dg/cpp1z/decomp51.C | 16 + gcc/testsuite/g++.dg/diagnostic/pr84138.C | 2 +- gcc/testsuite/g++.dg/gomp/atomic-18.C | 10 +- .../gomp/requires-1.c => g++.dg/gomp/requires-1.C} | 15 +- gcc/testsuite/g++.dg/gomp/requires-2.C | 22 + gcc/testsuite/g++.dg/ipa/pr93621.C | 29 ++ gcc/testsuite/g++.dg/opt/pr94618.C | 25 + gcc/testsuite/g++.dg/pr93974.C | 27 + gcc/testsuite/g++.dg/pr94314-2.C | 5 +- gcc/testsuite/g++.dg/pr94314-3.C | 5 +- gcc/testsuite/g++.dg/pr94314-4.C | 30 ++ gcc/testsuite/g++.dg/pr94314.C | 5 +- gcc/testsuite/g++.dg/warn/Wsign-compare-8.C | 2 +- .../gcc.c-torture/{ => compile}/pr92372.c | 0 gcc/testsuite/gcc.c-torture/compile/pr94621.c | 16 + gcc/testsuite/gcc.dg/alias-14.c | 2 +- gcc/testsuite/gcc.dg/gomp/requires-1.c | 22 + gcc/testsuite/gcc.dg/graphite/interchange-1.c | 7 - gcc/testsuite/gcc.dg/graphite/interchange-10.c | 2 - gcc/testsuite/gcc.dg/graphite/interchange-11.c | 2 - gcc/testsuite/gcc.dg/graphite/interchange-3.c | 2 - gcc/testsuite/gcc.dg/graphite/interchange-4.c | 2 - gcc/testsuite/gcc.dg/graphite/interchange-7.c | 2 - gcc/testsuite/gcc.dg/graphite/interchange-9.c | 2 - gcc/testsuite/gcc.dg/graphite/uns-interchange-9.c | 2 - gcc/testsuite/gcc.dg/tree-ssa/pr94598.c | 26 + gcc/testsuite/gcc.dg/vect/pr94606.c | 13 + gcc/testsuite/gcc.target/aarch64/sve/pr94605.c | 12 + .../arm/mve/intrinsics/mve_vec_duplicate.c | 13 + gcc/testsuite/gcc.target/i386/pr94603.c | 11 + gcc/testsuite/gcc.target/xtensa/pr94584.c | 24 + .../gfortran.dg/graphite/interchange-3.f90 | 2 - gcc/tree-inline.c | 5 +- gcc/tree-sra.c | 6 +- gcc/tree-ssa-alias.c | 11 +- gcc/tree-ssa-dce.c | 98 +++- gcc/tree-ssa-sccvn.c | 2 +- include/ChangeLog | 7 + include/filenames.h | 3 +- intl/ChangeLog | 34 ++ intl/Makefile.in | 13 +- intl/configure | 24 + intl/configure.ac | 22 + intl/plural-config.h | 1 + intl/plural-exp.h | 8 +- intl/plural.c | 62 ++- intl/plural.y | 27 +- libgcc/ChangeLog | 14 + libgcc/config.in | 3 + libgcc/config/aarch64/lse.S | 57 +- libgcc/configure | 40 ++ libgcc/configure.ac | 19 + libgo/runtime/aeshash.c | 12 +- libstdc++-v3/ChangeLog | 60 ++- libstdc++-v3/include/bits/allocator.h | 4 + libstdc++-v3/include/bits/fs_dir.h | 23 +- libstdc++-v3/include/bits/fs_fwd.h | 4 + libstdc++-v3/include/bits/fs_path.h | 27 +- libstdc++-v3/include/bits/locale_classes.h | 2 + libstdc++-v3/include/bits/shared_ptr.h | 16 + libstdc++-v3/include/bits/shared_ptr_base.h | 19 + libstdc++-v3/include/bits/std_function.h | 3 +- libstdc++-v3/include/bits/unique_ptr.h | 4 +- libstdc++-v3/include/ext/bitmap_allocator.h | 4 +- libstdc++-v3/include/ext/debug_allocator.h | 2 + libstdc++-v3/include/ext/extptr_allocator.h | 2 + libstdc++-v3/include/ext/malloc_allocator.h | 2 + libstdc++-v3/include/ext/mt_allocator.h | 2 + libstdc++-v3/include/ext/new_allocator.h | 2 + libstdc++-v3/include/ext/pool_allocator.h | 2 + libstdc++-v3/include/ext/throw_allocator.h | 2 + libstdc++-v3/include/std/bitset | 2 + libstdc++-v3/include/std/memory_resource | 6 +- libstdc++-v3/include/std/scoped_allocator | 2 + libstdc++-v3/include/std/typeindex | 17 + libstdc++-v3/libsupc++/compare | 8 +- .../comparisons/object/builtin-ptr-three-way.cc | 45 ++ .../20_util/shared_ptr/comparison/cmp_c++20.cc | 106 ++++ .../20_util/shared_ptr/comparison/less.cc | 6 +- .../typeindex/comparison_operators_c++20.cc | 50 ++ .../unsynchronized_pool_resource/allocate.cc | 2 +- .../27_io/filesystem/path/compare/compare.cc | 2 +- .../27_io/filesystem/path/compare/lwg2936.cc | 2 +- .../27_io/filesystem/path/compare/path.cc | 2 +- .../27_io/filesystem/path/compare/strings.cc | 2 +- .../path/{compare/path.cc => nonmember/cmp.cc} | 40 +- .../27_io/filesystem/path/nonmember/cmp_c++20.cc | 80 +++ ltmain.sh | 4 +- 145 files changed, 2213 insertions(+), 704 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/variadic5.C create mode 100644 gcc/testsuite/g++.dg/conversion/err-recover2.C rename gcc/testsuite/g++.dg/coroutines/{torture => }/symmetric-transfer-00-basic.C (88%) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp51.C copy gcc/testsuite/{c-c++-common/gomp/requires-1.c => g++.dg/gomp/requires-1.C} (60%) create mode 100644 gcc/testsuite/g++.dg/gomp/requires-2.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr93621.C create mode 100644 gcc/testsuite/g++.dg/opt/pr94618.C create mode 100644 gcc/testsuite/g++.dg/pr93974.C create mode 100644 gcc/testsuite/g++.dg/pr94314-4.C rename gcc/testsuite/gcc.c-torture/{ => compile}/pr92372.c (100%) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr94621.c create mode 100644 gcc/testsuite/gcc.dg/gomp/requires-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94598.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr94606.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr94605.c create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_vec_duplicate.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94603.c create mode 100644 gcc/testsuite/gcc.target/xtensa/pr94584.c create mode 100644 intl/plural-config.h create mode 100644 libstdc++-v3/testsuite/18_support/comparisons/object/builtin-pt [...] create mode 100644 libstdc++-v3/testsuite/20_util/shared_ptr/comparison/cmp_c++20.cc create mode 100644 libstdc++-v3/testsuite/20_util/typeindex/comparison_operators_c++20.cc copy libstdc++-v3/testsuite/27_io/filesystem/path/{compare/path.cc => nonmember/cm [...] create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/cmp_c++20.cc