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: Missing dependencies on rtlopt-branch


> 
> A parallel build just showed:
> 
> In file included from /cvs/gcc-rtlopt-branch/gcc/callgraph.c:23:
> tm.h:14:29: insn-constants.h: No such file or directory
> tm.h:15:25: insn-flags.h: No such file or directory
> echo timestamp > s-options
> gcc -c -g       -gnatpg -gnata -I- -I. -Iada -I/cvs/gcc-rtlopt-branch/gcc/ada /cvs/gcc-rtlopt-branch/gcc/ada/ada.ads -o ada/ada.o
> In file included from /cvs/gcc-rtlopt-branch/gcc/callgraph.c:25:
> /cvs/gcc-rtlopt-branch/gcc/tree.h:353:24: tree-check.h: No such file or directory
> /cvs/gcc-rtlopt-branch/gcc/callgraph.c: In function `dump_cgraph':
> /cvs/gcc-rtlopt-branch/gcc/callgraph.c:219: warning: implicit declaration of fun
> 
> I've added the appended patch as obvious to fix this,
Oops, I didn't intended to check in the callgraph changes yet....
Thanks!

Honza
> 
> Andreas
> 
> 2003-01-11  Andreas Jaeger  <aj@suse.de>
> 
> 	* Makefile.in (callgraph.o): New.
> 
> ============================================================
> Index: gcc/Makefile.in
> --- gcc/Makefile.in	11 Jan 2003 15:34:00 -0000	1.937.2.22
> +++ gcc/Makefile.in	11 Jan 2003 16:37:35 -0000
> @@ -1707,6 +1707,8 @@ tracer.o : tracer.c $(CONFIG_H) $(SYSTEM
>  web.o : web.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) \
>     $(BASIC_BLOCK_H) hard-reg-set.h output.h cfglayout.h flags.h \
>     $(PARAMS_H) df.h $(TM_H)
> +callgraph.o : callgraph.o $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_H) \
> +   coretypes.h tree-inline.h
>  cfglayout.o : cfglayout.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H) \
>     insn-config.h $(BASIC_BLOCK_H) hard-reg-set.h output.h function.h \
>     cfglayout.h cfgloop.h
> 
> -- 
>  Andreas Jaeger
>   SuSE Labs aj@suse.de
>    private aj@arthur.inka.de
>     http://www.suse.de/~aj


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