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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 50f9148f7a8 predcom: Fix up component::component [PR105056] adds e4352a0fee4 Fix typo in vec_setv8hi_0. adds 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 new 07be8f8da4c c++: ICE with alias in pack expansion [PR103769] new 71e1db540c0 c++: mangling union{1} in template [PR104847] new 72bdfcb8483 c++: missing aggregate base ctor [PR102045] new 8bc5cdaafa2 c++: CTAD and member function references [PR103943] new c7361eb36fa c++: member alias declaration [PR103968] new b854ce130eb c++: CTAD and member alias template [PR102123] new 8796eb27e24 c++: visibility of local extern [PR103291] new 19b87a06482 c++: low -faligned-new [PR102071] new 875342766d4 gimple-fold: fix location of loads for memory ops [PR104308]
The 9 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: contrib/gcc-changelog/git_commit.py | 4 +- gcc/config/aarch64/aarch64-cores.def | 5 +- gcc/config/i386/sse.md | 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/testsuite/gcc.target/i386/pr105066.c | 10 ++++ 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 ++-- 33 files changed, 298 insertions(+), 57 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 create mode 100644 gcc/testsuite/gcc.target/i386/pr105066.c