Commit 60590933 by Marek Polacek Committed by Marek Polacek

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
parent 321f72a2
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> 2016-09-19 Andre Vehreschild <vehre@gcc.gnu.org>
PR fortran/71952 PR fortran/71952
......
...@@ -1365,7 +1365,7 @@ conv_expr_ref_to_caf_ref (stmtblock_t *block, gfc_expr *expr) ...@@ -1365,7 +1365,7 @@ conv_expr_ref_to_caf_ref (stmtblock_t *block, gfc_expr *expr)
handling easier. */ handling easier. */
stride = gfc_index_one_node; stride = gfc_index_one_node;
/* Intentionally fall through. */ /* Fall through. */
case DIMEN_ELEMENT: case DIMEN_ELEMENT:
if (ref->u.ar.start[i]) if (ref->u.ar.start[i])
{ {
......
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