OSDN Git Service

2001-12-09 Aldy Hernandez <aldyh@redhat.com>
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Dec 2001 06:27:51 +0000 (06:27 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Dec 2001 06:27:51 +0000 (06:27 +0000)
        * attribs.c (c_common_attribute_table): Swap decl_req and type_req
for the mode attribute.
        (handle_mode_attribute): Handle types, not decls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47989 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 7dc7c8a..4b83230 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.