This is the mail archive of the gcc-patches@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: PATCH: Make tree-ssa-structalias.o depend on $(EXPR_H)


On Mon, 2005-07-04 at 20:17 -0400, Diego Novillo wrote:
> On Mon, Jul 04, 2005 at 05:10:21PM -0700, H. J. Lu wrote:
> > tree-ssa-structalias.c includes expr.h. But  $(EXPR_H) is missing.
> > This patch adds $(EXPR_H).
> > 
> Have you checked if it really needs to include expr.h?  It
> shouldn't need to.
> 
> 
This is what i was about to say.
Like most others, i simply copy the include list from some other file
because nobody knows the exact ordering you need to include files
anymore.

> Diego.


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