This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 081dac1ed51 Daily bump. new 0bd19350838 fortran: Move the clobber generation code new e34e5195025 fortran: Fix invalid function decl clobber ICE [PR105012] new fee1edea459 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