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_debug in repository toolchain/ci/gcc.
from f0c7367b880 asan: Fix up address sanitizer instrumentation of __builtin [...] adds 23756b70630 Daily bump. adds 7e204bd2f18 Add vect_recog_cond_expr_convert_pattern. adds 57da3493970 fortran: Unshare associate var charlen [PR104228] adds 033ec967ec5 compiler: don't set ptrmask bit for pointer to notinheap type adds 58aeb75d409 runtime: call timer functions via syscall new 4493c5a2030 [Ada] PR ada/98724: Alpha/Linux/libada: Use wraplf for Aux_ [...]
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/ChangeLog | 19 +++++ gcc/DATESTAMP | 2 +- gcc/ada/Makefile.rtl | 1 + gcc/fortran/resolve.cc | 1 - gcc/fortran/trans-stmt.cc | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 9 +-- gcc/go/gospec.cc | 42 ++--------- gcc/match.pd | 14 ++++ gcc/testsuite/ChangeLog | 25 +++++++ gcc/testsuite/gcc.target/i386/pr103771-2.c | 8 +++ gcc/testsuite/gcc.target/i386/pr103771-3.c | 21 ++++++ gcc/testsuite/gfortran.dg/asan/associate_58.f90 | 19 +++++ gcc/testsuite/gfortran.dg/asan/associate_59.f90 | 19 +++++ gcc/tree-vect-patterns.cc | 96 +++++++++++++++++++++++++ gotools/Makefile.am | 4 +- gotools/Makefile.in | 5 +- gotools/configure | 7 -- gotools/configure.ac | 9 --- libgo/Makefile.am | 5 +- libgo/Makefile.in | 9 +-- libgo/configure | 11 +-- libgo/configure.ac | 6 -- libgo/go/runtime/os_linux.go | 21 +++--- libgo/testsuite/Makefile.in | 1 - 25 files changed, 253 insertions(+), 105 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103771-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103771-3.c create mode 100644 gcc/testsuite/gfortran.dg/asan/associate_58.f90 create mode 100644 gcc/testsuite/gfortran.dg/asan/associate_59.f90