This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC tree linkage types
- From: Richard Henderson <rth at redhat dot com>
- To: Chris Lattner <sabre at nondot dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 26 Oct 2003 15:55:38 -0800
- Subject: Re: GCC tree linkage types
- References: <Pine.LNX.4.44.0310261425520.26658-100000@nondot.org>
On Sun, Oct 26, 2003 at 02:34:40PM -0600, Chris Lattner wrote:
> Given a FUNCTION_DECL, how do I tell if it is "linkonce"?
DECL_ONE_ONLY.
> Is there any way to tell if something is an explicitly instantiated
> template...
Yes, but I'm not sure what it is. It might be !linkonce.
r~