This is the mail archive of the gcc-bugs@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: Bootstrap broken by recent fixincl change


and I fixed trunk too.

-----Original Message-----
From: Kaveh R. Ghazi [mailto:ghazi at caip dot rutgers dot edu]
Sent: Wednesday, 26 February 2003 3:11 PM
To: ro at TechFak dot Uni-Bielefeld dot DE
Cc: gcc-bugs at gcc dot gnu dot org; gcc at gcc dot gnu dot org
Subject: Bootstrap broken by recent fixincl change


Rainer,

In the last day or so, I'm getting bootstrap failures in stage1 on
solaris2 and irix6 when using cc for stage1.  It occurs because
fixincl.x was generated improperly such that it had an array
initializer with more elements than the array was declared to contain.
Using GCC for stage1 also yields this diagnostic calling attention to
the problem:

 > fixinc/fixincl.x:6697: warning: excess elements in array initializer
 > fixinc/fixincl.x:6697: warning: (near initialization for `fixDescList')

The breakage occurs on 3.2 and trunk, but not on 3.3.

I believe the checkin was yours, if so please fix it.

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi at caip dot rutgers dot edu


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