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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 60861d87946 Update documentation of %X spec adds 9927ecbb42d c++: quadratic constexpr behavior for left-assoc logical ex [...] adds 84401ce5fb4 [PATCH 1/5] Makefile.in: Ensure build CPP/CPPFLAGS is used [...] adds e5ddbbf992b [PATCH 4/5] gcc/nios2: Define the musl linker adds f70f17d0363 c++: CTAD within template argument [PR102933] adds d46aeb5906b Reset scev before invoking array_checker. adds a6bbf1cc9f2 Unify EVRP and VRP folding predicate message. adds d123daec0c2 Fix ifcvt-4.c to not depend on VRP2 asserts. adds 6123b998b18 match.pd: Optimize MIN_EXPR <addr1, addr2> etc. addr1 < add [...]
No new revisions were added by this update.
Summary of changes: Makefile.in | 6 + Makefile.tpl | 6 + configure | 4 + configure.ac | 4 + gcc/config/nios2/linux.h | 1 + gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/cp/constexpr.c | 26 +++- gcc/cp/parser.c | 2 +- gcc/cp/pt.c | 24 ++-- gcc/fold-const.c | 126 +++++++++++++++++++ gcc/fold-const.h | 2 + gcc/match.pd | 172 +++++++------------------- gcc/testsuite/g++.dg/cpp1z/fold13.C | 29 +++++ gcc/testsuite/g++.dg/cpp2a/nontype-class50.C | 13 ++ gcc/testsuite/g++.dg/cpp2a/nontype-class50a.C | 5 + gcc/testsuite/gcc.dg/Wstringop-overflow-62.c | 8 +- gcc/testsuite/gcc.dg/ifcvt-4.c | 3 +- gcc/testsuite/gcc.dg/tree-ssa/evrp9.c | 6 +- gcc/testsuite/gcc.dg/tree-ssa/pr102951.c | 41 ++++++ gcc/testsuite/gcc.dg/tree-ssa/pr21458-2.c | 2 +- gcc/tree-vrp.c | 2 +- gcc/vr-values.c | 14 ++- 23 files changed, 342 insertions(+), 158 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class50.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class50a.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102951.c