This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: generation of gt-*.h files
- From: Mike Stump <mrs at apple dot com>
- To: Basile STARYNKEVITCH <basile at starynkevitch dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 17 Oct 2006 12:20:56 -0700
- Subject: Re: generation of gt-*.h files
- References: <20061017140743.GA20543@ours.starynkevitch.net>
On Oct 17, 2006, at 7:07 AM, Basile STARYNKEVITCH wrote:
mv gcc/gt-tree-ssa-operands.h /tmp
/usr/src/Lang/gcc/gcc/tree-ssa-operands.c:2571:34: error: gt-tree-
ssa-operands.h: No such file or directory
Patient: Doctor, it hurts when I hit myself in the head.
Doctor: Don't do that.
Why is the gt-tree-ssa-operands.h not rebuilt if removed?
The Makefile contains the answer to your question. Hint, see the s-*
rules and the rules with gtype in them.
More generally, I have trouble adding a pass basile-analys.c (which
does
nothing useful yet) which includes its header basile-analys.h which
contains
struct-ures with GTY(()) so I need to have gt-basile-analys.h
generated from
basile-analys.h
Check to ensure that it is in GTFILES in Makefile.in.