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++ vs decl_external




--On Wednesday, April 03, 2002 02:56:25 AM -0800 Richard Henderson 
<rth@redhat.com> wrote:

> Why is it that _all_ functions are marked DECL_EXTERNAL (in grokfndecl)?
> I thought that was supposed to mean not-present-this-UOT.

IIRC, they get unmarked later.  This is the 
slightly-odd-but-always-been-with-us DECL_NOT_REALLY_EXTERN bit.

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


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