This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 4bca11333c2 coroutines: Emit error for invalid promise return types [PR97438]. adds a8a453d82e2 Daily bump. adds 6f3f06e431c Fortran: Delay vtab generation until after parsing [PR92587] adds 78ff090d0a0 PR fortran/96381 - invalid read in gfc_find_derived_vtab adds 0f64123bde8 Daily bump. adds d8391918de2 i386: Add _mm256_cmov_si256 [PR98521] adds b39a4023d3f i386: Prevent spurious FP exceptions with _mm_cvt{,t}ps_pi3 [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 7 +++ gcc/ChangeLog | 6 +++ gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 50 +++++++++++++++---- gcc/config/i386/xopintrin.h | 6 +++ gcc/cp/ChangeLog | 13 +++++ gcc/fortran/ChangeLog | 16 +++++++ gcc/fortran/class.c | 4 +- gcc/fortran/match.c | 3 -- gcc/fortran/resolve.c | 3 ++ gcc/testsuite/ChangeLog | 16 +++++++ gcc/testsuite/gcc.target/i386/pr98522.c | 39 +++++++++++++++ gcc/testsuite/gfortran.dg/finalize_37.f90 | 80 +++++++++++++++++++++++++++++++ libatomic/ChangeLog | 6 +++ libbacktrace/ChangeLog | 6 +++ libcc1/ChangeLog | 9 ++++ libffi/ChangeLog | 6 +++ libgfortran/ChangeLog | 6 +++ libgomp/ChangeLog | 7 +++ libhsail-rt/ChangeLog | 6 +++ libitm/ChangeLog | 7 +++ libobjc/ChangeLog | 6 +++ libphobos/ChangeLog | 6 +++ libquadmath/ChangeLog | 6 +++ libsanitizer/ChangeLog | 8 ++++ libssp/ChangeLog | 6 +++ libstdc++-v3/ChangeLog | 6 +++ libvtv/ChangeLog | 6 +++ zlib/ChangeLog | 6 +++ 29 files changed, 335 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr98522.c create mode 100644 gcc/testsuite/gfortran.dg/finalize_37.f90