This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 3595231d9f5 i386: Remove constraints when used with constant integer pr [...] adds 43201f2c217 PR target/70321: Split double word equality/inequality afte [...] adds 2a12adfa8bd Make the default rtx_costs of MULT/DIV variants consistent. adds f1652e3343b PR rtl-optimization/101617: Use neg/sbb in ix86_expand_int_movcc. adds 871dbb6112e Fortran: improve runtime error message with ALLOCATE and ER [...] adds 1ad584d538d Allow SCmode and DImode to be tieable with TARGET_64BIT on x86_64. adds ff91735a5b8 c++: Add !TYPE_P assert to type_dependent_expression_p [PR99080] adds 0f4df800b15 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 79 ++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 205 +++++++++++++++++++++ gcc/config/i386/i386-expand.cc | 84 ++++----- gcc/config/i386/i386-features.cc | 101 +++++----- gcc/config/i386/i386-features.h | 1 + gcc/config/i386/i386.cc | 12 ++ gcc/config/i386/i386.md | 72 +++++++- gcc/config/i386/sse.md | 5 +- gcc/cp/ChangeLog | 7 + gcc/cp/pt.cc | 2 + gcc/cp/semantics.cc | 9 + gcc/fortran/ChangeLog | 9 + gcc/fortran/libgfortran.h | 1 + gcc/fortran/trans-stmt.cc | 33 +++- gcc/fortran/trans.cc | 4 +- gcc/rtlanal.cc | 7 + gcc/testsuite/ChangeLog | 36 ++++ gcc/testsuite/gcc.target/i386/pr101617.c | 19 ++ gcc/testsuite/gcc.target/i386/pr70321.c | 10 + gcc/testsuite/gcc.target/i386/sse4_1-stv-1.c | 18 ++ .../gfortran.dg/allocate_alloc_opt_15.f90 | 49 +++++ 22 files changed, 665 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr101617.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70321.c create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-stv-1.c create mode 100644 gcc/testsuite/gfortran.dg/allocate_alloc_opt_15.f90