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: a problem of "IDENTIFIER_NODE_CHECK"


> -----Original Message-----
> From: gcc-owner On Behalf Of ???
> Sent: 15 December 2004 15:15

> When I read the source code of GCC 3.3.3, in file Tree.h, 
> line 798, and some other places, there is a macro 
> "IDENTIFIER_NODE_CHECK", but I cannot find the definition of it. 
> 
> Help!

  It is in a file called "tree-check.h" that is autogenerated as part of the
build process.  You have to compile gcc (using --enable-checking, although that
is the default IIRC), and you will find it in the build directory.

  There are quite a lot of important definitions that end up in generated files
in the build dir, and the source code of gcc cannot be considered complete
without reading them too!

    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....


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