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: egcs CVS 19980621, warning patch part 3/7



  In message <199806220156.VAA14488@caip.rutgers.edu>you write:
  > 	This is warning patch part 3/7.  Okay to install?
  > 
  > 
  > 
  > 
  > Sun Jun 21 16:39:30 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  > 
  > 	* reload1.c (reload_cse_regs): Cast first arg of `bzero' to char *.
  > 
  > 	* sdbout.c: Include output.h and toplev.h.
  > 	(PUT_SDB_INT_VAL): Use HOST_WIDE_INT_PRINT_DEV to print argument
  > 	`a'.  Cast `a' to HOST_WIDE_INT to force it to always be so.
  > 	(PUT_SDB_SIZE): Likewise.
  > 
  > 	* sdbout.h (sdbout_mark_begin_function): Add prototype.
  > 
  > 	* stmt.c (check_for_full_enumeration_handling): Cast argument of
  > 	`warning' to long and use %ld specifier.
  > 
  > 	* toplev.c (main): Likewise for `fprintf'.
  > 
  > 	* toplev.h (output_file_directive): Add prototype.
  > 
  > 	* unroll.c (unroll_loop): Use HOST_WIDE_INT_PRINT_DEC specifier in
  > 	call to `fprintf'.
  > 	(precondition_loop_p): Likewise.
  > 
  > 	* varasm.c Include sdbout.h.
  > 	(assemble_static_space): Move sometimes-unused variable `rounded'
  > 	into the scope in which it is used. 
Looks good to me.


Thanks!
jeff


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