(decl_attributes): `mode' attribute now takes string arg.
From-SVN: r6914
This commit is contained in:
parent
309c23f7dd
commit
838e9ea20d
@ -257,7 +257,7 @@ decl_attributes (decl, attributes)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char *specified_name
|
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. */
|
/* Give this decl a type with the specified mode. */
|
||||||
for (i = 0; i < NUM_MACHINE_MODES; i++)
|
for (i = 0; i < NUM_MACHINE_MODES; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user