a problem of "IDENTIFIER_NODE_CHECK"

Dave Korn dave.korn@artimi.com
Wed Dec 15 15:20:00 GMT 2004


> -----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....



More information about the Gcc mailing list