This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 9d1d9fc8b4a Daily bump. adds d56607c16de Adjust testcase. adds 75a7176575c Improve SImode shifts for H8 adds 0215b3559e5 tree-optimization/101925 - fix VN with reverse storage order adds d5659997921 c++: Add C++20 #__VA_OPT__ support
No new revisions were added by this update.
Summary of changes: gcc/config/h8300/h8300.c | 69 ++++++++++++++++----- gcc/testsuite/c-c++-common/cpp/va-opt-5.c | 67 ++++++++++++++++++++ gcc/testsuite/c-c++-common/cpp/va-opt-6.c | 17 +++++ gcc/testsuite/gcc.dg/sso-16.c | 100 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr82460-2.c | 2 +- gcc/tree-ssa-sccvn.c | 33 +++++++++- libcpp/macro.c | 88 +++++++++++++++++++++----- 7 files changed, 343 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-5.c create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-6.c create mode 100644 gcc/testsuite/gcc.dg/sso-16.c