This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 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. adds d6f420d9812 Honor --disable-dependency-tracking in libatomic adds 6cd5024c864 c++: Use %qs in diagnostic message [PR93882] adds 128ff73d7c5 libatomic: Fix last change [PR55930] adds cd6016713aa Daily bump. adds 61c8d9e4e5f Patch for PR57710
No new revisions were added by this update.
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 | 11 ++ gcc/cp/class.c | 2 + gcc/cp/decl.c | 2 +- gcc/fortran/trans-array.c | 26 ++++- 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 ++++++++ gcc/testsuite/gfortran.dg/same_type_as_3.f03 | 27 +++++ libatomic/ChangeLog | 13 +++ 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 +++++++++ 32 files changed, 750 insertions(+), 81 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/gfortran.dg/same_type_as_3.f03 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