This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfig in repository toolchain/ci/gcc.
from 9d5de90fc07 * config/abi/pre/gnu.ver (GLIBCXX_3.4.26): Change _Lock_po [...] adds 2ca2513e153 PR target/89093 * config/aarch64/aarch64.c (aarch64_proce [...] adds 8b48bcf84cc Remove unintended part of r270680 commit. adds a21a8ec55bd Add missing dash for 2 options in documentation (PR debug/90288). adds a448f8cc1b5 Add option suggestion for -Werror=foo and corresponding pragma. adds 9c46137ca6f * cp-demangle.c (d_encoding): Guard against NULL retur [...] adds 89b49dd23b8 * cp-demangle (d_print_comp_inner): Guard against a NUL [...] adds e019b55bfb4 * d-demangle.c (dlang_parse_integer): Fix stack underf [...] adds 036145a38ff * d-demangle.c (dlang_parse_arrayliteral): Correctly ha [...] adds 9d03ec76fd0 * d-demangle.c (dlang_parse_structlit): Correctly handl [...] adds 19099f05613 * d-demangle.c (dlang_parse_tuple): Correctly handle e [...] adds e39a808c299 * d-demangle.c (dlang_parse_assocarray): Correctly han [...] adds dec78bf675e * gcc.dg/sinhatanh-2.c: Count the number of functions. * [...] adds 395e9c7b7fa * check-internal-format-escaping.py: New version using polib. adds a026d580b90 PR target/89093 * gcc.target/aarch64/return_address_sign_ [...] adds ff8e40efb69 * de.po: Update. adds 8d595bfa60c [GC PATCH] Correct TS marking of _EXPR nodes adds d4d4c546d3e RISC-V: Short-forward-branch opt for SiFive 7 series cores. adds c64aa5a2c55 PR libstdc++/61761 fix std::proj for targets without C99 cproj adds f9c195af847 Daily bump. adds ee72014f91f RISC-V: Update last ChangeLog entry to mention Andrew Waterman. new f906b0e8a5f [C++ PATCH] Simplify class member lookup
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: contrib/ChangeLog | 4 + contrib/check-internal-format-escaping.py | 292 +++++++++++++--- gcc/ChangeLog | 40 ++- gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 + gcc/c-family/c-common.c | 5 +- gcc/c-family/c-pragma.c | 13 +- gcc/config/aarch64/aarch64.c | 4 - gcc/config/riscv/constraints.md | 5 + gcc/config/riscv/predicates.md | 8 + gcc/config/riscv/riscv-protos.h | 1 + gcc/config/riscv/riscv.c | 12 + gcc/config/riscv/riscv.h | 11 + gcc/config/riscv/riscv.md | 53 ++- gcc/config/riscv/sifive-7.md | 12 +- gcc/cp/ChangeLog | 15 + gcc/cp/cp-objcp-common.c | 107 +++--- gcc/cp/decl.c | 4 +- gcc/cp/name-lookup.c | 35 +- gcc/cp/name-lookup.h | 4 +- gcc/doc/invoke.texi | 4 +- gcc/gimple-ssa-store-merging.c | 53 +-- gcc/opts.c | 17 +- gcc/po/ChangeLog | 4 + gcc/po/de.po | 36 +- gcc/testsuite/ChangeLog | 24 ++ gcc/testsuite/g++.dg/cpp0x/decltype9.C | 3 +- gcc/testsuite/gcc.dg/Werror-13.c | 12 +- gcc/testsuite/gcc.dg/pragma-diag-6.c | 3 + gcc/testsuite/gcc.dg/sinhatanh-2.c | 18 +- gcc/testsuite/gcc.dg/sinhatanh-3.c | 18 +- gcc/testsuite/gcc.target/aarch64/pr63304_1.c | 2 +- gcc/testsuite/gcc.target/aarch64/pr89093.c | 7 + .../gcc.target/aarch64/return_address_sign_3.c | 4 +- gcc/tree.h | 4 + libiberty/ChangeLog | 24 ++ libiberty/cp-demangle.c | 23 +- libiberty/d-demangle.c | 20 +- libiberty/testsuite/d-demangle-expected | 20 ++ libiberty/testsuite/demangle-expected | 9 + libstdc++-v3/ChangeLog | 10 + libstdc++-v3/include/std/complex | 68 ++-- libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 387 +++++++++++++++++++++ 43 files changed, 1131 insertions(+), 275 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr89093.c create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/proj.cc