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-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 91292490d57 ipa: make target_clone default decl local [PR101726] adds 1afcf5705a0 Fix ICE. adds 049eda8274b Avoid 'GTY' use for 'gcc/omp-oacc-neuter-broadcast.cc:field_map' adds 7b9d99e6152 Clarify memory management for 'prop_set' in 'gcc/omp-oacc-n [...] adds df98015fb7d Plug 'par' memory leak in 'gcc/omp-oacc-neuter-broadcast.cc [...] adds a2ab2f0dfba Address '?:' issues in 'libgomp.oacc-c-c++-common/mode-tran [...] adds 29020d05275 Disable GNAT encodings by default adds c517cf2e685 Speed up jump table switch detection. adds e660441f94f [OpenMP] Update omp-low.c's omp_runtime_api_call [PR101931] adds be024a12858 Fix regression in debug info for Ada with DWARF 5 adds 8cdcea51c0f gcov: Add TARGET_GCOV_TYPE_SIZE target hook adds db853ff78a3 libstdc++: Install GDB pretty printers for debug library adds 6c25932ac39 libstdc++: Use qualified-id for class member constant [PR101937] adds 58608f64a76 Update cpplib de.po adds 052bdc7f2ba Drop embeded stabs from rl78 port adds 9d1d9fc8b4a Daily bump. adds d56607c16de Adjust testcase. adds 75a7176575c Improve SImode shifts for H8 adds 0215b3559e5 tree-optimization/101925 - fix VN with reverse storage order adds d5659997921 c++: Add C++20 #__VA_OPT__ support adds e45483c7c4b openmp: Implement OpenMP 5.1 scope construct
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 117 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-cppbuiltin.c | 2 + gcc/c-family/c-omp.c | 4 +- gcc/c-family/c-pragma.c | 1 + gcc/c-family/c-pragma.h | 1 + gcc/c/c-parser.c | 30 ++++ gcc/config.gcc | 2 +- gcc/config/h8300/h8300.c | 69 ++++++-- gcc/config/i386/i386.md | 4 +- gcc/config/sparc/rtemself.h | 2 + gcc/config/sparc/sparc.c | 11 ++ gcc/coverage.c | 2 +- gcc/cp/parser.c | 28 +++ gcc/cp/pt.c | 1 + gcc/doc/tm.texi | 11 ++ gcc/doc/tm.texi.in | 2 + gcc/dwarf2out.c | 33 ++-- gcc/fortran/ChangeLog | 40 +++++ gcc/gimple-low.c | 1 + gcc/gimple-pretty-print.c | 33 ++++ gcc/gimple-walk.c | 1 + gcc/gimple.c | 23 +++ gcc/gimple.def | 5 + gcc/gimple.h | 41 ++++- gcc/gimplify.c | 24 ++- gcc/omp-builtins.def | 2 + gcc/omp-expand.c | 7 +- gcc/omp-low.c | 191 +++++++++++++++++++-- gcc/omp-oacc-neuter-broadcast.cc | 60 ++++--- gcc/target.def | 12 ++ gcc/targhooks.c | 7 + gcc/targhooks.h | 2 + gcc/testsuite/ChangeLog | 25 +++ gcc/testsuite/c-c++-common/cpp/va-opt-5.c | 67 ++++++++ gcc/testsuite/c-c++-common/cpp/va-opt-6.c | 17 ++ gcc/testsuite/c-c++-common/gomp/cancel-1.c | 22 +++ gcc/testsuite/c-c++-common/gomp/clause-dups-1.c | 2 + gcc/testsuite/c-c++-common/gomp/loop-1.c | 18 ++ gcc/testsuite/c-c++-common/gomp/nesting-2.c | 12 ++ gcc/testsuite/c-c++-common/gomp/reduction-task-2.c | 8 +- gcc/testsuite/c-c++-common/gomp/scan-1.c | 2 + gcc/testsuite/c-c++-common/gomp/scope-1.c | 39 +++++ gcc/testsuite/c-c++-common/gomp/scope-2.c | 41 +++++ gcc/testsuite/g++.dg/gomp/attrs-1.C | 4 + gcc/testsuite/g++.dg/gomp/attrs-2.C | 4 + gcc/testsuite/gcc.dg/gomp/nesting-1.c | 60 +++++++ gcc/testsuite/gcc.dg/sso-16.c | 100 +++++++++++ gcc/testsuite/gcc.target/i386/pr101930.c | 9 + gcc/testsuite/gcc.target/i386/pr82460-2.c | 2 +- gcc/testsuite/gfortran.dg/gomp/reduction4.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/reduction7.f90 | 2 +- gcc/tree-inline.c | 7 + gcc/tree-nested.c | 17 ++ gcc/tree-pretty-print.c | 5 + gcc/tree-profile.c | 4 +- gcc/tree-ssa-sccvn.c | 33 +++- gcc/tree-switch-conversion.c | 42 +++-- gcc/tree-switch-conversion.h | 14 +- gcc/tree.def | 5 + gcc/tree.h | 3 + libcpp/macro.c | 88 ++++++++-- libcpp/po/ChangeLog | 4 + libcpp/po/de.po | 51 ++---- libgcc/ChangeLog | 5 + libgcc/libgcov.h | 6 +- libgomp/ChangeLog | 9 + libgomp/Makefile.am | 11 +- libgomp/Makefile.in | 23 +-- libgomp/libgomp.map | 5 + libgomp/libgomp_g.h | 4 + libgomp/scope.c | 62 +++++++ libgomp/testsuite/libgomp.c-c++-common/scope-1.c | 50 ++++++ .../libgomp.c-c++-common/task-reduction-16.c | 76 ++++++++ .../libgomp.oacc-c-c++-common/mode-transitions.c | 6 +- libstdc++-v3/ChangeLog | 13 ++ libstdc++-v3/python/Makefile.am | 12 +- libstdc++-v3/python/Makefile.in | 8 +- libstdc++-v3/src/c++11/debug.cc | 8 +- 80 files changed, 1588 insertions(+), 195 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-5.c create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-6.c create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-2.c create mode 100644 gcc/testsuite/gcc.dg/sso-16.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101930.c create mode 100644 libgomp/scope.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/scope-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/task-reduction-16.c