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 in repository toolchain/ci/gcc.
from 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] adds 49d508065bd jit: avoid calloc() poisoning on musl [PR106102]
No new revisions were added by this update.
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 +- 14 files changed, 164 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/extends_type_of_4.f90