This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 9c6a4beeed5 c++: Remove cdtor_label adds ef8d5ac08b5 libstdc++: Simplify std::array accessors [PR104719] adds 22399ad6edc libstdc++: Add always_inline to the simplest std::array acc [...] adds 79a1a01cbd0 c++: parse error with >= in template argument list [PR105436] adds 3f8c389fe90 OpenMP: Fix use_device_{addr,ptr} with in-data-sharing arg adds d7de15fd93f Update cpplib es.po adds 4a206161072 libgomp/plugin/plugin-gcn.c: Use -foffload-options= in err msg adds c2e846b539b c++: use %D more
No new revisions were added by this update.
Summary of changes: gcc/cp/error.cc | 29 +++-- gcc/cp/parser.cc | 1 - gcc/omp-low.cc | 18 +-- gcc/testsuite/g++.dg/parse/template31.C | 4 + libcpp/po/es.po | 113 ++++++++-------- libgomp/plugin/plugin-gcn.c | 2 +- .../libgomp.fortran/use_device_addr-5.f90 | 143 +++++++++++++++++++++ libstdc++-v3/include/std/array | 88 ++++++------- .../23_containers/array/tuple_interface/get_neg.cc | 6 +- 9 files changed, 265 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/g++.dg/parse/template31.C create mode 100644 libgomp/testsuite/libgomp.fortran/use_device_addr-5.f90