This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] rtlopt merge part 1 -- loop analysis (resent)
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: Ulrich Weigand <weigand at immd1 dot informatik dot uni-erlangen dot de>
- Cc: gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Sat, 25 Jan 2003 11:09:52 +0100
- Subject: Re: [PATCH] rtlopt merge part 1 -- loop analysis (resent)
- References: <200301242250.XAA00110@faui11.informatik.uni-erlangen.de>
Hello,
> ! cfgloop.o : cfgloop.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
> ! $(BASIC_BLOCK_H) hard-reg-set.h cfgloop.h flags.h
> ! cfgloopanal.o : cfgloopanal.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
> ! $(BASIC_BLOCK_H) hard-reg-set.h cfgloop.h $(EXPR_H)
> ! cfgloopmanip.o : cfgloopmanip.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
> ! $(BASIC_BLOCK_H) hard-reg-set.h cfgloop.h cfglayout.h output.h
>
> This breaks parallel builds; I guess there should be dependencies
> on coretypes.h and $(TM_H) ...
thanks; I am commiting it as obvious. By the way, why the dependencies
are not automatically generated? I have already made mistake like this
several times and I guess I am not alone.
Zdenek