This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH to decl.c: Factor debug code
- From: Jason Merrill <jason at redhat dot com>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: gcc-patches at gcc dot gnu dot org, mark at codesourcery dot com
- Date: Fri, 30 May 2003 13:12:51 -0400
- Subject: Re: C++ PATCH to decl.c: Factor debug code
- References: <m3vfvti6f9.fsf@dromion.integrable-solutions.net>
On 30 May 2003 03:12:26 +0200, Gabriel Dos Reis <gdr@integrable-solutions.net> wrote:
> OK for mainline?
Mostly.
> OK for branch?
What branch, and why?
> (cxx_scope_make): New function.
> (cxx_original_namespace_scope_push): New function.
These two names sound odd to me; I'd say cxx_make_scope or make_cxx_scope,
and initial_push_namespace_scope. Also, the latter needs a comment.
Jason