This is the mail archive of the gcc-patches@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: PR c++/25010


Mark Mitchell <mark@codesourcery.com> writes:

| Gabriel Dos Reis wrote:
| 
| > because DECL_EXTERNAL was set, see tree-dump.c:
| > 
| >     case FUNCTION_DECL:
| >       dump_child ("args", DECL_ARGUMENTS (t));
| >       if (DECL_EXTERNAL (t))
| >         dump_string_field (di, "body", "undefined");
| 
| That's the use of undefined as in "if you run nm on this .o file, you
| will not see a definition of this function".  However, there may be a
| better word to use.

Aha!  Thanks for clarifying that.  I'll clairify the documentation
later.

-- Gaby


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