This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from 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 | 21 ++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/c-family/c-common.c | 5 +- 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/po/ChangeLog | 4 + gcc/po/de.po | 36 +- gcc/testsuite/ChangeLog | 15 + gcc/testsuite/g++.dg/cpp0x/decltype9.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 + libstdc++-v3/ChangeLog | 10 + libstdc++-v3/include/std/complex | 68 ++-- libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 387 +++++++++++++++++++++ 29 files changed, 962 insertions(+), 200 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/proj.cc