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-aarch64-mainline-defconfig in repository toolchain/ci/gcc.
from aef6e234a8a c++: satisfaction value of type typedef to bool [PR95386] adds 850533ab160 gcc/config/i386/mingw32.h: Ensure `-lmsvcrt` precede `-lkernel32` adds 05e4db63d04 openmp: omp_alloc(0, ...) should return NULL. adds 9df0ff5f219 coroutines: Fix unused value found by static analysis. adds bf5fbbbd8c9 PR fortran/95090 - ICE: identifier overflow adds dd38c765a04 PR fortran/95373 - ICE in build_reference_type, at tree.c:7942 adds 9f2e635defb Ability to build the GNAT runtime with project files new d5cdcd5cf2b RISC-V: Optimize si to di zero-extend followed by left shift. new 945b53ccf6a Daily bump.
The 2 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/ChangeLog | 11 ++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 15 +++ gcc/ada/Makefile.rtl | 33 +++++- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 18 +-- gcc/ada/gcc-interface/Makefile.in | 2 +- gcc/ada/libgnarl/libgnarl.gpr | 28 +++++ gcc/ada/libgnat/libada.gpr | 77 +++++++++++++ gcc/ada/libgnat/libgnat.gpr | 69 ++++++++++++ gcc/ada/libgnat/libgnat_common.gpr | 19 ++++ gcc/ada/libgnat/system-mingw.ads | 5 - gcc/ada/tb-gcc.c | 125 --------------------- gcc/ada/tracebak.c | 96 +++++++++++++++- gcc/config/i386/mingw32.h | 2 +- gcc/config/riscv/riscv.md | 22 ++++ gcc/cp/ChangeLog | 11 ++ gcc/cp/coroutines.cc | 8 +- gcc/fortran/ChangeLog | 12 ++ gcc/fortran/class.c | 9 +- gcc/fortran/primary.c | 43 ++++--- gcc/testsuite/ChangeLog | 15 +++ gcc/testsuite/gcc.target/riscv/zero-extend-5.c | 8 ++ gcc/testsuite/gfortran.dg/pr95373_1.f90 | 4 +- gcc/testsuite/gfortran.dg/pr95373_2.f90 | 2 +- libgomp/ChangeLog | 8 ++ libgomp/allocator.c | 3 + libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 25 +++++ 27 files changed, 496 insertions(+), 176 deletions(-) create mode 100644 gcc/ada/libgnarl/libgnarl.gpr create mode 100644 gcc/ada/libgnat/libada.gpr create mode 100644 gcc/ada/libgnat/libgnat.gpr create mode 100644 gcc/ada/libgnat/libgnat_common.gpr delete mode 100644 gcc/ada/tb-gcc.c create mode 100644 gcc/testsuite/gcc.target/riscv/zero-extend-5.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-4.c