diff options
author | Mikael Morin <mikael@gcc.gnu.org> | 2011-11-04 00:04:27 +0000 |
---|---|---|
committer | Mikael Morin <mikael@gcc.gnu.org> | 2011-11-04 00:04:27 +0000 |
commit | fafcf9e64bf502ca628d43f1531e7c39352fb9d0 (patch) | |
tree | 1d0b5a5f72a77f5f5e42cc5384c58957b7098b71 /gcc/fortran/ChangeLog | |
parent | 121c82c9ac5c8af04d480de4b2449fbdb5e2beae (diff) | |
download | gcc-fafcf9e64bf502ca628d43f1531e7c39352fb9d0.zip gcc-fafcf9e64bf502ca628d43f1531e7c39352fb9d0.tar.gz gcc-fafcf9e64bf502ca628d43f1531e7c39352fb9d0.tar.bz2 |
trans-expr.c (gfc_conv_procedure_call): Handle temporaries for arguments to elemental calls.
* 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.
From-SVN: r180906
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r-- | gcc/fortran/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9a8fee0..0cebe5f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,14 @@ 2011-11-04 Mikael Morin <mikael@gcc.gnu.org> + * 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. + +2011-11-04 Mikael Morin <mikael@gcc.gnu.org> + * trans-array.h (gfc_free_ss, gfc_set_delta): New prototypes. * trans-array.c (gfc_free_ss): Remove forward declaration. Make non-static. |