On Mon, 23 Dec 2002 12:59:03 -0800, Mark Mitchell <mark@codesourcery.com> wrote: > Your new ALIAS_DECLs have a DECL_INITIAL which is a COMPONENT_REF, and > that is what is returned by lookup_name_real. > > Is it safe to reuse the same COMPONENT_REF every time? An interesting question, but I think it is. Jason