trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall through comment.
authorMarek Polacek <polacek@redhat.com>
Tue, 20 Sep 2016 18:41:14 +0000 (18:41 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 20 Sep 2016 18:41:14 +0000 (18:41 +0000)
* trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall through
comment.

From-SVN: r240286

gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c

index a84e15eed90077f207607cb25c4ae7f05c17ab19..1a799ad39dc271f384ea8b30a985462e9e027789 100644 (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
index d6453c50ccc541cefb61934433d66bd355eee5f5..c6883dc856243a523a181207f76b22a160033d1c 100644 (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])
                    {