trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall through comment.

* trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall through
	comment.

From-SVN: r240286
This commit is contained in:
Marek Polacek 2016-09-20 18:41:14 +00:00 committed by Marek Polacek
parent 321f72a231
commit 605909332c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-09-20 Marek Polacek <polacek@redhat.com>
* trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall through
comment.
2016-09-19 Andre Vehreschild <vehre@gcc.gnu.org>
PR fortran/71952

View File

@ -1365,7 +1365,7 @@ conv_expr_ref_to_caf_ref (stmtblock_t *block, gfc_expr *expr)
handling easier. */
stride = gfc_index_one_node;
/* Intentionally fall through. */
/* Fall through. */
case DIMEN_ELEMENT:
if (ref->u.ar.start[i])
{