This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [lno] bootstrap failure on ia64
- From: Steven Bosscher <stevenb at suse dot de>
- To: Andreas Schwab <schwab at suse dot de>,Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- Cc: gcc at gcc dot gnu dot org, pop at cri dot ensmp dot fr,Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Date: Fri, 9 Jul 2004 15:13:22 +0200
- Subject: Re: [lno] bootstrap failure on ia64
- Organization: SUSE Labs
- References: <Pine.LNX.4.53.0407091033550.2199@bellatrix.tat.physik.uni-tuebingen.de> <jen0291gja.fsf@sykes.suse.de>
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 ----