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 8255b49ed8a libgomp.texi: Add more to-be-implemented OpenMP 5.2 features adds e2f014fcefc fold-const: Fix up -fsanitize=null in C++ [PR105729] adds e7c482b0807 tree-optimization/105726 - adjust array bound heuristic adds 0ccba4ed857 openmp: Add support for enter clause on declare target adds f571596f8cd ipa: Check cst type when propagating controled uses info adds 37c988bc1b2 Avoid shift in get_ref_base_and_extent adds 8af26650179 Fortran: Fix OpenMP clause name in error message new de574408585 libstdc++: Mark non-exported function always_inline [PR105671]
The 1 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/c-family/c-pragma.h | 3 ++- gcc/c/c-parser.cc | 23 ++++++++++++++--- gcc/c/c-typeck.cc | 21 +++++++++------- gcc/cp/parser.cc | 21 +++++++++++++--- gcc/cp/semantics.cc | 26 ++++++++++--------- gcc/fold-const.cc | 10 ++++++++ gcc/fortran/openmp.cc | 2 +- gcc/gimple-ssa-warn-restrict.cc | 22 +++++++++------- gcc/ipa-prop.cc | 10 +++----- gcc/testsuite/c-c++-common/gomp/clauses-3.c | 4 ++- gcc/testsuite/c-c++-common/gomp/declare-target-1.c | 2 +- gcc/testsuite/c-c++-common/gomp/declare-target-2.c | 5 ++++ gcc/testsuite/c-c++-common/gomp/declare-target-3.c | 3 +++ gcc/testsuite/g++.dg/gomp/attrs-9.C | 4 +-- gcc/testsuite/g++.dg/gomp/declare-target-1.C | 5 ++++ gcc/testsuite/g++.dg/ubsan/pr105729.C | 29 ++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Warray-bounds-27.C | 16 ++++++++++++ gcc/testsuite/gcc.dg/ipa/pr105639.c | 16 ++++++++++++ gcc/testsuite/gfortran.dg/gomp/requires-4.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/requires-8.f90 | 2 +- gcc/tree-core.h | 6 ++--- gcc/tree-dfa.cc | 5 ++-- gcc/tree-nested.cc | 4 +-- gcc/tree-pretty-print.cc | 7 ++++-- gcc/tree.cc | 4 +-- gcc/tree.h | 4 +++ libgomp/testsuite/libgomp.c-c++-common/target-40.c | 2 +- libgomp/testsuite/libgomp.c/target-41.c | 2 +- libstdc++-v3/include/std/sstream | 1 + 29 files changed, 196 insertions(+), 65 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105729.C create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-27.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr105639.c