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-aarch64-lts-allmodconfig in repository toolchain/ci/gcc.
from 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. adds f906b0e8a5f [C++ PATCH] Simplify class member lookup
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 + contrib/check-internal-format-escaping.py | 292 +++++++++++++--- gcc/ChangeLog | 26 ++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 + gcc/c-family/c-common.c | 5 +- gcc/c-family/c-pragma.c | 13 +- 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/opts.c | 17 +- gcc/po/ChangeLog | 4 + gcc/po/de.po | 36 +- gcc/testsuite/ChangeLog | 20 ++ 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.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 +++++++++++++++++++++ 38 files changed, 1097 insertions(+), 221 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/proj.cc