This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 3cea0a0e39e Daily bump. new 0172c0685e9 fortran: Move the clobber generation code new 5d645a9dbda fortran: Fix invalid function decl clobber ICE [PR105012] new d633e1cf67a 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.cc | 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