Commit 6097a897 by Janne Blomqvist

transfer.c (transfer_array): Remove stride0 fix.

2006-07-30  Janne Blomqvist  <jb@gcc.gnu.org>

	* io/transfer.c (transfer_array): Remove stride0 fix.

From-SVN: r115818
parent f6837eeb
2006-07-30 Janne Blomqvist <jb@gcc.gnu.org>
* io/transfer.c (transfer_array): Remove stride0 fix.
2006-07-26 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* configure.ac: Check for function clock.
......
......@@ -1229,9 +1229,6 @@ transfer_array (st_parameter_dt *dtp, gfc_array_char *desc, int kind,
internal_error (&dtp->common, "transfer_array(): Bad type");
}
if (desc->dim[0].stride == 0)
desc->dim[0].stride = 1;
rank = GFC_DESCRIPTOR_RANK (desc);
for (n = 0; n < rank; n++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment