(assemble_name): Set TREE_SYMBOL_REFERENCED on the

identifier for `name'.

From-SVN: r7550
This commit is contained in:
Jason Merrill 1994-06-23 23:19:54 +00:00
parent d3568529c7
commit 03e421329d

View File

@ -1484,6 +1484,9 @@ assemble_name (file, name)
FILE *file;
char *name;
{
tree id = get_identifier (name);
TREE_SYMBOL_REFERENCED (id) = 1;
if (name[0] == '*')
{
if (output_bytecode)