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 dc103060c18 libstdc++: Fix incorrect size calculation in PMR resource [...] new 8aeffc4c9f4 [Fortran] Fix/modify present() handling for assumed-shape o [...]
The 1 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/ChangeLog | 20 +++- gcc/fortran/trans-array.c | 8 +- gcc/fortran/trans-expr.c | 22 ++-- gcc/fortran/trans-openmp.c | 42 +------ gcc/fortran/trans.h | 2 +- gcc/testsuite/ChangeLog | 14 ++- gcc/testsuite/gfortran.dg/gomp/pr94672.f90 | 127 +++++++++++++++++++++ .../gfortran.dg/missing_optional_dummy_6a.f90 | 3 +- 8 files changed, 182 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr94672.f90