This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-release-arm-eabi-coremark-O2 in repository toolchain/ci/gcc.
from 96a2c794eb8 Daily bump. adds a07cb501cd9 Daily bump. adds 6a5fa636d32 i386: Fix __builtin_trunc with FE_DOWNWARD rounding directi [...] adds bfe4f9f83d9 Daily bump. adds f7c9f203a73 rs6000: Add support for powerpc64le-unknown-freebsd adds 9db58db5b39 This patch fixes PRs 96100 and 96101. adds 5012380fe15 i386: Fix __builtin_rint with FE_DOWNWARD rounding directio [...] adds f2d3dc43d6b Daily bump. adds e1f0f6eea7d Darwin, libgfortran : Do not use environ directly from the [...] adds d8d1358a4a6 libobjc, Darwin : Fix powerpc encoding regression. adds fe37f4aac17 PR fortran/93685 - ICE in gfc_constructor_append_expr, at f [...] adds 4b00a759827 Daily bump. adds 608ac6041d1 Daily bump. adds 25ded800995 Daily bump. adds 6770d499240 Daily bump. adds 0124a9af406 Daily bump. adds d0b3fd419c4 Daily bump. adds f448af69b20 Fortran: Fix scalarization of constant expressions. [PR94246]. adds 101873f2432 This patch fixes PR96320. See the explanatory comment in th [...] adds b7be64f9079 Fortran: Delay vtab generation until after parsing [PR92587] adds 2bfcf6011a6 PR fortran/96381 - invalid read in gfc_find_derived_vtab adds 45300bef458 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 24 +++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 4 ++ gcc/config/i386/i386.c | 41 ++++++------ gcc/config/rs6000/freebsd64.h | 12 +++- gcc/configure | 3 + gcc/configure.ac | 3 + gcc/fortran/ChangeLog | 55 +++++++++++++++ gcc/fortran/class.c | 4 +- gcc/fortran/data.c | 7 +- gcc/fortran/expr.c | 12 ++-- gcc/fortran/interface.c | 19 +++++- gcc/fortran/match.c | 3 - gcc/fortran/resolve.c | 3 + gcc/fortran/trans-array.c | 21 +++++- gcc/fortran/trans-expr.c | 12 ++-- gcc/testsuite/ChangeLog | 45 +++++++++++++ gcc/testsuite/gcc.target/i386/pr96793-1.c | 28 ++++++++ gcc/testsuite/gcc.target/i386/pr96793-2.c | 28 ++++++++ gcc/testsuite/gfortran.dg/bessel_5_redux.f90 | 85 ++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/char_length_23.f90 | 25 +++++++ gcc/testsuite/gfortran.dg/finalize_37.f90 | 80 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/module_procedure_4.f90 | 63 ++++++++++++++++++ gcc/testsuite/gfortran.dg/pr93685_1.f90 | 20 ++++++ gcc/testsuite/gfortran.dg/pr93685_2.f90 | 18 +++++ libgfortran/ChangeLog | 8 +++ libgfortran/intrinsics/execute_command_line.c | 5 ++ libobjc/ChangeLog | 8 +++ libobjc/encoding.c | 3 +- 29 files changed, 593 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-2.c create mode 100644 gcc/testsuite/gfortran.dg/bessel_5_redux.f90 create mode 100644 gcc/testsuite/gfortran.dg/char_length_23.f90 create mode 100644 gcc/testsuite/gfortran.dg/finalize_37.f90 create mode 100644 gcc/testsuite/gfortran.dg/module_procedure_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93685_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93685_2.f90