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-next-defconfig in repository toolchain/ci/gcc.
from 9f2e635defb Ability to build the GNAT runtime with project files adds d5cdcd5cf2b RISC-V: Optimize si to di zero-extend followed by left shift. adds 945b53ccf6a Daily bump. adds 6dda8608443 Disable brabc/brabs patterns as their length computation is [...] adds dc8c02ca1cd expr: Fix fallout from optimize store_expr from STRING_CST [...] adds 811f902b764 Finalization depends on the expression, not on the component. adds 1d2d5afc80f contrib: Add pru-elf to config-list.mk adds 05430b9b6a7 Cleanup indexable tree streaming. adds c25d0fa4d76 Fix execute/20071219-1.c regression on H8 due to loss of RE [...] adds 3cf2a9e047d coroutines: Remove up some unused values. adds 95625d35804 contrib: Remove cris-linux and crisv32-* from config-list.mk adds 30da9dc40c6 contrib: Remove arm-wrs-vxworks from config-list.mk adds 5f35a8288b0 contrib: Add or1k-elf, or1k-linux-*, and or1k-rtems to conf [...] adds 7248bf60a27 contrib: Add v850e1-elf to config-list.mk adds 1bb80850464 coroutines: Avoid functions with unlowered coroutine trees [...]
No new revisions were added by this update.
Summary of changes: contrib/config-list.mk | 9 +- gcc/ChangeLog | 11 ++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 15 ++ gcc/config/h8300/jumpcall.md | 14 +- gcc/config/riscv/riscv.md | 22 +++ gcc/cp/ChangeLog | 11 ++ gcc/cp/coroutines.cc | 31 +-- gcc/expr.c | 5 + gcc/fortran/ChangeLog | 12 ++ gcc/fortran/class.c | 5 +- gcc/fortran/gfortran.h | 4 +- gcc/lra.c | 28 --- gcc/lto-section-out.c | 105 ----------- gcc/lto-streamer-out.c | 209 +++++++++++++-------- gcc/lto-streamer.h | 19 +- gcc/recog.c | 7 + gcc/reload1.c | 26 --- gcc/rtl.h | 1 + gcc/rtlanal.c | 26 +++ gcc/testsuite/ChangeLog | 15 ++ .../coroutines/co-return-syntax-08-bad-return.C | 2 +- gcc/testsuite/gcc.dg/pr95052.c | 12 ++ gcc/testsuite/gcc.target/riscv/zero-extend-5.c | 8 + gcc/testsuite/gfortran.dg/finalize_28.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_33.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_34.f90 | 2 +- gcc/testsuite/gfortran.dg/finalize_35.f90 | 48 +++++ libgomp/ChangeLog | 8 + 29 files changed, 379 insertions(+), 282 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95052.c create mode 100644 gcc/testsuite/gcc.target/riscv/zero-extend-5.c create mode 100644 gcc/testsuite/gfortran.dg/finalize_35.f90