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-aarch64 in repository toolchain/ci/gcc.
from 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] new 84790a9d4bb Daily bump.
The 1 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/ChangeLog | 38 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 ++++ gcc/regrename.c | 13 ++++--- gcc/testsuite/ChangeLog | 31 +++++++++++++++++ gcc/testsuite/c-c++-common/cpp/va-opt-9.c | 20 +++++++++++ gcc/testsuite/g++.dg/opt/pr103756.C | 57 +++++++++++++++++++++++++++++++ libcpp/ChangeLog | 6 ++++ libcpp/macro.c | 8 ++++- libiberty/ChangeLog | 7 ++++ 10 files changed, 183 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-9.c create mode 100644 gcc/testsuite/g++.dg/opt/pr103756.C