This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [C++] GCC tree linkage types
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Ian Lance Taylor <ian at wasabisystems dot com>
- Cc: Chris Lattner <sabre at nondot dot org>, Matt Austern <austern at apple dot com>, gcc at gcc dot gnu dot org, Richard Henderson <rth at redhat dot com>
- Date: 07 Nov 2003 05:43:14 +0100
- Subject: Re: [C++] GCC tree linkage types
- Organization: Integrable Solutions
- References: <Pine.LNX.4.44.0311061607210.6778-100000@nondot.org><m31xskn6az.fsf@gossamer.airs.com>
Ian Lance Taylor <ian@wasabisystems.com> writes:
| The GNU linker supports more exotic linkage types like `indirect',
| `warning', and `set'. But these are probably not of interest to the
| compiler.
Hmm, I can see uses of "warning" in the compiler: It may be used for
ODR violation checking or versioning, I think. I have no idea of what
"indirect" and "set" do.
-- Gaby