1. 18 Jan, 1999 15 commits
    • ch-tree.h: Remove conflicting prototypes for pedwarn, warning_with_decl, and make_dcl_rtl. · 08c259de
              * ch-tree.h: Remove conflicting prototypes for pedwarn,
              warning_with_decl, and make_dcl_rtl.
      
      From-SVN: r24744
      Kaveh R. Ghazi committed
    • cpplib.c (special_symbol): Qualify a char* with the `const' keyword. · 87e11268
              * cpplib.c (special_symbol): Qualify a char* with the `const' keyword.
              Instead of writing to const char *buf directly, use a non-const
              variable `wbuf' to allocate and write a string, then set buf = wbuf.
              * cppulp.c (user_label_prefix): Qualify a char* with the `const'
              keyword.
              * dyn-string.c (dyn_string_append): Likewise.
              * dyn-string.h (dyn_string_append): Likewise.
              * final.c (end_final, output_operand_lossage, asm_fprintf): Likewise.
              * output.h (end_final, output_operand_lossage, asm_fprintf,
              named_section, decode_reg_name, make_decl_rtl, user_label_prefix):
              Likewise.
              * profile.c (init_branch_prob): Likewise.
              * toplev.c (set_target_switch, vmessage,
              v_message_with_file_and_line, v_message_with_decl,
              v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
              verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
              v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
              v_pedwarn_with_file_and_line, vsorry, v_really_sorry,
              open_dump_file, dump_rtl, clean_dump_file,
              print_version, print_single_switch, print_switch_values,
              dump_base_name, debug_args, lang_independent_options,
              user_label_prefix, documented_lang_options, target_switches,
              target_options, print_time, pfatal_with_name, fatal_io_error,
              fatal_insn, default_print_error_function, print_error_function,
              report_error_function, error_with_file_and_line, error_with_decl,
              error_for_asm, error, fatal, warning_with_file_and_line,
              warning_with_decl, warning_for_asm, warning, pedwarn,
              pedwarn_with_decl, pedwarn_with_file_and_line, sorry,
              really_sorry, botch, output_quoted_string, output_file_directive,
              open_dump_file, rest_of_decl_compilation, display_help, main):
              Likewise.
              * toplev.h (print_time, fatal, fatal_io_error, pfatal_with_name,
              fatal_insn, warning, error, pedwarn, pedwarn_with_file_and_line,
              warning_with_file_and_line, error_with_file_and_line, sorry,
              really_sorry, default_print_error_function, report_error_function,
              rest_of_decl_compilation, pedwarn_with_decl, warning_with_decl,
              error_with_decl, error_for_asm, warning_for_asm, output_quoted_string,
              output_file_directive, botch): Likewise.
              * tree.h (make_decl_rtl): Likewise.
              * varasm.c (strip_reg_name, named_section, decode_reg_name,
              make_decl_rtl): Likewise.
      
      From-SVN: r24743
      Kaveh R. Ghazi committed
    • Makefile.in (TCL_LIBRARY): Use 'cd' to find the library directory logically rather than physically. · 6b106e7d
      	* Makefile.in (TCL_LIBRARY): Use 'cd' to find the library
      	directory logically rather than physically.
      
      From-SVN: r24742
      Gavin Romig-Koch committed
    • parse.y (patch_binop): Do a type conversion from signed to unsigned and then back to signed when... · 73333a87
      1999-01-18  Andrew Haley  <aph@cygnus.com>
      	* parse.y (patch_binop): Do a type conversion from signed to
      	unsigned and then back to signed when a ">>>" is found.
      
      From-SVN: r24741
      Andrew Haley committed
    • Warning fixes: · 47c3ed98
              * loop.c (insert_bct): Hide the definition of variables
              `increment_direction', `compare_direction', `add_iteration' and
              `loop_var_mode'.
              * recog.c (mode_dependent_address_p): Mark parameter `addr' with
              ATTRIBUTE_UNUSED.  Mark label `win' with ATTRIBUTE_UNUSED_LABEL.
              (mode_independent_operand): Mark label `lose' with
              ATTRIBUTE_UNUSED_LABEL.
              * regclass.c (n_occurrences): Remove prototype and definition.
              * reload.c (find_reloads_address_1): Mark variable `tem' with
              ATTRIBUTE_UNUSED.
              * reload1.c (reload): Cast the first two arguments of `bcopy' to PTR.
              * sbitmap.c (sbitmap_copy): Likewise.
              * scan-decls.c (scan_decls): Hide label `handle_comma'.
              * toplev.c (output_lang_identify): Mark prototype with
              ATTRIBUTE_UNUSED.
              * tree.c (make_node): Cast the first argument of `bzero' to PTR.
              (make_tree_vec): Likewise.
              (build1): Likewise.
              * varasm.c (assemble_static_space): Mark variable `tem' with
              ATTRIBUTE_UNUSED.
      
      From-SVN: r24740
      Kaveh R. Ghazi committed
    • Makefile.in: Add many missing dependencies. · 044357a0
              * Makefile.in: Add many missing dependencies.
      
      Co-Authored-By: Hans-Peter Nilsson <hp@axis.se>
      
      From-SVN: r24739
      Jeffrey A Law committed
    • Makefile.in (GCOV_INSTALL_NAME): New macro. · 23473647
              * Makefile.in (GCOV_INSTALL_NAME): New macro.
              (install-common): Use it.
              (uninstall): Use it.
              (uninstall): Use correct names for protoize and unprotoize.
      
      From-SVN: r24737
      Nathan Sidwell committed
    • Fixed Copyright. · 4922ded1
      From-SVN: r24736
      Joern Rennecke committed
    • Fix Copyright. · 280f7926
      From-SVN: r24735
      Joern Rennecke committed
    • flow.c (last_mem_set): Delete variable. · db3a887b
              * flow.c (last_mem_set): Delete variable.  References removed.
              (mem_set_list): New variable.
              (life_analysis): Initialize and finalize alias analysis.
              (propagate_block); Initialize mem_set_list.  Clear for CALL_INSNs.
              (insn_dead_p): For a store to memory, search the entire mem_set_list
              for a match.
              (mark_set_1): Kill entries on the mem_set_list for aliased writes or
              changes to their addresses.  Add new entries to the mem_set_list for
              memory writes writes.
              (mark_used_regs): Kill entries on the mem_set_list which may be
              referenced by a load operation.
      
      Co-Authored-By: Jeffrey A Law <law@cygnus.com>
      
      From-SVN: r24734
      Christian Bruel committed
    • Daily bump. · 586fd939
      From-SVN: r24733
      Jeff Law committed
    • Copyright update. · 41af4023
      From-SVN: r24732
      Jeff Law committed
    • alias.c (base_alias_check): Add missing return for differing symbols case. · b2972551
      8
              * alias.c (base_alias_check): Add missing return for differing
              symbols case.
      
      From-SVN: r24731
      Jeff Law committed
    • alias.c (base_alias_check): Add missing return for differing symbols case. · c9991385
      �
              * alias.c (base_alias_check): Add missing return for differing
              symbols case.
      
      From-SVN: r24730
      Jeff Law committed
  2. 17 Jan, 1999 15 commits
  3. 16 Jan, 1999 10 commits