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_ubsan in repository toolchain/ci/gcc.
from 52441f18db7 emit-rtl: Fix a -fcompare-debug issue due to var-tracking [ [...] adds be674bdd11d libiberty: support digits in cpp mangled clone names adds 5545d1edcbd libcpp: Fix up ##__VA_OPT__ handling [PR89971] adds 6c684aa50d4 regrename: Fix -fcompare-debug issue in find_rename_reg [PR103756] adds 84790a9d4bb Daily bump. adds d9da496a82c testsuite: XFAIL some Wstringop-overflow tests ... adds e3cbb8c66c9 libgfortran: Fix bootstrap on targets without static_assert macro.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 38 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 +++ gcc/regrename.c | 13 ++++-- gcc/testsuite/ChangeLog | 31 ++++++++++++ gcc/testsuite/c-c++-common/Wstringop-overflow-2.c | 50 ++++++++++---------- gcc/testsuite/c-c++-common/cpp/va-opt-9.c | 20 ++++++++ gcc/testsuite/g++.dg/opt/pr103756.C | 57 +++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C | 44 ++++++++--------- gcc/testsuite/gcc.dg/Wstringop-overflow-28.c | 8 ++-- gcc/testsuite/gcc.dg/Wstringop-overflow-68.c | 2 +- gcc/testsuite/gcc.dg/Wstringop-overflow-75.c | 36 +++++++------- gcc/testsuite/gcc.dg/Wstringop-overflow-76.c | 20 ++++---- gcc/testsuite/lib/target-supports.exp | 16 +++++++ libcpp/ChangeLog | 6 +++ libcpp/macro.c | 8 +++- libgfortran/runtime/string.c | 4 +- libiberty/ChangeLog | 7 +++ libiberty/cp-demangle.c | 5 +- libiberty/testsuite/demangle-expected | 5 ++ 20 files changed, 289 insertions(+), 90 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-9.c create mode 100644 gcc/testsuite/g++.dg/opt/pr103756.C