* decl2.c (push_decl_namespace): Push the original namespace.
From-SVN: r34845
This commit is contained in:
parent
cb4b535dc2
commit
a1089a8e04
@ -1,3 +1,7 @@
|
||||
2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* decl2.c (push_decl_namespace): Push the original namespace.
|
||||
|
||||
2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
|
||||
|
@ -4703,7 +4703,8 @@ push_decl_namespace (decl)
|
||||
{
|
||||
if (TREE_CODE (decl) != NAMESPACE_DECL)
|
||||
decl = decl_namespace (decl);
|
||||
decl_namespace_list = tree_cons (decl, NULL_TREE, decl_namespace_list);
|
||||
decl_namespace_list = tree_cons (ORIGINAL_NAMESPACE (decl),
|
||||
NULL_TREE, decl_namespace_list);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user