diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 19ba2705ba8469ee50d94d5d30f1489b81e10c4a..ff35a57146900422d170f73c25bf8a039303fed5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -3,6 +3,11 @@
 	* config/ia64/ia64.c (ia64_print_operand): Adjust fall through
 	comment.
 
+	* config/c6x/c6x.h: Adjust fall through comment.
+	* config/sh/sh.c (final_prescan_insn): Likewise.
+	* config/visium/visium.c (visium_expand_int_cstore): Likewise.
+	(visium_expand_fp_cstore): Likewise.
+
 2016-09-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
 	* config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
diff --git a/gcc/config/c6x/c6x.h b/gcc/config/c6x/c6x.h
index 3209bf668151ac6a0be4a480b8514f59f03bb1f7..fe173abb1c3eb96872fe1e68f69ddfa69e397cee 100644
--- a/gcc/config/c6x/c6x.h
+++ b/gcc/config/c6x/c6x.h
@@ -92,14 +92,14 @@ extern c6x_cpu_t c6x_arch;
 						\
 	case C6X_CPU_C64XP:			\
 	  builtin_define ("_TMS320C6400_PLUS");	\
-	  /* ... fall through ... */		\
+	  /* fall through */			\
 	case C6X_CPU_C64X:			\
 	  builtin_define ("_TMS320C6400");	\
 	  break;				\
 						\
 	case C6X_CPU_C67XP:			\
 	  builtin_define ("_TMS320C6700_PLUS");	\
-	  /* ... fall through ... */		\
+	  /* fall through */			\
 	case C6X_CPU_C67X:			\
 	  builtin_define ("_TMS320C6700");	\
 	  break;				\
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c
index e5b8088c3efcc94a53e910b8ffa3996a578db2cc..4152ecf28f4f11c0b24c4b69575d2ef8b0dc59aa 100644
--- a/gcc/config/sh/sh.c
+++ b/gcc/config/sh/sh.c
@@ -6551,7 +6551,7 @@ final_prescan_insn (rtx_insn *insn, rtx *opvec ATTRIBUTE_UNUSED,
 		    (asm_out_file, "L", CODE_LABEL_NUMBER (XEXP (note, 0)));
 		  break;
 		}
-	      /* else FALLTHROUGH */
+	      /* FALLTHROUGH */
 	    case CALL:
 	      asm_fprintf (asm_out_file, "\t.uses %LL%d\n",
 			   CODE_LABEL_NUMBER (XEXP (note, 0)));
diff --git a/gcc/config/visium/visium.c b/gcc/config/visium/visium.c
index af58f99aef1ea60710ef5e0527ac3417d1921dc5..3ce79f4d5c85a24d3fcd2ce4b3dcc95c4528b99d 100644
--- a/gcc/config/visium/visium.c
+++ b/gcc/config/visium/visium.c
@@ -2222,7 +2222,7 @@ visium_expand_int_cstore (rtx *operands, enum machine_mode mode)
       code = reverse_condition (code);
       reverse = true;
 
-      /* ... fall through ...  */
+      /* fall through */
 
     case LTU:
     case GTU:
@@ -2270,7 +2270,7 @@ visium_expand_fp_cstore (rtx *operands,
       code = reverse_condition_maybe_unordered (code);
       reverse = true;
 
-      /* ... fall through ...  */
+      /* fall through */
 
     case LT:
     case GT: