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-Os in repository toolchain/ci/gcc.
from 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. new 25ded800995 Daily bump.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 18 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 4 ++++ gcc/config/i386/i386.c | 16 ++++++++------- gcc/config/rs6000/freebsd64.h | 12 +++++++++--- gcc/configure | 3 +++ gcc/configure.ac | 3 +++ gcc/fortran/ChangeLog | 24 +++++++++++++++++++++++ gcc/fortran/data.c | 7 +++---- gcc/fortran/trans-array.c | 21 ++++++++++++++++++-- gcc/fortran/trans-expr.c | 12 +++++++----- gcc/testsuite/ChangeLog | 22 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr96793-2.c | 28 +++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/char_length_23.f90 | 25 ++++++++++++++++++++++++ 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 +-- 20 files changed, 235 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-2.c create mode 100644 gcc/testsuite/gfortran.dg/char_length_23.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93685_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93685_2.f90