This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allmodconfig in repository toolchain/ci/gcc.
from 3384aa7af4c PR c++/91476 - anon-namespace reference temp clash between TUs. adds ae403e0d4e0 Bug 93234 - INQUIRE on pre-assigned files of ROUND and SIGN [...] adds 58735237fcd Daily bump. new a11e92c4e7f Fix ICE with cast of division by zero (PR c/93348).
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/DATESTAMP | 2 +- gcc/c/ChangeLog | 9 ++++ gcc/c/c-typeck.c | 2 + gcc/testsuite/ChangeLog | 14 +++++ gcc/testsuite/gcc.c-torture/compile/pr93348-1.c | 5 ++ gcc/testsuite/gfortran.dg/inquire_pre.f90 | 68 +++++++++++++++++++++++++ libgfortran/ChangeLog | 7 +++ libgfortran/io/unit.c | 16 +++--- 8 files changed, 114 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93348-1.c create mode 100644 gcc/testsuite/gfortran.dg/inquire_pre.f90