This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from a123a1d2d82 Daily bump. new 21551a4af1b Fortran: fix error recovery on bad structure constructor in [...] new a5f7e0838e1 Fortran: reject invalid non-constant pointer initialization [...]
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/fortran/expr.c | 34 ++++++++++++++++++++++++++++++++++ gcc/fortran/primary.c | 15 ++++++++++++--- gcc/testsuite/gfortran.dg/pr101762.f90 | 23 +++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr67804.f90 | 25 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr93604.f90 | 2 +- 5 files changed, 95 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr101762.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr67804.f90