This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 38b7125be9c cprop: Change return type of predicate functions from int to bool new 7ac1581d066 Fortran: simplification of FINDLOC for constant complex arg [...] new b1079fc88f0 Fortran: fixes for procedures with ALLOCATABLE,INTENT(OUT) [...]
The 2 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/arith.cc | 5 ++ gcc/fortran/trans-expr.cc | 54 +++++++++++++++-- gcc/testsuite/gfortran.dg/findloc_9.f90 | 19 ++++++ gcc/testsuite/gfortran.dg/intent_out_16.f90 | 89 +++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/intent_out_17.f90 | 46 +++++++++++++++ gcc/testsuite/gfortran.dg/intent_out_18.f90 | 31 ++++++++++ 6 files changed, 239 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/findloc_9.f90 create mode 100644 gcc/testsuite/gfortran.dg/intent_out_16.f90 create mode 100644 gcc/testsuite/gfortran.dg/intent_out_17.f90 create mode 100644 gcc/testsuite/gfortran.dg/intent_out_18.f90