This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Data structure for using directive
- From: Geoff Keating <geoffk at geoffk dot org>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: 03 Sep 2002 10:08:51 -0700
- Subject: Re: Data structure for using directive
- References: <m3heh781pm.fsf@soliton.integrable-solutions.net>
Gabriel Dos Reis <gdr@integrable-solutions.net> writes:
> The above requires me changing DECL_NAMESPACE_USING use a field of a
> 'struct tree_decl' that has a compatible-type (or that can be made so)
> with splay_tree. I'm thinking of DECL_POINTER_ALIAS_SET. Thoughts?
I'm not quite sure what you're thinking of with the above paragraph,
but if you're planning to add a pointer to a splay_tree into the tree
datatype, you might want to consider doing it on the pch-branch
because in mainline splay_tree is not GCable.
--
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>