]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/ChangeLog
Implement -Wimplicit-fallthrough.
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
index 8bcbd061407b0a4c82eb69696f44d225bfd6ea37..cd3eeab02bdf699e253bc0b2ac759b12d659a6c9 100644 (file)
@@ -1,3 +1,11 @@
+2016-09-26  Marek Polacek  <polacek@redhat.com>
+
+       PR c/7652
+       * c-common.c (c_common_attribute_table): Add fallthrough attribute.
+       (handle_fallthrough_attribute): New function.
+       (attribute_fallthrough_p): New function.
+       * c-common.h (attribute_fallthrough_p): Declare.
+
 2016-09-24  Marek Polacek  <polacek@redhat.com>
 
        PR c/77490