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-next-allnoconfig in repository toolchain/ci/gcc.
from ee969a36d98 rs6000: Prefer VSX insns over VMX ones (part 1: perm and mrg) adds 885ef72f270 Daily bump. adds 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
No new revisions were added by this update.
Summary of changes: config/ChangeLog | 6 + contrib/ChangeLog | 24 ++++ gcc/ChangeLog | 146 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- 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/cp/ChangeLog | 43 ++++++ gcc/cp/constraint.cc | 14 +- gcc/cp/coroutines.cc | 8 +- gcc/fortran/ChangeLog | 8 ++ gcc/fortran/class.c | 9 +- gcc/fortran/primary.c | 43 +++--- gcc/testsuite/ChangeLog | 102 ++++++++++++++ gcc/testsuite/g++.dg/concepts/pr95386.C | 11 ++ gcc/testsuite/gfortran.dg/pr95373_1.f90 | 4 +- gcc/testsuite/gfortran.dg/pr95373_2.f90 | 2 +- libatomic/ChangeLog | 5 + libbacktrace/ChangeLog | 5 + libcc1/ChangeLog | 5 + libcpp/ChangeLog | 5 + libdecnumber/ChangeLog | 5 + libgcc/ChangeLog | 5 + libgfortran/ChangeLog | 16 +++ libgomp/ChangeLog | 5 + libgomp/allocator.c | 3 + libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 25 ++++ libiberty/ChangeLog | 5 + libitm/ChangeLog | 5 + libobjc/ChangeLog | 5 + libphobos/ChangeLog | 5 + libquadmath/ChangeLog | 5 + libsanitizer/ChangeLog | 10 ++ libssp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 12 ++ libvtv/ChangeLog | 5 + lto-plugin/ChangeLog | 5 + maintainer-scripts/ChangeLog | 14 ++ zlib/ChangeLog | 5 + 47 files changed, 873 insertions(+), 183 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/g++.dg/concepts/pr95386.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-4.c