This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: a problem of "IDENTIFIER_NODE_CHECK"
- From: Steven Bosscher <stevenb at suse dot de>
- To: gcc at gcc dot gnu dot org
- Cc: "邱晓鹏" <qiuxp at nipc dot org dot cn>
- Date: Wed, 15 Dec 2004 16:20:45 +0100
- Subject: Re: a problem of "IDENTIFIER_NODE_CHECK"
- Organization: SUSE Labs
- References: <200412151517.iBFFHoj6027945@mail.nipc.org.cn>
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