This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig in repository toolchain/ci/gcc.
from 4f6c1ca287d c++: Missing SFINAE with inaccessible static data member [PR90880] adds 23c42a01bce Daily bump. adds 6607bdd9999 Add patch_area_size and patch_area_entry to crtl adds dcbf228e4a1 tilegx: Unbreak build adds 116784bbde9 Add asan subdirectory for gfortran.dg. adds 7df45789907 Darwin: Fix a diagnostic spelling [PR93861] adds 6abe1c30847 gfortran: Get asan library from TEST_ALWAYS_FLAGS
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 26 ++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-attribs.c | 9 + gcc/cfgexpand.c | 33 +++ gcc/config/darwin-driver.c | 2 +- gcc/config/tilegx/tilegx.md | 2 +- gcc/doc/invoke.texi | 1 + gcc/emit-rtl.h | 6 + gcc/opts.c | 4 +- gcc/testsuite/ChangeLog | 20 ++ .../patchable_function_entry-error-1.c | 9 + .../patchable_function_entry-error-2.c | 9 + .../patchable_function_entry-error-3.c | 17 ++ gcc/testsuite/gfortran.dg/asan/asan.exp | 40 +++ .../gfortran.dg/asan/pointer_assign_16.f90 | 304 +++++++++++++++++++++ gcc/testsuite/lib/gfortran.exp | 8 + gcc/varasm.c | 30 +- 18 files changed, 496 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/patchable_function_entry-error-1.c create mode 100644 gcc/testsuite/c-c++-common/patchable_function_entry-error-2.c create mode 100644 gcc/testsuite/c-c++-common/patchable_function_entry-error-3.c create mode 100644 gcc/testsuite/gfortran.dg/asan/asan.exp create mode 100644 gcc/testsuite/gfortran.dg/asan/pointer_assign_16.f90