diff mbox

[committed] Adjust fall through comment

Message ID 20160920184136.GH19950@redhat.com
State New
Headers show

Commit Message

Marek Polacek Sept. 20, 2016, 6:41 p.m. UTC
This patch adjusts a fall through comment so that our -Wimplicit-fallthrough
comment parsing handles this well.

Applying to trunk.

2016-09-20  Marek Polacek  <polacek@redhat.com>

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


	Marek
diff mbox

Patch

diff --git gcc/fortran/trans-intrinsic.c gcc/fortran/trans-intrinsic.c
index d6453c5..c6883dc 100644
--- gcc/fortran/trans-intrinsic.c
+++ gcc/fortran/trans-intrinsic.c
@@ -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])
 		    {