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_debug in repository toolchain/ci/gcc.
from ae8decf1d2b Add new parameter to vec_perm_const hook for specifying ope [...] adds 2540e2c6041 c++: constexpr empty base redux [PR105622] adds 72f76540ad0 c++: discarded-value and constexpr adds 0aee03cb638 gcc.misc-tests/outputs.exp: Use link test to check for -gsp [...] adds 1189c03859c c++: *this folding in constexpr call adds 10d1986aee4 PR middle-end/105604 - ICE: in tree_to_shwi with vla in str [...]
No new revisions were added by this update.
Summary of changes: gcc/cp/constexpr.cc | 213 ++++++++++++----------- gcc/gimple-ssa-sprintf.cc | 77 ++++---- gcc/pointer-query.cc | 12 +- gcc/testsuite/g++.dg/cpp2a/no_unique_address14.C | 19 ++ gcc/testsuite/gcc.dg/Wrestrict-24.c | 35 ++++ gcc/testsuite/gcc.dg/Wrestrict-25.c | 165 ++++++++++++++++++ gcc/testsuite/gcc.dg/Wrestrict-26.c | 114 ++++++++++++ gcc/testsuite/gcc.misc-tests/outputs.exp | 4 +- 8 files changed, 505 insertions(+), 134 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address14.C create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-24.c create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-25.c create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-26.c