This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [lno] bootstrap failure on ia64
On Fri, Jul 09, 2004 at 03:13:22PM +0200, Steven Bosscher wrote:
>
> I think Seb forgot the following:
>
Thanks Steven!
> 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 ----