This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 0282c4acf72 rtl-optimization/106082 - preserve EH note for no non-local goto adds aa87b7541b4 libsanitizer: cherry-pick 791e0d1bc85d adds c022c0de2a6 libgfortran: Fix up LIBGFOR_CHECK_FLOAT128 [PR106137] adds 5097cdf9b8a libgfortran: Switch some more __float128 uses to _Float128 adds b01c075e7e6 nios2: Fix PIC function call slowness adds 98c18e040e2 d: Fix build on aarch64-suse-linux adds 01779f4f3d0 c++: Rename macro location structs adds b8f284d3673 Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121] new 49d508065bd jit: avoid calloc() poisoning on musl [PR106102]
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/config/nios2/nios2.cc | 5 +- gcc/cp/module.cc | 73 ++++++----------- gcc/d/intrinsics.cc | 10 +-- gcc/fortran/simplify.cc | 4 + gcc/jit/jit-playback.cc | 3 +- gcc/jit/jit-recording.cc | 2 +- gcc/jit/libgccjit.cc | 2 +- gcc/system.h | 4 + gcc/testsuite/gfortran.dg/extends_type_of_4.f90 | 20 +++++ libgfortran/acinclude.m4 | 16 ++-- libgfortran/config.h.in | 2 +- libgfortran/configure | 104 +++++++++++++----------- libgfortran/libgfortran.h | 56 ++++++------- libgfortran/mk-kinds-h.sh | 2 +- libsanitizer/tsan/tsan_rtl_s390x.S | 2 + 15 files changed, 166 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/extends_type_of_4.f90