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 in repository toolchain/ci/gcc.
from c60ded6f5eb Make opcodes configure depend on bfd configure adds 140346fa246 tree-optimization/103204 - fix missed valueization in VN adds 5f516a6a5d7 Remove unused function. adds 7d6da11fce0 openmp: Honor OpenMP 5.1 num_teams lower bound adds 68d62cb2063 fortran: Ignore unused args in scalarization [PR97896] adds a54ce8865a8 libstdc++: Print assertion messages to stderr [PR59675] adds b7e20480630 openmp: Relax handling of implicit map vs. existing device [...] adds 1b62cddcf09 Fix ipa-modref pure/const discovery adds aa1fd30df56 jit: fix -Werror=format-overflow= in testsuite [PR103199] new 83310a08a2b libbacktrace: fix UBSAN issues new 6849c71c065 testsuite: Filter out TSVC test on Power [PR103051]
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/builtin-types.def | 3 +- gcc/fortran/intrinsic.c | 48 ++-------- gcc/fortran/intrinsic.h | 3 +- gcc/fortran/iresolve.c | 21 +---- gcc/fortran/trans-array.c | 61 ++++++++++++- gcc/fortran/trans-array.h | 3 + gcc/fortran/trans-decl.c | 24 +---- gcc/fortran/trans-intrinsic.c | 1 + gcc/fortran/trans-stmt.c | 20 +++++ gcc/fortran/types.def | 3 +- gcc/gimple-predicate-analysis.cc | 61 ------------- gcc/gimplify.c | 14 ++- gcc/ipa-modref.c | 8 +- gcc/jit/docs/examples/tut04-toyvm/toyvm.c | 2 +- gcc/jit/docs/examples/tut04-toyvm/toyvm.cc | 2 +- gcc/omp-builtins.def | 4 +- gcc/omp-low.c | 55 ++++++++++-- .../c-c++-common/goacc/combined-reduction.c | 2 +- .../c-c++-common/goacc/firstprivate-mappings-1.c | 7 +- gcc/testsuite/c-c++-common/goacc/mdc-1.c | 2 +- .../c-c++-common/gomp/target-implicit-map-1.c | 39 ++++++++ .../g++.dg/goacc/firstprivate-mappings-1.C | 2 +- gcc/testsuite/gcc.dg/torture/pr103204.c | 16 ++++ gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s112.c | 2 +- gcc/testsuite/gfortran.dg/index_5.f90 | 23 +++++ gcc/tree-pretty-print.c | 3 + gcc/tree-ssa-sccvn.c | 13 +-- gcc/tree.h | 5 ++ include/gomp-constants.h | 14 +++ libbacktrace/elf.c | 32 +++---- libbacktrace/xztest.c | 2 +- libgomp/config/gcn/target.c | 24 ++--- libgomp/config/nvptx/target.c | 24 ++--- libgomp/libgomp.map | 1 + libgomp/libgomp_g.h | 1 + libgomp/target.c | 100 +++++++++++++++++---- .../libgomp.c-c++-common/target-implicit-map-1.c | 31 +++++++ libgomp/testsuite/libgomp.c-c++-common/teams-2.c | 70 +++++++++++++++ libgomp/testsuite/libgomp.c/teams-4.c | 2 +- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/config/abi/pre/gnu.ver | 6 ++ libstdc++-v3/configure | 2 +- libstdc++-v3/include/bits/c++config | 27 +++--- libstdc++-v3/src/c++11/debug.cc | 18 +++- libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +- 45 files changed, 555 insertions(+), 251 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/target-implicit-map-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103204.c create mode 100644 gcc/testsuite/gfortran.dg/index_5.f90 create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-implicit-map-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/teams-2.c