Commit c2eb5b53 by Mikael Morin Committed by Mikael Morin

trans-array.c (gfc_conv_ss_startstride): Merge two switch cases.

	* trans-array.c	(gfc_conv_ss_startstride): Merge two switch cases.

From-SVN: r179694
parent 065c6f9d
2011-10-07 Mikael Morin <mikael.morin@sfr.fr> 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
* trans-array.c (gfc_conv_ss_startstride): Merge two switch cases.
2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
* trans-array.c (gfc_conv_section_startstride): Remove coarray argument. * trans-array.c (gfc_conv_section_startstride): Remove coarray argument.
Remove conditions on coarray. Remove conditions on coarray.
(gfc_conv_ss_startstride): Update call to gfc_conv_section_startstride. (gfc_conv_ss_startstride): Update call to gfc_conv_section_startstride.
......
...@@ -3280,9 +3280,6 @@ gfc_conv_ss_startstride (gfc_loopinfo * loop) ...@@ -3280,9 +3280,6 @@ gfc_conv_ss_startstride (gfc_loopinfo * loop)
{ {
case GFC_ISYM_LBOUND: case GFC_ISYM_LBOUND:
case GFC_ISYM_UBOUND: case GFC_ISYM_UBOUND:
loop->dimen = ss->data.info.dimen;
goto done;
case GFC_ISYM_LCOBOUND: case GFC_ISYM_LCOBOUND:
case GFC_ISYM_UCOBOUND: case GFC_ISYM_UCOBOUND:
case GFC_ISYM_THIS_IMAGE: case GFC_ISYM_THIS_IMAGE:
......
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