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-19980608: General warning fixes patch




  In message <199806121431.KAA28712@caip.rutgers.edu>you write:
  > Fri Jun 12 09:39:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  > 
  > 	* Makefile.in (c-lang.o): Depend on output.h.
  > 
  > 	* c-lang.c: Include output.h.
  > 
  > 	* sparc.c (sparc_builtin_saveregs): Remove unused variable `fntype'.
  > 
  > 	* except.c (expand_builtin_eh_stub): Likewise for variable `jump_to'.
  > 
  > 	* genrecog.c (write_subroutine): When writing insn-recog.c, mark
  > 	variables `insn', `pnum_clobbers', `x[0 .. max_depth]' and `tem'
  > 	with ATTRIBUTE_UNUSED.
  > 
  > 	* reload1.c Include hard-reg-set.h before rtl.h to get macro
  > 	HARD_CONST.  Include machmode.h before hard-reg-set.h.
  > 
  > 	* rtl.h: Prototype `retry_global_alloc' and wrap with macro
  > 	HARD_CONST to protect usage of typedef HARD_REG_SET.
  > 
  > 	* tree.c: Prototype `_obstack_allocated_p'.
  > 
  > 	* varasm.c: Wrap prototype of `asm_output_aligned_bss' in macro
  > 	BSS_SECTION_ASM_OP.
This looks good to me.  Please install it.

  > Fri Jun 12 09:39:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  > 
  > 	* cp-tree.h: Prototype function `check_java_method'.
Similarly.

Thanks!
jeff


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