trans-array.c (gfc_trans_create_temp_array): Assert loop dimension and info dimension...
authorMikael Morin <mikael@gcc.gnu.org>
Thu, 9 Sep 2010 13:25:07 +0000 (13:25 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Thu, 9 Sep 2010 13:25:07 +0000 (13:25 +0000)
commitea5e803f5d4270439e1cfdae8525c108cd7841ae
treed60d58da74620f3332da4110ac15e9fa4c5069bd
parent4b6133ea8b7a4db9e69e7a72459aa7e754b8c596
trans-array.c (gfc_trans_create_temp_array): Assert loop dimension and info dimension are the same.

2010-09-09  Mikael Morin  <mikael@gcc.gnu.org>

* trans-array.c (gfc_trans_create_temp_array): Assert loop dimension
and info dimension are the same. Loop over loop dimension.
* trans-stmt.c (gfc_conv_elemental_dependencies): Set loop dimension

Co-Authored-By: Janus Weil <janus@gcc.gnu.org>
From-SVN: r164090
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/fortran/trans-stmt.c