From 838e9ea20dced0c508c27111a90be7d2828a0518 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 28 Mar 1994 01:28:04 +0000 Subject: [PATCH] (decl_attributes): `mode' attribute now takes string arg. From-SVN: r6914 --- 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 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++) -- 2.30.2