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-arm-bootstrap_lto in repository toolchain/ci/gcc.
from afe0b5b7ce5 Daily bump. adds fa5cd7102da fortran: Detect duplicate unlimited polymorphic types [PR103662] adds 6b7441a46c7 [committed] exec-stack warning for test which wants executa [...] adds bd64885971b Daily bump. adds 3c940d42701 AVX512F: Add missing macro for mask(z?)_scalf_s[sd] [PR 105339] adds 4f77738c3b4 rtl-optimization/105231 - distribute_notes and REG_EH_REGION adds b6e22db8564 target/89125 - BSD and math functions adds ab91c10792c tree-optimization/100810 - avoid undefs in IVOPT rewrites adds f0e170f72f8 tree-optimization/105368 - avoid overflow in powi_cost adds 6cc26f3037a testsuite: add additional option to force DSE execution [PR103662]
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/combine.cc | 81 +++++++++++++++++----- gcc/config/freebsd.h | 2 +- gcc/config/i386/avx512fintrin.h | 76 ++++++++++++++------ gcc/fortran/ChangeLog | 10 +++ gcc/fortran/interface.cc | 19 +++-- gcc/fortran/resolve.cc | 5 +- gcc/targhooks.cc | 14 ++++ gcc/targhooks.h | 1 + gcc/testsuite/ChangeLog | 18 +++++ gcc/testsuite/gcc.dg/lto/pr94157_0.c | 2 +- gcc/testsuite/gcc.dg/torture/pr100810.c | 34 +++++++++ gcc/testsuite/gcc.dg/torture/pr105231.c | 15 ++++ gcc/testsuite/gcc.dg/torture/pr105337.c | 31 +++++++++ gcc/testsuite/gcc.target/i386/sse-14.c | 4 ++ .../gfortran.dg/unlimited_polymorphic_3.f03 | 56 ++++++++++----- gcc/tree-ssa-loop-ivopts.cc | 31 +++++++++ gcc/tree-ssa-math-opts.cc | 2 +- 18 files changed, 339 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100810.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105231.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105337.c