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 90a0a531537 add barriers to ool __sync builtins new d31975be113 Fortran: a RECURSIVE procedure cannot be an INTRINSIC new 9fed680237d Fortran: improve error recovery on invalid array section new bbcff39a4c1 Fortran: fix error recovery on invalid array section
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/fortran/expr.c | 4 +++- gcc/fortran/intrinsic.c | 1 + gcc/testsuite/gfortran.dg/pr104849.f90 | 9 +++++++++ gcc/testsuite/gfortran.dg/pr105230.f90 | 8 ++++++++ gcc/testsuite/gfortran.dg/recursive_reference_3.f90 | 14 ++++++++++++++ 5 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/pr104849.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr105230.f90 create mode 100644 gcc/testsuite/gfortran.dg/recursive_reference_3.f90