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 9aad2b22436 xtensa: Improve bswap[sd]i2 insn patterns adds c62643579df Close gcc-9 branch adds 29ae455901a Pre-reload splitter to transform and;cmp into not;test on x86. adds 8fb94fc6097 Canonicalize X&-Y as X*Y in match.pd when Y is [0,1]. adds 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
No new revisions were added by this update.
Summary of changes: contrib/gcc-changelog/git_update_version.py | 2 +- gcc/c-family/c-pragma.h | 3 +- gcc/c/c-parser.cc | 23 +++++- gcc/c/c-typeck.cc | 21 +++--- gcc/config/i386/i386.md | 21 ++++++ gcc/cp/parser.cc | 21 +++++- gcc/cp/semantics.cc | 26 ++++--- gcc/fold-const.cc | 10 +++ gcc/gimple-ssa-warn-restrict.cc | 22 +++--- gcc/ipa-prop.cc | 10 +-- gcc/match.pd | 86 +++++++++++----------- 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/gcc.dg/pr98865.c | 14 ++++ gcc/testsuite/gcc.target/i386/pr91400-1.c | 4 +- gcc/testsuite/gcc.target/i386/pr91400-2.c | 4 +- gcc/testsuite/gcc.target/i386/testnot-1.c | 24 ++++++ gcc/testsuite/gcc.target/i386/testnot-2.c | 24 ++++++ gcc/tree-core.h | 6 +- gcc/tree-nested.cc | 4 +- gcc/tree-pretty-print.cc | 7 +- gcc/tree.cc | 4 +- gcc/tree.h | 4 + libgomp/libgomp.texi | 17 ++++- libgomp/testsuite/libgomp.c-c++-common/target-40.c | 2 +- libgomp/testsuite/libgomp.c/target-41.c | 2 +- 33 files changed, 335 insertions(+), 110 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 create mode 100644 gcc/testsuite/gcc.dg/pr98865.c create mode 100644 gcc/testsuite/gcc.target/i386/testnot-1.c create mode 100644 gcc/testsuite/gcc.target/i386/testnot-2.c