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-release-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from 291931b924f Daily bump. adds a21d28d57b7 Daily bump. adds 5f665c1ca45 rs6000: Fix cpu selection w/ isel (PR100108) adds e45df7a8472 Daily bump. adds ee359d860d7 RISC-V: For '-march' and '-mabi' options, add 'Negative' pr [...] adds 28bb5c4bd61 Daily bump. adds 419c243dfb9 aarch64: Avoid duplicating bti j insns for jump tables [PR99988] adds 0d1e4025b2b PR middle-end/100571 - bogus -Wstringop-overflow with VLA o [...] adds be80f3e9030 Daily bump. adds 1d1a690b4df arm: correctly handle inequality comparisons against max co [...] adds 788f9c8e0c2 arm: Remove duplicate definitions from arm_mve.h (pr100419). adds 0c6fe939eb7 Daily bump. adds a0368f8344f gcc-changelog: sync scripts. adds 84eb12c29ca Daily bump. adds 6f68f2b8dc1 Daily bump. adds a6fac601c4a Daily bump. adds 9ddc622a15d tree-optimization/100566 - fix another predication issue in VN adds 0ba727ffae2 Update mpfr version to 3.1.6 adds c060d1dbe0f libstdc++: Fix find_type helper to work consistently adds 4cd69a5a0dd libstdc++: Fix filesystem::path constraints for volatile [P [...] adds 47d3815f066 rtl-optimization/80960 - avoid creating garbage RTL in DSE adds e6cd786c73e Daily bump. adds f12013aa0f6 gcc-changelog: Remove use of non-strict mode adds 9af26b489df Daily bump. adds b8f791bc74b doc: Update description of __GXX_EXPERIMENTAL_CXX0X__ adds 56ffc398745 Daily bump. adds 0a193c95590 arm: Fix ICEs with compare-and-swap and -march=armv8-m.base [...] adds a4b3683e3cb Fix gnat.dg spurious failures on PowerPC64 LE adds 5e7801808d2 c++: lambda pack init-capture within generic lambda adds a12ae580e13 c++: NRV in lambda in template [PR91217] adds b13ac26df5e c++: PMF template parm and noexcept [PR90664] adds dce71e0a274 c++: array new initialized from a call [PR99643] adds 7c365bb1462 c++: constexpr if and nested generic lambda [PR99201] adds ff24ef677ed c++: lambda in DMI in class template [PR95870] adds 8909ed58700 c++: -Wunused, constant, and generic lambda [PR96311] adds 5b68416a940 c++: C++17 constexpr static data member linkage [PR99901] adds e206f71eaf9 c++: access checking in aggregate initialization [PR96673] adds decd38f99dd c++: using overloaded with local decl [PR92918] adds de47fb31b13 c++: base template friend [PR52625] adds e41d610696b c++: friend with redundant qualification [PR41723] adds 92e9b2a995f c++: deduction guide using alias [PR99180] adds 59d821d3cce c++: constexpr, inheritance, and local class [PR91933] adds d83c30ec6c4 c++: alias template equivalence and cv-quals [PR100032] adds fe0f9ef823d c++: generic lambda in template fn with DMI [PR100054] adds 75c5c4ab266 c++: constexpr and volatile member function [PR80456] adds a335afe208c c++: designated init with anonymous union [PR100489] adds 31473ded11d Daily bump. adds f32045f12b3 Fix incorrect SLOC on instruction adds 79bab5218c9 Always translate Is_Pure flag into pure in C sense adds ef060930c4e Fix internal error on locally derived bit-packed array type adds a7e72b28217 libsanitizer: Remove cyclades from libsanitizer adds 5cfbfb1bd45 Daily bump. adds 7bc4ec5941b Daily bump.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 26 ++ contrib/download_prerequisites | 2 +- contrib/gcc-changelog/git_check_commit.py | 9 +- contrib/gcc-changelog/git_commit.py | 43 +- contrib/gcc-changelog/git_email.py | 25 +- contrib/gcc-changelog/git_repository.py | 7 +- contrib/gcc-changelog/git_update_version.py | 9 +- contrib/gcc-changelog/test_email.py | 23 +- contrib/gcc-changelog/test_patches.txt | 430 +++++++------------ contrib/prerequisites.md5 | 2 +- contrib/prerequisites.sha512 | 2 +- gcc/ChangeLog | 103 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 16 + gcc/ada/gcc-interface/decl.c | 61 ++- gcc/ada/gcc-interface/trans.c | 6 +- gcc/calls.c | 5 + gcc/config/aarch64/aarch64-bti-insert.c | 15 + gcc/config/arm/arm.c | 55 ++- gcc/config/arm/arm_mve.h | 460 ++++++--------------- gcc/config/arm/sync.md | 28 +- gcc/config/arm/thumb1.md | 15 + gcc/config/riscv/riscv.opt | 4 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/cp/ChangeLog | 106 +++++ gcc/cp/call.c | 3 +- gcc/cp/class.c | 13 +- gcc/cp/constexpr.c | 4 +- gcc/cp/cp-tree.h | 4 + gcc/cp/cvt.c | 5 + gcc/cp/decl.c | 18 +- gcc/cp/init.c | 19 +- gcc/cp/lambda.c | 7 +- gcc/cp/name-lookup.c | 2 +- gcc/cp/parser.c | 2 +- gcc/cp/pt.c | 71 +++- gcc/cp/typeck.c | 3 + gcc/cp/typeck2.c | 3 - gcc/doc/cpp.texi | 12 +- gcc/dse.c | 5 + gcc/testsuite/ChangeLog | 137 ++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-equiv1.C | 13 + gcc/testsuite/g++.dg/cpp0x/constexpr-base7.C | 15 + gcc/testsuite/g++.dg/cpp0x/constexpr-volatile3.C | 15 + gcc/testsuite/g++.dg/cpp0x/initlist-new5.C | 9 + gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi10.C | 12 + .../g++.dg/cpp1y/lambda-generic-Wunused.C | 18 + .../g++.dg/cpp1y/lambda-generic-local-class1.C | 10 + gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr13.C | 33 ++ gcc/testsuite/g++.dg/cpp1z/constexpr-if-lambda4.C | 22 + gcc/testsuite/g++.dg/cpp1z/inline-var9.C | 40 ++ gcc/testsuite/g++.dg/cpp1z/noexcept-type24.C | 22 + .../g++.dg/cpp2a/class-deduction-alias5.C | 18 + .../g++.dg/cpp2a/class-deduction-alias6.C | 11 + .../g++.dg/cpp2a/class-deduction-alias7.C | 32 ++ .../g++.dg/cpp2a/class-deduction-alias8.C | 14 + gcc/testsuite/g++.dg/cpp2a/desig18.C | 17 + gcc/testsuite/g++.dg/cpp2a/lambda-pack-init6.C | 27 ++ gcc/testsuite/g++.dg/lookup/using66.C | 23 ++ gcc/testsuite/g++.dg/opt/nrv20.C | 20 + gcc/testsuite/g++.dg/template/friend70.C | 9 + gcc/testsuite/g++.dg/template/friend71.C | 8 + gcc/testsuite/gcc.dg/Wstringop-overflow-67.c | 92 +++++ gcc/testsuite/gcc.dg/pr100563.c | 9 + gcc/testsuite/gcc.dg/torture/pr100566.c | 36 ++ gcc/testsuite/gcc.target/aarch64/pr99988.c | 66 +++ gcc/testsuite/gcc.target/arm/pr99977.c | 8 + gcc/testsuite/gnat.dg/derived_type7.adb | 9 + gcc/testsuite/gnat.dg/derived_type7.ads | 13 + gcc/testsuite/gnat.dg/unchecked_convert5.adb | 2 +- gcc/testsuite/gnat.dg/unchecked_convert6.adb | 2 +- gcc/tree-ssa-sccvn.c | 6 +- libsanitizer/ChangeLog | 11 + .../sanitizer_common_interceptors_ioctl.inc | 9 - .../sanitizer_platform_limits_posix.cpp | 11 - .../sanitizer_platform_limits_posix.h | 10 - libstdc++-v3/ChangeLog | 19 + libstdc++-v3/include/bits/fs_path.h | 2 +- libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 4 +- .../27_io/filesystem/path/construct/100630.cc | 14 + .../filesystem/path/construct/100630.cc | 14 + 82 files changed, 1697 insertions(+), 794 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-equiv1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-base7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-volatile3.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-new5.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi10.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-Wunused.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-local-class1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr13.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if-lambda4.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var9.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type24.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias5.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-pack-init6.C create mode 100644 gcc/testsuite/g++.dg/lookup/using66.C create mode 100644 gcc/testsuite/g++.dg/opt/nrv20.C create mode 100644 gcc/testsuite/g++.dg/template/friend70.C create mode 100644 gcc/testsuite/g++.dg/template/friend71.C create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-67.c create mode 100644 gcc/testsuite/gcc.dg/pr100563.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100566.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr99988.c create mode 100644 gcc/testsuite/gcc.target/arm/pr99977.c create mode 100644 gcc/testsuite/gnat.dg/derived_type7.adb create mode 100644 gcc/testsuite/gnat.dg/derived_type7.ads create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/100630.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/1 [...]