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: hppa-linux support 7


  In message <Pine.LNX.4.21.0104042018170.13605-100000@front.linuxcare.com.au>y
ou write:
  > Assorted warning fixes.
  > 
  > 	* pa.c (uint32_operand): Don't use long constant >= 2^32.
  > 	(emit_move_sequence): Use HOST_WIDE_INT constants.  Don't worry
  > 	about 32->64 bit sign extension if 32 bit HOST_WIDE_INTs.
  > 	(compute_movstrsi_length): Make `align' unsigned to avoid warning.
  > 	(output_64bit_and): Use plain `int's for shift counts.
  > 	(output_64bit_ior): Likewise.
  > 	(function_arg_partial_nregs): Use unsigned vars to avoid warnings.
  > 	* pa.h (CONST_OK_FOR_LETTER_P): Use HOST_WIDE_INT constants for case
  > 	`N', and simplify.
This is fine for the mainline sources.

Thanks,
jeff


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