r180906 - in /trunk/gcc/fortran: ChangeLog tran...
mikael@gcc.gnu.org
mikael@gcc.gnu.org
Fri Nov 4 00:04:00 GMT 2011
Author: mikael
Date: Fri Nov 4 00:04:27 2011
New Revision: 180906
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180906
Log:
* trans-expr.c (gfc_conv_procedure_call): Handle temporaries for
arguments to elemental calls.
* trans-stmt.c (replace_ss): New function.
(gfc_conv_elemental_dependencies): Remove temporary loop handling.
Create a new ss for the temporary and replace the original one with it.
Remove fake array references. Recalculate all offsets.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-expr.c
trunk/gcc/fortran/trans-stmt.c
More information about the Gcc-cvs
mailing list