This is the mail archive of the gcc@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: [lno] bootstrap failure on ia64


On Friday 09 July 2004 15:00, Andreas Schwab wrote:
> Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> writes:
> > Bootstrapping fails since today, caused by one of
> >
> > 2004-07-08  Sebastian Pop  <pop@cri.ensmp.fr>
> >
> >         * varray.c (element): Don't include dependence_node_def.
> >
> > 2004-07-08  Sebastian Pop  <pop@cri.ensmp.fr>
> >
> >         * Makefile.in (OBJS-common): Remove tree-dg.o.
> >         (tree-dg.o): Removed.
> >         (GTFILES): Remove tree-dg.h.
> >         * gengtype.c (open_base_files): Remove tree-dg.h.
> > 	[...]
>
> It's one of these two, Zdanek's change was already included in yesterday's
> successful build of mine.

I think Seb forgot the following:

Index: varray.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/varray.h,v
retrieving revision 1.28.2.8.2.5
diff -c -3 -p -r1.28.2.8.2.5 varray.h
*** varray.h    8 Jul 2004 13:33:27 -0000       1.28.2.8.2.5
--- varray.h    9 Jul 2004 13:12:49 -0000
*************** enum varray_data_enum {
*** 83,89 ****
    VARRAY_DATA_BB,
    VARRAY_DATA_TE,
    VARRAY_DATA_EDGE,
-   VARRAY_DATA_DG,
    VARRAY_DATA_TREE_PTR,
    NUM_VARRAY_DATA
  };
--- 83,88 ----


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