This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from af3cadb59fe AArch64: fix ls64 intrinsics expansion [PR104409] adds 68163cc2de1 testsuite: delete slp scan from loop vect test. adds 7e7a96f774e c++: use after free during name lookup w/ modules [PR99479] adds 45fb78c9c45 Disable float128 tests on VxWorks, PR target/104253. adds df00d10320c Daily bump. adds b789c44c646 tree-optimization/105175 - avoid -Wvector-operation-performance adds cef03728234 libgcc: IA64: don't compile glibc-based unwinder without li [...] adds 5e6597064b0 fold-const: Fix up make_range_step [PR105189] adds 6e274368720 c: Error on va_arg with function type [PR105149] adds 04ecadbeae5 testsuite: Fix up 20050113-1.c test for i686-linux [PR105187] adds e5453bcc217 tree-optimization/105198 - wrong code with predictive commoning adds 5522dec054c aarch64: PR target/105157 Increase number of cores TARGET_C [...] new 29e355d0d67 libstdc++: Fix std::bad_expected_access constructor [PR105146] new 0dfaf562521 libstdc++: Fix std::expected<void, E>::swap(expected&) [PR105154] new 7b4495d3c40 libstdc++: Fix constraints on std::expected<void, E> constr [...]
The 3 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 | 92 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 30 ++++++ gcc/c/c-typeck.cc | 6 ++ gcc/config.gcc | 2 +- gcc/config/aarch64/aarch64.cc | 14 ++- gcc/config/aarch64/aarch64.h | 8 +- gcc/cp/ChangeLog | 38 ++++++++ gcc/cp/name-lookup.cc | 62 +++++-------- gcc/fold-const.cc | 28 +++++- gcc/testsuite/ChangeLog | 102 +++++++++++++++++++++ gcc/testsuite/c-c++-common/torture/20050113-1.c | 1 + gcc/testsuite/g++.dg/torture/pr105189.C | 19 ++++ gcc/testsuite/gcc.dg/pr105149.c | 16 ++++ gcc/testsuite/gcc.dg/pr105175.c | 16 ++++ gcc/testsuite/gcc.dg/torture/pr105198.c | 26 ++++++ .../complex/fast-math-complex-add-pattern-float.c | 1 - gcc/testsuite/lib/target-supports.exp | 13 ++- gcc/tree-predcom.cc | 38 +++++++- gcc/tree-vect-generic.cc | 41 ++++++--- gcc/tree-vect-stmts.cc | 2 + libgcc/config/ia64/fde-glibc.c | 2 + libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/std/expected | 8 +- libstdc++-v3/testsuite/20_util/expected/bad.cc | 15 +++ libstdc++-v3/testsuite/20_util/expected/cons.cc | 18 ++++ libstdc++-v3/testsuite/20_util/expected/swap.cc | 12 +-- 27 files changed, 534 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr105189.C create mode 100644 gcc/testsuite/gcc.dg/pr105149.c create mode 100644 gcc/testsuite/gcc.dg/pr105175.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105198.c create mode 100644 libstdc++-v3/testsuite/20_util/expected/bad.cc