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]

Re: A patch more some more bootstrap failures ...


 > From: Jeffrey A Law <law@hurl.cygnus.com>
 > 
 >   In message <199901281636.LAA22839@caip.rutgers.edu>you write:
 >   > 	This patch fixes a few more bootstrap failures in the latest
 >   > egcs CVS when the stage1 cc does not do ANSI.  Okay to install?
 >   > 
 >   > 		--Kaveh
 >   > 
 >   > 
 >   > 
 >   > 
 >   > Thu Jan 28 10:29:04 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 >   > 
 >   > 	* collect2.c (error): Fix typo in declaration.
 >   > 
 >   > 	* cpperror.c (cpp_message): Likewise.
 >   > 
 >   > 	* cpplib.c (cpp_warning): Likewise.
 >   > 
 >   > 	* cpplib.h (cpp_notice): Use PVPROTO not VPROTO, also add
 >   >  	ATTRIBUTE_PRINTF_1.
 >   > 
 >   > 	* toplev.c (error): Fix typo in declaration.
 > This is fine.  Thanks.


	Okay, installed.


 > 
 > Hopefully there isn't too many more of these kinds of problems.


	There are a couple of more, but they are one-liners and I'll
just install them under the "obvious" rule, without bothering you. 


 > Something we need to think about re: constification -- does the NLS support
 > invalidate the const-ness of some of these parameters/variables?
 > jeff


	Not a problem.  The intl directory functions are already
constipated, so to the extent that they are called with a const string
parameter from gcc source, the parameter retains the const qualifier and
thus it does not invalidate its const-ness. 

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Icon CMT Corp.


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