mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 16:31:20 +08:00
trans-array.c (gfc_conv_expr_descriptor): Remove trailing whitespace.
* trans-array.c (gfc_conv_expr_descriptor): Remove trailing whitespace. From-SVN: r179695
This commit is contained in:
parent
c2eb5b539f
commit
621babd8d0
gcc/fortran
@ -1,3 +1,7 @@
|
||||
2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
|
||||
|
||||
* trans-array.c (gfc_conv_expr_descriptor): Remove trailing whitespace.
|
||||
|
||||
2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
|
||||
|
||||
* trans-array.c (gfc_conv_ss_startstride): Merge two switch cases.
|
||||
|
@ -5971,7 +5971,7 @@ gfc_conv_expr_descriptor (gfc_se * se, gfc_expr * expr, gfc_ss * ss)
|
||||
/* Make sure we are not lost somehow. */
|
||||
gcc_assert (info->ref->u.ar.dimen_type[n] == DIMEN_THIS_IMAGE);
|
||||
|
||||
/* Make sure the call to gfc_conv_section_startstride won't
|
||||
/* Make sure the call to gfc_conv_section_startstride won't
|
||||
generate unnecessary code to calculate stride. */
|
||||
gcc_assert (info->ref->u.ar.stride[n] == NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user