This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 8fa689767a8 docs: document --with-zstd adds 2e309a4eff8 libgomp testsuite: Don't amend 'LD_LIBRARY_PATH' for system [...] adds d6adba30750 libgomp GCN plugin: Clean up unused references to system-pr [...] adds 91a6dcd1491 libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFL [...] adds 876ac21b7e7 libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-ru [...] adds 7f04b0d786e Implement some of fold_binary_op_with_conditional_arg in match.pd adds 37a8220fa91 rtl-optimization/105559 - avoid quadratic behavior in delet [...] adds a92ed39c416 [c++] Add module attachment adds 546c6210eb0 middle-end/70090: Register __bdos for sanitizers if necessary adds 684c97dd084 Use variadic template functions for the gimple_build forwarders adds 401abb8f646 rs6000: Delete RS6000_CONSTRAINT_f adds 0aca4aa8c9a rs6000: Remove <Ff> adds 5b2a24ebfc0 rs6000: Remove <Fv> adds 0acdbe29f66 Fortran: fix error recovery on invalid array section adds 4dc86f716fe c++: fix arm-eabi bootstrap [PR105567]
No new revisions were added by this update.
Summary of changes: gcc/asan.cc | 24 ++-- gcc/cfgrtl.cc | 2 +- gcc/config/rs6000/constraints.md | 2 +- gcc/config/rs6000/rs6000.cc | 16 +-- gcc/config/rs6000/rs6000.h | 3 +- gcc/config/rs6000/rs6000.md | 177 ++++++++++++-------------- gcc/cp/cp-tree.h | 14 +- gcc/cp/decl.cc | 23 ++-- gcc/cp/module.cc | 117 ++++++++++------- gcc/cp/name-lookup.cc | 17 ++- gcc/cp/name-lookup.h | 2 +- gcc/cp/ptree.cc | 20 ++- gcc/cp/typeck.cc | 4 +- gcc/doc/install.texi | 12 -- gcc/fortran/expr.cc | 4 +- gcc/generic-match-head.cc | 1 + gcc/gimple-fold.h | 45 ++----- gcc/match.pd | 41 +++++- gcc/testsuite/g++.dg/template/ctor10.C | 10 ++ gcc/testsuite/gcc.dg/tree-ssa/pr61839_1.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/vrp24.c | 4 +- gcc/testsuite/gfortran.dg/pr105230.f90 | 8 ++ libgomp/Makefile.in | 12 +- libgomp/configure | 71 +---------- libgomp/plugin/Makefrag.am | 3 +- libgomp/plugin/configfrag.ac | 43 ------- libgomp/testsuite/Makefile.in | 4 - libgomp/testsuite/lib/libgomp.exp | 4 - libgomp/testsuite/libgomp-test-support.exp.in | 1 - 29 files changed, 304 insertions(+), 382 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/ctor10.C create mode 100644 gcc/testsuite/gfortran.dg/pr105230.f90