This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ diagnostic] Handle MEMBER_REF/DOTSTAR_EXPR in C++ dump_expr (PR c++/33844)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- Cc: Paolo Carlini <pcarlini at suse dot de>, Mark Mitchell <mark at codesourcery dot com>, Jason Merrill <jason at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 26 Oct 2007 15:51:17 -0400
- Subject: Re: [C++ diagnostic] Handle MEMBER_REF/DOTSTAR_EXPR in C++ dump_expr (PR c++/33844)
- References: <20071026162321.GP5451@devserv.devel.redhat.com> <47221852.4070204@suse.de> <877il99145.fsf@soliton.cs.tamu.edu>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Oct 26, 2007 at 01:34:02PM -0500, Gabriel Dos Reis wrote:
> No, one would need to set a `scope' cutoff.
So should reinit_cxx_pp set enclosing_scope to current_function_decl
instead of 0?
Jakub