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-stable-allyesconfig in repository toolchain/ci/gcc.
from 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 adds 269f393a373 Update Solaris baselines for GCC 9.1 new cd0e3f58535 PR tree-optimization/88797 * gimple-ssa-split-paths (is_f [...] new 0bc9082bd8e 2019-05-01 Dominique d'Humieres dominiq@gcc.gnu.org
The 2 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 | 27 ++ 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/fortran/ChangeLog | 10 + gcc/fortran/match.c | 84 ++-- gcc/gimple-ssa-split-paths.c | 8 +- gcc/po/ChangeLog | 4 + gcc/po/de.po | 36 +- gcc/testsuite/ChangeLog | 16 + gcc/testsuite/g++.dg/cpp0x/decltype9.C | 3 +- gcc/testsuite/g++.dg/tree-ssa/pr88797.C | 16 + gcc/testsuite/gfortran.dg/block_name_2.f90 | 6 +- gcc/testsuite/gfortran.dg/dec_type_print_3.f90 | 2 +- gcc/testsuite/gfortran.dg/pr60144.f90 | 27 ++ gcc/tree.h | 4 + libstdc++-v3/ChangeLog | 23 ++ .../i386-solaris2.10/amd64/baseline_symbols.txt | 434 +++++++++++++++++++++ .../abi/post/i386-solaris2.10/baseline_symbols.txt | 434 +++++++++++++++++++++ .../i386-solaris2.11/amd64/baseline_symbols.txt | 434 +++++++++++++++++++++ .../abi/post/i386-solaris2.11/baseline_symbols.txt | 434 +++++++++++++++++++++ .../post/sparc-solaris2.10/baseline_symbols.txt | 434 +++++++++++++++++++++ .../sparc-solaris2.10/sparcv9/baseline_symbols.txt | 434 +++++++++++++++++++++ .../post/sparc-solaris2.11/baseline_symbols.txt | 434 +++++++++++++++++++++ .../sparc-solaris2.11/sparcv9/baseline_symbols.txt | 434 +++++++++++++++++++++ libstdc++-v3/include/std/complex | 68 ++-- libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 387 ++++++++++++++++++ 39 files changed, 4301 insertions(+), 170 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr88797.C create mode 100644 gcc/testsuite/gfortran.dg/pr60144.f90 create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/proj.cc