* name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.

From-SVN: r102437
This commit is contained in:
Devang Patel 2005-07-27 11:31:36 -07:00 committed by Devang Patel
parent a9fdd4720c
commit 2c01f8df1e
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2005-07-27 Devang Patel <dpatel@apple.com>
* name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
2005-07-25 Ian Lance Taylor <ian@airs.com>
* ptree.c (cxx_print_identifier): Print a leading space if the

View File

@ -4716,10 +4716,6 @@ pushtag (tree name, tree type, tag_scope scope)
if (d == error_mark_node)
POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
/* FIXME what if it gets a name from typedef? */
if (ANON_AGGRNAME_P (name))
DECL_IGNORED_P (d) = 1;
TYPE_CONTEXT (type) = DECL_CONTEXT (d);
/* If this is a local class, keep track of it. We need this