public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [tree-ssa] Fix bootstrap failure
@ 2003-11-30 15:11 Diego Novillo
  2003-11-30 15:51 ` Daniel Berlin
  0 siblings, 1 reply; 8+ messages in thread
From: Diego Novillo @ 2003-11-30 15:11 UTC (permalink / raw)
  To: gcc-patches; +Cc: Daniel Berlin

2003-11-30  Daniel Berlin  <dberlin@dberlin.org>

        * c-config-lang.in: Move tree-alias-* from here
        * Makefile.in (GTFILES): To here.
	[ ... ]

causes this bootstrap failure:

  /home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/bld.tobiano/gcc/gengtype-lex.c -o gengtype-lex.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long  -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/. -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/../include -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/../libbanshee/libcompat -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/../libbanshee -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/../libbanshee/points-to  \
  /home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/bld.tobiano/gcc/gengtype-yacc.c -o gengtype-yacc.o
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengtype \
 gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
make[2]: *** No rule to make target `\/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/tree-alias-common.c', needed by `s-gtype'.  Stop.
make[2]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld.tobiano/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld.tobiano/gcc'
make: *** [bootstrap] Error 2


Fixed with


	* Makefile.in (GTFILES): Fix typo in tree-alias-common.c
	entry.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.903.2.145
diff -d -c -p -r1.903.2.145 Makefile.in
*** Makefile.in	30 Nov 2003 01:00:49 -0000	1.903.2.145
--- Makefile.in	30 Nov 2003 14:45:53 -0000
*************** GTFILES = $(srcdir)/input.h $(srcdir)/co
*** 2206,2212 ****
    $(srcdir)/tree-ssa.c $(srcdir)/tree-dfa.c $(srcdir)/tree-ssa-ccp.c \
    $(srcdir)/tree-ssa-pre.c $(srcdir)/tree-iterator.c $(out_file) \
    $(srcdir)/tree-alias-type.h $(srcdir)/tree-alias-common.h \
!   $(srcdir)/tree-alias-type.c \$(srcdir)/tree-alias-common.c \
    @all_gtfiles@
  
  GTFILES_FILES_LANGS = @all_gtfiles_files_langs@
--- 2206,2212 ----
    $(srcdir)/tree-ssa.c $(srcdir)/tree-dfa.c $(srcdir)/tree-ssa-ccp.c \
    $(srcdir)/tree-ssa-pre.c $(srcdir)/tree-iterator.c $(out_file) \
    $(srcdir)/tree-alias-type.h $(srcdir)/tree-alias-common.h \
!   $(srcdir)/tree-alias-type.c $(srcdir)/tree-alias-common.c \
    @all_gtfiles@
  
  GTFILES_FILES_LANGS = @all_gtfiles_files_langs@


Diego.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-11-30 19:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-30 15:11 [tree-ssa] Fix bootstrap failure Diego Novillo
2003-11-30 15:51 ` Daniel Berlin
2003-11-30 19:09   ` Toon Moene
2003-11-30 19:10     ` Daniel Berlin
2003-11-30 19:12       ` Toon Moene
2003-11-30 19:31         ` Toon Moene
2003-11-30 19:56           ` Daniel Berlin
2003-11-30 21:01             ` Toon Moene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).