attribs.c (c_common_attribute_table): Swap decl_req and type_req for the mode attribute.
authorAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 14 Dec 2001 06:27:51 +0000 (06:27 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 14 Dec 2001 06:27:51 +0000 (06:27 +0000)
2001-12-09  Aldy Hernandez  <aldyh@redhat.com>

        * attribs.c (c_common_attribute_table): Swap decl_req and type_req
for the mode attribute.
        (handle_mode_attribute): Handle types, not decls.

From-SVN: r47989

gcc/ChangeLog

index 7dc7c8ab7ccdf01740e25def611b59828f4d9a7a..4b83230644d24e22222f3c60ecccad55e8cc9701 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-09  Aldy Hernandez  <aldyh@redhat.com>
+
+        * attribs.c (c_common_attribute_table): Swap decl_req and type_req
+       for the mode attribute.
+        (handle_mode_attribute): Handle types, not decls.
+
 2001-12-13  Jason Merrill  <jason@redhat.com>
 
        * c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.