This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 0f4f9c0085e toplevel: Remove accedentally checked in file adds 6c1a93102b4 Fortran: fix simplification of TRANSFER for zero-sized char [...] adds 45b999f642a analyzer: fix ICE on vector casts [PR104159] adds a1fb81bda97 testsuite: guard usage of _Float16 in analyzer test [PR104150] new 9ea451e2793 ootstrap: Fix bootstrap with --disable-plugin [PR104176]
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/analyzer/region-model-manager.cc | 11 +++++++ gcc/fortran/simplify.cc | 13 ++++++++- gcc/opts-global.cc | 6 ++-- gcc/testsuite/gcc.dg/analyzer/pr104089.c | 2 ++ gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c | 18 ++++++++++++ gcc/testsuite/gfortran.dg/transfer_simplify_11.f90 | 2 +- gcc/testsuite/gfortran.dg/transfer_simplify_13.f90 | 34 ++++++++++++++++++++++ 7 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr104159.c create mode 100644 gcc/testsuite/gfortran.dg/transfer_simplify_13.f90