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 in repository toolchain/ci/gcc.
from 9f37d31324f aarch64: Update Neoverse N2 core definition adds bc86a86a4f2 tree-optimization/105070 - annotate bit cluster tests with [...] adds c8464cf444e gcc-changelog: Make This reverts stricter. adds a74ccc8cb02 gcc-changelog: Update revert_regex. adds 567eb37c76e libstdc++: Fix typos in comments in tests adds 52f42dce15f [libgomp, testsuite] Fix hardcoded libexec in plugin/configfrag.ac adds 07be8f8da4c c++: ICE with alias in pack expansion [PR103769] adds 71e1db540c0 c++: mangling union{1} in template [PR104847] adds 72bdfcb8483 c++: missing aggregate base ctor [PR102045] adds 8bc5cdaafa2 c++: CTAD and member function references [PR103943] adds c7361eb36fa c++: member alias declaration [PR103968] adds b854ce130eb c++: CTAD and member alias template [PR102123] adds 8796eb27e24 c++: visibility of local extern [PR103291] adds 19b87a06482 c++: low -faligned-new [PR102071] adds 875342766d4 gimple-fold: fix location of loads for memory ops [PR104308]
No new revisions were added by this update.
Summary of changes: contrib/gcc-changelog/git_commit.py | 4 +- gcc/cp/call.cc | 1 + gcc/cp/init.cc | 15 +++-- gcc/cp/mangle.cc | 2 +- gcc/cp/name-lookup.cc | 3 + gcc/cp/pt.cc | 28 ++++++++-- gcc/cp/tree.cc | 2 +- gcc/gimple-fold.cc | 1 + gcc/testsuite/g++.dg/abi/mangle-union1.C | 10 ++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-mem1.C | 20 +++++++ gcc/testsuite/g++.dg/cpp0x/variadic-alias5.C | 9 +++ gcc/testsuite/g++.dg/cpp1z/aggr-base12.C | 24 ++++++++ gcc/testsuite/g++.dg/cpp1z/aligned-new9.C | 26 +++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction109.C | 64 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction110.C | 28 ++++++++++ .../ext/visibility/visibility-local-extern1.C | 10 ++++ gcc/testsuite/gcc.dg/analyzer/pr104308.c | 8 +++ gcc/testsuite/gcc.dg/uninit-40.c | 2 +- gcc/tree-switch-conversion.cc | 28 ++++++---- gcc/tree-switch-conversion.h | 3 +- libgomp/configure | 2 +- libgomp/plugin/configfrag.ac | 2 +- .../testsuite/20_util/optional/monadic/and_then.cc | 2 +- .../20_util/optional/monadic/transform.cc | 2 +- .../22_locale/codecvt/always_noconv/char/1.cc | 4 +- .../testsuite/22_locale/codecvt/encoding/char/1.cc | 4 +- .../testsuite/22_locale/codecvt/in/char/1.cc | 8 +-- .../22_locale/codecvt/max_length/char/1.cc | 4 +- .../testsuite/22_locale/codecvt/out/char/1.cc | 8 +-- .../testsuite/22_locale/codecvt/unshift/char/1.cc | 12 ++-- 30 files changed, 284 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/mangle-union1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-mem1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-alias5.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base12.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/aligned-new9.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction109.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction110.C create mode 100644 gcc/testsuite/g++.dg/ext/visibility/visibility-local-extern1.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104308.c