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: warning patch for gcc/config files



  In message <199810180430.AAA10416@caip.rutgers.edu>you write:
  > 	This patch addresses warnings derived from files in gcc/config/.
  > Okay to install?
  > 
  > 		--Kaveh
  > 
  > 
  > 
  > Fri Oct 16 21:04:01 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  > 
  > 	* alpha.c (override_options): Use ISDIGIT(), not isdigit().  Cast
  > 	the argument to (unsigned char).
  > 
  > 	* alpha.h (EXTRA_SPECS): Add missing initializers.
  > 	(ASM_GENERATE_INTERNAL_LABEL): Ensure the argument matches the
  > 	format specifier.
  > 
  > 	* mips.h (EXTRA_SPECS): Add missing initializers.
  > 
  > 	* rs6000.h (EXTRA_SPECS): Add missing initializers.
  > 	(optimization_options): Provide a prototype.
  > 	(Pmode): Cast definition to (enum machine_mode).
  > 
  > 	* sparc.h (EXTRA_SPECS): Add missing initializers.
  > 	(Pmode): Cast definition to (enum machine_mode).
  > 	(sparc_defer_case_vector): Provide a prototype.
  > 
  > 	* svr4.h (ASM_OUTPUT_ASCII): Cast STRING_LIMIT to (long) when
  >  	comparing it to the result of a pointer subtraction.
  > 
This looks OK to me unless the various port maintainers have objections.

jeff


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