This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ef688fdfc61 Correct Changelog for fix to PR96806 new a37b0cccf49 openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER [...] new d6a05b494b4 rtl-optimization/96812 - remap dependence info on RTL loop [...] new 3d137b75feb Fortran : ICE on invalid code PR95398
The 3 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/c/c-typeck.c | 2 +- gcc/cfgrtl.c | 60 ++++++++++++++++++++++++++++--- gcc/cfgrtl.h | 3 +- gcc/config/c6x/c6x.c | 3 +- gcc/cp/semantics.c | 2 +- gcc/fortran/resolve.c | 4 ++- gcc/modulo-sched.c | 10 +++--- gcc/testsuite/c-c++-common/gomp/pr96867.c | 9 +++++ gcc/testsuite/gfortran.dg/pr95398.f90 | 53 +++++++++++++++++++++++++++ gcc/tree-ssa-address.c | 10 ++++++ 10 files changed, 142 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr96867.c create mode 100644 gcc/testsuite/gfortran.dg/pr95398.f90