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]

[lno] fix bootstrap problem


Hi,
I applied the following patch after bootstrap on i686.

Sebastian

Index: varray.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/varray.h,v
retrieving revision 1.28.2.8.2.5
diff -d -u -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 14:25:08 -0000
@@ -83,7 +83,6 @@ enum varray_data_enum {
   VARRAY_DATA_BB,
   VARRAY_DATA_TE,
   VARRAY_DATA_EDGE,
-  VARRAY_DATA_DG,
   VARRAY_DATA_TREE_PTR,
   NUM_VARRAY_DATA
 };
Index: ChangeLog.lno
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/ChangeLog.lno,v
retrieving revision 1.1.2.215
diff -d -u -p -r1.1.2.215 ChangeLog.lno
--- ChangeLog.lno	8 Jul 2004 15:44:08 -0000	1.1.2.215
+++ ChangeLog.lno	9 Jul 2004 14:25:09 -0000
@@ -1,3 +1,7 @@
+2004-07-09  Steven Bosscher  <stevenb@suse.de>
+
+	* varray.h (varray_data_enum): Remove VARRAY_DATA_DG.
+
 2004-07-08  Sebastian Pop  <pop@cri.ensmp.fr>
 
 	* varray.c (element): Don't include dependence_node_def.


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