c-common.c (c_common_attributes): Add gnu_inline attribyte.
[gcc.git] / gcc / ChangeLog
index 1d01bd5c484afa40ca0dc7c7a2a0e4dd8e066248..38eed0db8bdf9deb970bb1251515cdded17e6bfc 100644 (file)
@@ -1,3 +1,11 @@
+2006-11-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * c-common.c (c_common_attributes): Add gnu_inline attribyte.
+       (handle_gnu_inline_attribute): New function.
+       * c-decl.c (diagnose_mismatched_decls): Handle gnu_inline attribute.
+       (merge_decls, start_decl, start_function): Likewise.
+       * doc/extend.texi: Document gnu_inline attribute.
+
 2006-11-07  Steve Ellcey  <sje@cup.hp.com>
 
        PR other/25028