This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 44aa890d8fb testsuite: Silence conversion warnings for MIN1 and MAX1 new 3305135c29e Determine global memory accesses in ipa-modref new 1c613165a55 Fortran: PACK intrinsic should not try to read from zero-si [...]
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/ipa-modref-tree.c | 14 ++- gcc/ipa-modref-tree.h | 25 +++- gcc/ipa-modref.c | 160 ++++++++++++++++++++++--- gcc/testsuite/gcc.dg/analyzer/data-model-1.c | 1 + gcc/testsuite/gcc.dg/uninit-38.c | 2 +- gcc/testsuite/gcc.dg/uninit-pr98578.c | 2 +- gcc/testsuite/gfortran.dg/intrinsic_pack_6.f90 | 57 +++++++++ gcc/tree-ssa-alias.c | 36 ++++++ libgfortran/intrinsics/pack_generic.c | 9 ++ 9 files changed, 280 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/intrinsic_pack_6.f90