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 95f5dc7f70b d: Fix ICE during error recovery in semantic pass new 5e00a2d1aa6 PR fortran/95828 - Buffer overflows with SELECT RANK new 32613b6af83 PR fortran/95826 - Buffer overflows with PDTs and long symbols
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/decl.c | 8 +++++--- gcc/fortran/match.c | 2 +- gcc/fortran/resolve.c | 2 +- gcc/testsuite/gfortran.dg/pr95826.f90 | 20 ++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr95828.f90 | 21 +++++++++++++++++++++ 5 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr95826.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95828.f90