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-stable-allyesconfig in repository toolchain/ci/gcc.
from 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. new d6f420d9812 Honor --disable-dependency-tracking in libatomic
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 | 33 ++++++ gcc/DATESTAMP | 2 +- 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/ipa-cp.c | 10 +- gcc/lra-lives.c | 109 +++++++++--------- gcc/opts.c | 8 +- gcc/po/ChangeLog | 7 ++ gcc/po/exgettext | 5 +- gcc/testsuite/ChangeLog | 6 + 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 ++++++++ libatomic/ChangeLog | 6 + libatomic/Makefile.am | 4 +- libatomic/Makefile.in | 3 +- 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 +++++++++ 29 files changed, 686 insertions(+), 78 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 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