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-stable-allmodconfig in repository toolchain/ci/gcc.
from b59506cd8b9 testsuite: Add -fcommon to gcc.target/i386/pr69052.c adds 436016f4569 arm: ACLE I8MM multiply-accumulate adds 131fbdd7b75 [PATCH, GCC/ARM] Add MVE target check to sourcebuild.texi adds 9e58988061f libstdc++: Define <=> for tuple, optional and variant adds dbfba41e95d PR c++/93753 - ICE on a flexible array followed by a member [...] adds 147add96091 Darwin: Fix wrong quoting on an error string (PR93860). adds 47772af10c0 Do not propagate self-dependent value (PR ipa/93763) adds 25f0909af87 Do not propagate self-dependent value (PR ipa/93763) (ChangeLog) adds d11676de296 lra: Stop registers being incorrectly marked live v2 [PR92989] adds 8d1780b56d0 i18n: Fix translation of --help [PR93759] adds 01af7e0a0c2 Fix handling of floating-point homogeneous aggregates. adds e99b18cf710 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 49 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm_neon.h | 28 +++++ gcc/config/arm/arm_neon_builtins.def | 4 + gcc/config/arm/iterators.md | 6 + gcc/config/arm/neon.md | 11 ++ gcc/config/arm/unspecs.md | 3 + gcc/config/darwin-c.c | 2 +- gcc/config/pa/pa.c | 2 +- gcc/config/pa/som.h | 18 ++- gcc/cp/ChangeLog | 6 + gcc/cp/class.c | 2 + gcc/doc/sourcebuild.texi | 5 + gcc/ipa-cp.c | 10 +- gcc/lra-lives.c | 109 +++++++++--------- gcc/opts.c | 8 +- gcc/po/ChangeLog | 7 ++ gcc/po/exgettext | 5 +- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/g++.dg/ext/flexary36.C | 123 +++++++++++++++++++++ gcc/testsuite/g++.dg/ipa/pr93763.C | 15 +++ gcc/testsuite/g++.dg/lto/pr93166_0.C | 2 +- gcc/testsuite/gcc.dg/ipa/pr93763.c | 46 ++++++++ gcc/testsuite/gcc.target/arm/simd/vmmla_1.c | 28 +++++ libstdc++-v3/ChangeLog | 17 +++ libstdc++-v3/include/std/optional | 26 +++++ libstdc++-v3/include/std/tuple | 33 ++++++ libstdc++-v3/include/std/variant | 47 +++++++- .../testsuite/20_util/optional/relops/three_way.cc | 76 +++++++++++++ .../tuple/comparison_operators/three_way.cc | 102 +++++++++++++++++ .../20_util/variant/{ => relops}/89851.cc | 0 .../20_util/variant/{ => relops}/90008.cc | 0 .../testsuite/20_util/variant/relops/three_way.cc | 54 +++++++++ 33 files changed, 780 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/flexary36.C create mode 100644 gcc/testsuite/g++.dg/ipa/pr93763.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr93763.c create mode 100644 gcc/testsuite/gcc.target/arm/simd/vmmla_1.c create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/three_way.cc create mode 100644 libstdc++-v3/testsuite/20_util/tuple/comparison_operators/three_way.cc rename libstdc++-v3/testsuite/20_util/variant/{ => relops}/89851.cc (100%) rename libstdc++-v3/testsuite/20_util/variant/{ => relops}/90008.cc (100%) create mode 100644 libstdc++-v3/testsuite/20_util/variant/relops/three_way.cc