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"


On Wednesday 15 December 2004 16:15, 邱晓鹏 wrote:
> 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.

It is autogenerated in the build directory. With checking disabled
(ie. configured with --disable-checking) the macro is empty.

Gr.
Steven


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