This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++] GCC tree linkage types


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]