]> gcc.gnu.org Git - gcc.git/commitdiff
(decl_attributes): `mode' attribute now takes string arg.
authorRichard Stallman <rms@gnu.org>
Mon, 28 Mar 1994 01:28:04 +0000 (01:28 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 28 Mar 1994 01:28:04 +0000 (01:28 +0000)
From-SVN: r6914

gcc/c-common.c

index 3203fd1e449392408a2eb84e1bd3598a269aba92..c0769d1e80cb2934040ca6e24b848b55c49d36c6 100644 (file)
@@ -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++)
This page took 0.061848 seconds and 5 git commands to generate.