From 803e889402a3683f6c40af790e0c9e24051148af Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Fri, 14 Dec 2001 06:27:51 +0000 Subject: [PATCH] attribs.c (c_common_attribute_table): Swap decl_req and type_req for the mode attribute. 2001-12-09 Aldy Hernandez * 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7dc7c8ab7cc..4b83230644d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2001-12-09 Aldy Hernandez + + * 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 * c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro. -- 2.30.2