trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components as well...
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 15 Dec 2011 20:51:19 +0000 (20:51 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 15 Dec 2011 20:51:19 +0000 (20:51 +0000)
commit1b26c26bb0a5843f1ecb5b490622ee2d09e980fd
tree5c301268e71763607d00b663bac4776dc0c0f439
parent363477c0bd7f45f44c3ec6207223c8e1e12d1e1a
trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components as well as elemental procedures.

2011-12-15  Paul Thomas  <pault@gcc.gnu.org>

* trans-expr.c (gfc_walk_function_expr): Detect elemental
procedure components as well as elemental procedures.
* trans-array.c (gfc_conv_procedure_call): Ditto.
* trans-decl.c (gfc_trans_deferred_vars): Correct erroneous
break for class pointers to continue.

2011-12-15  Paul Thomas  <pault@gcc.gnu.org>

* gfortran.dg/class_array_3.f03: Remove explicit indexing of
A%disp() to use scalarizer.
* gfortran.dg/class_array_9.f03: New.

From-SVN: r182389
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-decl.c
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/class_array_3.f03
gcc/testsuite/gfortran.dg/class_array_9.f03 [new file with mode: 0644]