This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_bootstrap in repository toolchain/ci/gcc.
from 095a01cf6e3 bootstrap: Include tm_p.h in btfout.c and ctfout.c. adds dc6866b033b pdp11: Fix signednedd warnings, remove "register" keywords adds c01760bc548 tree-optimization/101242 - fix reverse graph entry detection adds 53fd7544aff match.pd: Avoid (intptr_t)x eq/ne CST to x eq/ne (typeof x) [...] adds 2dfc0f2203e Refactor SLP permute opt propagation adds d479ddc0d98 doc/invoke.texi: Sort flags in 'C Language Options' adds 489c5dcf7b0 libgomp.fortran/defaultmap-8.f90: Fix non-shared memory handling
No new revisions were added by this update.
Summary of changes: gcc/config/pdp11/pdp11.c | 27 +-- gcc/config/pdp11/pdp11.h | 10 +- gcc/doc/invoke.texi | 253 ++++++++++----------- gcc/match.pd | 7 +- gcc/testsuite/g++.dg/ubsan/pr101210.C | 13 ++ gcc/testsuite/gcc.dg/vect/bb-slp-71.c | 32 +++ gcc/testsuite/gcc.dg/vect/bb-slp-pr101242.c | 38 ++++ gcc/tree-vect-slp.c | 164 +++++++------ libgomp/testsuite/libgomp.fortran/defaultmap-8.f90 | 37 ++- 9 files changed, 356 insertions(+), 225 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr101210.C create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-71.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr101242.c