From: Aldy Hernandez Date: Fri, 14 Dec 2001 06:27:51 +0000 (+0000) Subject: attribs.c (c_common_attribute_table): Swap decl_req and type_req for the mode attribute. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=803e889402a3683f6c40af790e0c9e24051148af;p=gcc.git 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 --- 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.