1. 20 Oct, 1998 6 commits
  2. 19 Oct, 1998 23 commits
  3. 18 Oct, 1998 8 commits
  4. 17 Oct, 1998 3 commits
    • decl.c (grokfndecl): Set DECL_CONTEXT to namespace if appropriate. · 79c4d4b7
      	* decl.c (grokfndecl): Set DECL_CONTEXT to namespace if appropriate.
      	(grokvardecl): Likewise.
      
      From-SVN: r23157
      Jason Merrill committed
    • Warning fixes: · 1ddb2906
              * class.c (make_method_vec): Cast 1st argument of `bzero' to (PTR).
              (add_method): Likewise for arguments 1 & 2 of `bcopy'.
              * decl.c (signal_catch): Mark with ATTRIBUTE_NORETURN.
              * pt.c (process_partial_specialization): Cast 1st argument of
              `bzero' to (PTR).
              * tree.c (build_base_fields): Cast `base_align' to (int) when
              comparing against one.
      
      From-SVN: r23156
      Kaveh R. Ghazi committed
    • Warning fixes: · 79c9824e
              * Makefile.in (flow.o): Depend on recog.h.
              * cpplib.h (directive_table): Add missing initializiers.
              (finclude): Change type of variable `bsize' to size_t.
              * cse.c (rtx_cost): Mark parameter `outer_code' with ATTRIBUTE_UNUSED.
              * dwarfout.h (dwarfout_label): Wrap prototype in macro RTX_CODE.
              * fix-header.c (lookup_std_proto): Cast the result of `strlen' to
              `int' when comparing against one.
              (cpp_file_line_for_message): Mark parameter `pfile' with
              ATTRIBUTE_UNUSED.
              (cpp_fatal): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
              * flow.c: Include recog.h.
              (sbitmap_copy): Cast arguments 1 & 2 of `bcopy' to (PTR).
              * function.c (thread_prologue_and_epilogue_insns): Mark parameter
              `f' with ATTRIBUTE_UNUSED.
              (reposition_prologue_and_epilogue_notes): Likewise.
              * genopinit.c (gen_insn): Cast argument of ctype functions to
              `unsigned char'.
              * haifa-sched.c: Include recog.h.
              (blockage_range): Cast result of UNIT_BLOCKED macro to (int) when
              comparing against one.
              * libgcc2.a (__throw): Revert ATTRIBUTE_UNUSED change for now.
              * mips-tfile.c (parse_end): Cast the argument of ctype function to
              `unsigned char'.
              (parse_ent): Likewise.
              (parse_input): Likewise.
              * optabs.c (init_libfuncs): Likewise.
              * protoize.c (find_rightmost_formals_list): Likewise.
              * recog.h (const_double_operand): Fix typo in prototype.
              * tlink.c (scan_linker_output): Cast the argument of ctype
              function to `unsigned char'.
              * toplev.c (check_lang_option): Cast the result of `strlen' to
              `int' when comparing against one.
      
      From-SVN: r23155
      Kaveh R. Ghazi committed