This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7214fce3024 Fix libgcc build failure for FRV with recent versions of gas. new e9fb7579cbb analyzer: gfortran testsuite support new 41a9e940c70 analyzer: fix ICE with fortran constant arguments (PR 93405)
The 2 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/ChangeLog | 6 +++++ gcc/analyzer/region-model.cc | 13 +++++++++++ gcc/testsuite/ChangeLog | 12 ++++++++++ .../{debug/debug.exp => analyzer/analyzer.exp} | 26 +++++++++++++++++----- .../gfortran.dg/analyzer/malloc-example.f90 | 21 +++++++++++++++++ gcc/testsuite/gfortran.dg/analyzer/malloc.f90 | 19 ++++++++++++++++ gcc/testsuite/gfortran.dg/analyzer/pr93405.f90 | 14 ++++++++++++ 7 files changed, 105 insertions(+), 6 deletions(-) copy gcc/testsuite/gfortran.dg/{debug/debug.exp => analyzer/analyzer.exp} (56%) create mode 100644 gcc/testsuite/gfortran.dg/analyzer/malloc-example.f90 create mode 100644 gcc/testsuite/gfortran.dg/analyzer/malloc.f90 create mode 100644 gcc/testsuite/gfortran.dg/analyzer/pr93405.f90