]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c/ChangeLog
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
[thirdparty/gcc.git] / gcc / c / ChangeLog
index 94f78438043fb2853bfc3123cb782509df0ee684..62701f0e493c52020fdaa7c30b7e810fb8af66c9 100644 (file)
@@ -1,3 +1,11 @@
+2016-08-12  Marek Polacek  <polacek@redhat.com>
+
+       PR c/7652
+       * c-parser.c (c_parser_external_declaration): Add FALLTHRU.
+       (c_parser_postfix_expression): Likewise.
+       * c-typeck.c (build_unary_op): Adjust fall through comment.
+       (c_mark_addressable): Likewise.
+
 2016-08-11  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/72816