From d161fae48b71e59d3672890728b85f678c0b788b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 31 Mar 1995 07:26:28 -0500 Subject: [PATCH] (init_attributes): A_FORMAT is only for decls. From-SVN: r9271 --- gcc/c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-common.c b/gcc/c-common.c index b625447..0e5d492 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -255,7 +255,7 @@ init_attributes () add_attribute (A_MODE, "mode", 1, 1, 1); add_attribute (A_SECTION, "section", 1, 1, 1); add_attribute (A_ALIGNED, "aligned", 0, 1, 0); - add_attribute (A_FORMAT, "format", 3, 3, 0); + add_attribute (A_FORMAT, "format", 3, 3, 1); } /* Process the attributes listed in ATTRIBUTES and PREFIX_ATTRIBUTES -- 2.7.4