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-release-aarch64-stable-allmodconfig in repository toolchain/ci/gcc.
from e011caf5fea Daily bump. adds 6de756d7a7a i386: Don't emit fldpi etc. if -frounding-math [PR102498] adds 8e7da0da76f libgomp: Only check for 2*sizeof(void*) int type with Fortr [...] adds 1074147135d Daily bump. adds 1f377a1f51e rs6000: Disable optimizing multiple xxsetaccz instructions [...] adds 9fc6d71d34b Daily bump. adds e19a0e2f307 [Ada] Add DWARF 5 support to System.Dwarf_Line adds d039346359f [Ada] Small cleanup in System.Dwarf_Line adds 632dde0c5ed [Ada] Add support for PE-COFF PIE to System.Dwarf_Line adds d1ee1a0fe6d [Ada] Adjust latest change for ELF platforms adds 98928fa12b5 [Ada] Follow-up tweaks to System.Dwarf_Line adds a872ad6d709 [Ada] Small optimization to DWARF 5 mode in System.Dwarf_Line adds e27ccb7c756 [Ada] Minor tweaks to System.Dwarf_Line adds 0212bcfc31a Fortran: fix error recovery for invalid constructor adds 368975a120a Daily bump. adds 618b7cb3b3f Fix PR c++/64697 at -O1 or above adds 3aaa884141f Fix ICE with stack checking emulation at -O2 adds 356390c14aa Use libiberty snprintf and vsnprintf on hppa*-*-hpux*. adds aac3b6a7e3a Default to dwarf version 4 on hppa64-hpux adds 509dd374802 Daily bump. adds ebbf0d8ec30 Daily bump. adds b874ece3ff9 c++: don't call 'rvalue' in coroutines code adds e92b28f8062 coroutines: No cleanups on goto statements. adds cb6101a4eea coroutines : Add a missed begin/finish else clause to the codegen. adds b0be263236d coroutines: Use DECL_VALUE_EXPR instead of rewriting vars. adds 4353b3b485f coroutines: Add a helper for creating local vars. adds 7d05965175a coroutines: Support for debugging implementation state. adds 4a9ca0d198e coroutines: Expose implementation state to the debugger. adds 17e4e6e33d1 coroutines: Make proxy vars for the function arg copies. adds a1ef1020c42 coroutines: Only set parm copy guard vars if we have except [...] adds 082b3588ee0 Fortran - improve checking for intrinsics allowed in consta [...] adds a3abacbaebc Fortran: resolve expressions during SIZE simplification adds 662f6429bf2 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 38 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 80 ++ gcc/ada/adaint.c | 3 + gcc/ada/libgnat/s-dwalin.adb | 916 ++++++++++++++------- gcc/ada/libgnat/s-dwalin.ads | 148 ++-- gcc/ada/libgnat/s-objrea.adb | 72 +- gcc/ada/libgnat/s-objrea.ads | 25 +- gcc/config/i386/i386.c | 24 +- gcc/config/pa/pa.c | 10 + gcc/config/rs6000/mma.md | 31 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/cp/ChangeLog | 103 +++ gcc/cp/coroutines.cc | 852 ++++++++----------- gcc/explow.c | 9 +- gcc/fortran/ChangeLog | 27 + gcc/fortran/array.c | 3 + gcc/fortran/expr.c | 32 + gcc/fortran/simplify.c | 5 + gcc/testsuite/ChangeLog | 56 ++ .../coro-bad-gro-00-class-gro-scalar-return.C | 2 +- gcc/testsuite/g++.dg/coroutines/pr102454.C | 38 + gcc/testsuite/gcc.target/i386/pr102498.c | 59 ++ gcc/testsuite/gcc.target/powerpc/mma-builtin-6.c | 14 +- gcc/testsuite/gfortran.dg/pr102458.f90 | 42 + gcc/testsuite/gfortran.dg/pr102458b.f90 | 21 + gcc/testsuite/gfortran.dg/pr102520.f90 | 12 + libgomp/ChangeLog | 10 + libgomp/configure | 16 +- libgomp/configure.ac | 16 +- libiberty/ChangeLog | 7 + libiberty/configure | 16 + libiberty/configure.ac | 6 + 33 files changed, 1752 insertions(+), 945 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr102454.C create mode 100644 gcc/testsuite/gcc.target/i386/pr102498.c create mode 100644 gcc/testsuite/gfortran.dg/pr102458.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102458b.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr102520.f90