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 f26500cb18f Daily bump. new 4578aa1030d fortran: Move the clobber generation code new 9d18ff4606d fortran: Fix invalid function decl clobber ICE [PR105012] new b394ebd90e1 fortran: Move clobbers after evaluation of all arguments [P [...]
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/trans-expr.c | 65 ++++++++++++++----------- gcc/fortran/trans.h | 3 +- gcc/testsuite/gfortran.dg/intent_optimize_4.f90 | 43 ++++++++++++++++ gcc/testsuite/gfortran.dg/intent_out_15.f90 | 27 ++++++++++ 4 files changed, 107 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/intent_optimize_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/intent_out_15.f90