aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@gcc.gnu.org>2001-12-14 06:27:51 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2001-12-14 06:27:51 +0000
commit803e889402a3683f6c40af790e0c9e24051148af (patch)
treefd3c094e5c763f987a2baeb3ea0900354e662d23 /gcc
parent82d351a634a3a7838e7bf806760ef568e9f71810 (diff)
downloadgcc-803e889402a3683f6c40af790e0c9e24051148af.zip
gcc-803e889402a3683f6c40af790e0c9e24051148af.tar.gz
gcc-803e889402a3683f6c40af790e0c9e24051148af.tar.bz2
attribs.c (c_common_attribute_table): Swap decl_req and type_req for the mode attribute.
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7dc7c8a..4b83230 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.