This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 09845ad7569 c++: CTAD inside alias template [PR91911, PR103672] adds 6b73c07ec2e Only add equivalencies that are still valid. adds 62eb400b51f aarch64: allow ld1/stq in test output [PR102517] adds 5c12507f5d0 middle-end/100786 - constant folding from incompatible alias adds 2f34d7ef3d0 c++: add testcase for recently fixed PR [PR103631] new 30b38394b48 c++: Add test for fixed PR [PR102338] new cc01cd9397f c++: designator for base class member [PR101405]
The 2 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/cp/decl.cc | 14 +++++--- gcc/gimple-fold.cc | 4 ++- gcc/testsuite/g++.dg/cpp1y/noexcept2.C | 20 +++++++++++ gcc/testsuite/g++.dg/cpp2a/desig20.C | 20 +++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class51.C | 26 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr100786.c | 9 +++++ gcc/testsuite/gcc.target/aarch64/cpymem-q-reg_1.c | 4 +-- gcc/value-relation.cc | 41 ++++++++++++++++------- gcc/value-relation.h | 2 ++ 9 files changed, 121 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/noexcept2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig20.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class51.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr100786.c