From: Richard Stallman Date: Mon, 28 Mar 1994 01:28:04 +0000 (+0000) Subject: (decl_attributes): `mode' attribute now takes string arg. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=838e9ea20dced0c508c27111a90be7d2828a0518;p=gcc.git (decl_attributes): `mode' attribute now takes string arg. From-SVN: r6914 --- diff --git a/gcc/c-common.c b/gcc/c-common.c index 3203fd1e449..c0769d1e80c 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -257,7 +257,7 @@ decl_attributes (decl, attributes) { int i; char *specified_name - = IDENTIFIER_POINTER (TREE_VALUE (TREE_VALUE (a))); + = TREE_STRING_POINTER (TREE_VALUE (TREE_VALUE (a))); /* Give this decl a type with the specified mode. */ for (i = 0; i < NUM_MACHINE_MODES; i++)