]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/final.c
Implement -Wimplicit-fallthrough.
[gcc.git] / gcc / final.c
index eccc3d817101936b84c62504ceda0bc1dec8eeb5..29c12fddc67cb643aab55895da55213fe33d3c86 100644 (file)
@@ -2096,9 +2096,11 @@ output_alternate_entry_point (FILE *file, rtx_insn *insn)
     case LABEL_WEAK_ENTRY:
 #ifdef ASM_WEAKEN_LABEL
       ASM_WEAKEN_LABEL (file, name);
+      gcc_fallthrough ();
 #endif
     case LABEL_GLOBAL_ENTRY:
       targetm.asm_out.globalize_label (file, name);
+      gcc_fallthrough ();
     case LABEL_STATIC_ENTRY:
 #ifdef ASM_OUTPUT_TYPE_DIRECTIVE
       ASM_OUTPUT_TYPE_DIRECTIVE (file, name, "function");
This page took 0.027016 seconds and 5 git commands to generate.