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.

Reply via email to