This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from a284fadcce8 c++: Use fold_non_dependent_expr rather than maybe_constant [...] adds 7f195a22709 libgo: permit loff_t and off_t to be macros adds 5a66d7dd2bf Daily bump. adds 479b6f449ee xtensa: Defer storing integer constants into litpool until reload adds 9991d84d2a8 PR tree-optimization/105835: Two narrowing patterns for match.pd. adds ef662120177 varasm: Fix up ICE in narrowing_initializer_constant_valid_ [...] adds 2c7cfc7b418 ubsan: Add -fsanitize-trap= support adds 856a9b8fc2b Fortran: check POS and LEN arguments simplifying bit intrin [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 42 ++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/c-ubsan.cc | 116 +++++++++++++-------- gcc/common.opt | 15 ++- gcc/config/xtensa/constraints.md | 6 +- gcc/config/xtensa/predicates.md | 5 +- gcc/config/xtensa/xtensa.cc | 3 +- gcc/cp/ChangeLog | 6 ++ gcc/cp/cp-ubsan.cc | 2 +- gcc/doc/invoke.texi | 35 ++++++- gcc/fortran/simplify.cc | 12 +++ gcc/gcc.cc | 5 +- gcc/go/gofrontend/MERGE | 2 +- gcc/match.pd | 15 +++ gcc/opts.cc | 119 +++++++++++++++------- gcc/opts.h | 1 + gcc/sanopt.cc | 4 +- gcc/testsuite/ChangeLog | 25 +++++ gcc/testsuite/c-c++-common/pr105998.c | 12 +++ gcc/testsuite/c-c++-common/ubsan/align-8.c | 2 +- gcc/testsuite/c-c++-common/ubsan/div-by-zero-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/nonnull-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/overflow-add-4.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr56956.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr68142.c | 2 +- gcc/testsuite/c-c++-common/ubsan/pr80932.c | 2 +- gcc/testsuite/gcc.dg/pr105835.c | 18 ++++ gcc/testsuite/gfortran.dg/check_bits_3.f90 | 16 +++ gcc/ubsan.cc | 24 +++-- gcc/varasm.cc | 10 +- libgo/config.h.in | 3 + libgo/configure | 9 +- libgo/configure.ac | 8 +- libgo/go/syscall/libcall_linux.go | 16 +-- libgo/mksysinfo.sh | 6 +- libgo/sysinfo.c | 15 ++- libgomp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 5 + 38 files changed, 440 insertions(+), 136 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr105998.c create mode 100644 gcc/testsuite/gcc.dg/pr105835.c create mode 100644 gcc/testsuite/gfortran.dg/check_bits_3.f90