This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from e1a5e7562d5 tree-optimization/105173 - fix insertion logic in reassoc adds fd0024e48e9 c++: -Wshadow=compatible-local type vs var [PR100608] adds 5df29fe79df gimple.cc: Follow-up to adjust gimple_call_builtin_p and gi [...] adds eac5c12c183 mips: Fix C++14 vs. C++17 ABI incompatibility on mips64 adds cc76c502a76 c++: -Wunused-value and array init [PR104702] adds c65d15d4073 rs6000/testsuite: Skip pr105140.c adds 717b2d4191e --target-help: align with --help=target adds 6283d5ad477 sh: Fix up __attribute__((optimize ("Os"))) handling on SH [...] adds e58484a019c c++: make -Wctad-maybe-unsupported respect complain [PR105143] adds 9fd377a7473 c++: Fix up ICE when cplus_decl_attributes is called with e [...] adds 61bee6aed26 combine: Don't record for UNDO_MODE pointers into regno_reg [...]
No new revisions were added by this update.
Summary of changes: gcc/combine.cc | 26 +++++----- gcc/common.opt | 2 +- gcc/config/mips/mips.cc | 58 ++++++++++++++++++++-- gcc/config/sh/sh.opt | 2 +- gcc/cp/decl2.cc | 6 +-- gcc/cp/init.cc | 5 +- gcc/cp/name-lookup.cc | 4 ++ gcc/cp/pt.cc | 2 +- gcc/gcc.cc | 3 +- gcc/gimple.cc | 36 ++++---------- gcc/opts.cc | 2 +- gcc/testsuite/g++.dg/cpp0x/pr104668.C | 13 +++++ gcc/testsuite/g++.dg/cpp2a/nodiscard1.C | 13 +++++ .../g++.dg/warn/Wctad-maybe-unsupported4.C | 13 +++++ .../g++.dg/warn/Wshadow-compatible-local-3.C | 10 ++++ gcc/testsuite/g++.dg/warn/Wunused-19.C | 16 ++++++ gcc/testsuite/g++.target/mips/cxx17_empty_base.C | 20 ++++++++ gcc/testsuite/gcc.dg/pr105140.c | 1 + 18 files changed, 178 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr104668.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nodiscard1.C create mode 100644 gcc/testsuite/g++.dg/warn/Wctad-maybe-unsupported4.C create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-compatible-local-3.C create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-19.C create mode 100644 gcc/testsuite/g++.target/mips/cxx17_empty_base.C