* name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
From-SVN: r102437
This commit is contained in:
parent
a9fdd4720c
commit
2c01f8df1e
gcc/cp
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user