public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* ALIAS_DECLs
@ 2002-12-23 13:54 Mark Mitchell
  2002-12-25  9:56 ` ALIAS_DECLs Jason Merrill
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Mitchell @ 2002-12-23 13:54 UTC (permalink / raw)
  To: jason; +Cc: gcc


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?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ALIAS_DECLs
  2002-12-23 13:54 ALIAS_DECLs Mark Mitchell
@ 2002-12-25  9:56 ` Jason Merrill
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Merrill @ 2002-12-25  9:56 UTC (permalink / raw)
  To: mark; +Cc: gcc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-24 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-23 13:54 ALIAS_DECLs Mark Mitchell
2002-12-25  9:56 ` ALIAS_DECLs Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).