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-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from 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 adds 4493c5a2030 [Ada] PR ada/98724: Alpha/Linux/libada: Use wraplf for Aux_ [...] adds 0d31c8ec3fd Daily bump. adds 3f10e0d50b5 middle-end/104497 - gimplification of vector indexing adds f7e26913187 c/104505 - ICE with internal function call in diagnostic ex [...] adds f320197c8b4 tree-optimization/104511 - avoid FP to DFP conversion for V [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 7 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 +++++ gcc/ada/Makefile.rtl | 1 + gcc/c-family/c-pretty-print.cc | 6 +++- gcc/fortran/ChangeLog | 8 +++++ gcc/fortran/resolve.cc | 1 - gcc/fortran/trans-stmt.cc | 2 +- gcc/gimplify.cc | 17 ++++++++-- gcc/go/ChangeLog | 7 +++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 9 ++---- gcc/go/gospec.cc | 42 +++---------------------- gcc/testsuite/ChangeLog | 11 +++++++ gcc/testsuite/c-c++-common/pr104505.c | 12 +++++++ gcc/testsuite/c-c++-common/torture/pr104497.c | 12 +++++++ gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++ gcc/testsuite/gfortran.dg/asan/associate_58.f90 | 19 +++++++++++ gcc/testsuite/gfortran.dg/asan/associate_59.f90 | 19 +++++++++++ gcc/tree-ssa-forwprop.cc | 9 ++++++ gotools/ChangeLog | 7 +++++ 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 - 31 files changed, 185 insertions(+), 109 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr104505.c create mode 100644 gcc/testsuite/c-c++-common/torture/pr104497.c create mode 100644 gcc/testsuite/gcc.dg/pr104511.c create mode 100644 gcc/testsuite/gfortran.dg/asan/associate_58.f90 create mode 100644 gcc/testsuite/gfortran.dg/asan/associate_59.f90