* name-lookup.c (pushdecl_top_level)
commit5872305ec60b2e00a235fa7edca38177634020db
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2017 11:16:49 +0000 (22 11:16 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2017 11:16:49 +0000 (22 11:16 +0000)
tree8156bc6497ba044c1fe84b56eab29a11201a6628
parent43cdfe946dd39982a02e956df66b942596b889ab
* name-lookup.c (pushdecl_top_level)
pushdecl_top_level_and_finish): Move after namespace pushing and
popping functions.
(push_to_top_level): Rename to ...
(do_push_to_top_level): ... here.  Remove timing code.
(pop_from_top_level_1): Rename to ...
(do_pop_from_top_level): ... here.
(do_push_nested_namespace, do_pop_nested_namespace)
(push_to_top_level): New wrapper for do_push_to_top_level.
(pop_from_top_level): Adjust.
(push_nested_namepace, pop_nested_namespace): Wrappers for workers.
(--This line, and those below, will be ignored--

M    cp/ChangeLog
M    cp/name-lookup.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248327 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/name-lookup.c