1. 12 Mar, 1998 9 commits
    • a · 4e1e2064
      In gcc/:
      	* bitmap.c (bitmap_element_allocate): Remove unused parameter;
      	change callers accordingly.
      	* cplus-dem.c (arm_special): Remove unused parameter work in prototype
      	and definition; change all callers accordingly.
      	* except.c (init_eh): Avoid assignment of unused return value of
      	build_pointer_type; cast it to void, instead, and remove unused
      	variable type.
      	* gcc.c (lang_specific_driver): Define prototype only #ifdef
      	LANG_SPECIFIC_DRIVER.
      	(temp_names): Define only #ifdef MKTEMP_EACH_FILE.
      	* genoutput.c (output_epilogue): Initialize next_name to 0.
      	* real.c (efrexp): #if 0 prototype and function definition.
      	(eremain): Likewise.
      	(uditoe): Likewise.
      	(ditoe): Likewise.
      	(etoudi): Likewise.
      	(etodi): Likewise.
      	(esqrt): Likewise.
      	* reload.c (push_secondary_reload): Define prototype only
      	#ifdef HAVE_SECONDARY_RELOADS.
      	* varasm.c (assemble_static_space): Define rounded only
      	#ifndef ASM_OUTPUT_ALIGNED_LOCAL.
      In gcc/cp/:
      	* call.c (default_parm_conversions): Remove prototype definition.
      	(build_method_call): Remove unused variable result.
      	* cvt.c (ocp_convert): Remove unused variable conversion.
      	* decl2.c (ambiguous_decl): Add explicit parameter definition for name.
      	* except.c (do_unwind): #if 0 definition of unused variables fcall
      	and next_pc.
      	* expr.c (extract_scalar_init): #if 0 prototype and function definition.
      	* init.c (expand_aggr_init_1): Remove unused variable init_type.
      	(build_new_1): Remove unused variable t.
      	* pt.c (instantiate_class_template): Remove unused variable newtag;
      	cast called function return value to void.
      	(do_decl_instantiation): Remove unused variables name and fn.
      	* tree.c (get_type_decl): Add default return to shut up compiler from
      	complaining control reaches end of non-void function.
      	* typeck.c (build_x_conditional_expr): Remove unused variable rval.
      
      From-SVN: r18497
      Manfred Hollstein committed
    • W · 1bbe34be
      In gcc/:
      	* bitmap.c (bitmap_element_allocate): Remove unused parameter;
      	change callers accordingly.
      	* cplus-dem.c (arm_special): Remove unused parameter work in prototype
      	and definition; change all callers accordingly.
      	* except.c (init_eh): Avoid assignment of unused return value of
      	build_pointer_type; cast it to void, instead, and remove unused
      	variable type.
      	* gcc.c (lang_specific_driver): Define prototype only #ifdef
      	LANG_SPECIFIC_DRIVER.
      	(temp_names): Define only #ifdef MKTEMP_EACH_FILE.
      	* genoutput.c (output_epilogue): Initialize next_name to 0.
      	* real.c (efrexp): #if 0 prototype and function definition.
      	(eremain): Likewise.
      	(uditoe): Likewise.
      	(ditoe): Likewise.
      	(etoudi): Likewise.
      	(etodi): Likewise.
      	(esqrt): Likewise.
      	* reload.c (push_secondary_reload): Define prototype only
      	#ifdef HAVE_SECONDARY_RELOADS.
      	* varasm.c (assemble_static_space): Define rounded only
      	#ifndef ASM_OUTPUT_ALIGNED_LOCAL.
      In gcc/cp/:
      	* call.c (default_parm_conversions): Remove prototype definition.
      	(build_method_call): Remove unused variable result.
      	* cvt.c (ocp_convert): Remove unused variable conversion.
      	* decl2.c (ambiguous_decl): Add explicit parameter definition for name.
      	* except.c (do_unwind): #if 0 definition of unused variables fcall
      	and next_pc.
      	* expr.c (extract_scalar_init): #if 0 prototype and function definition.
      	* init.c (expand_aggr_init_1): Remove unused variable init_type.
      	(build_new_1): Remove unused variable t.
      	* pt.c (instantiate_class_template): Remove unused variable newtag;
      	cast called function return value to void.
      	(do_decl_instantiation): Remove unused variables name and fn.
      	* tree.c (get_type_decl): Add default return to shut up compiler from
      	complaining control reaches end of non-void function.
      	* typeck.c (build_x_conditional_expr): Remove unused variable rval.
      
      From-SVN: r18496
      Manfred Hollstein committed
    • In gcc/: · 8468c4a4
      	* bitmap.c (bitmap_element_allocate): Remove unused parameter;
      	change callers accordingly.
      	* cplus-dem.c (arm_special): Remove unused parameter work in prototype
      	and definition; change all callers accordingly.
      	* except.c (init_eh): Avoid assignment of unused return value of
      	build_pointer_type; cast it to void, instead, and remove unused
      	variable type.
      	* gcc.c (lang_specific_driver): Define prototype only #ifdef
      	LANG_SPECIFIC_DRIVER.
      	(temp_names): Define only #ifdef MKTEMP_EACH_FILE.
      	* genoutput.c (output_epilogue): Initialize next_name to 0.
      	* real.c (efrexp): #if 0 prototype and function definition.
      	(eremain): Likewise.
      	(uditoe): Likewise.
      	(ditoe): Likewise.
      	(etoudi): Likewise.
      	(etodi): Likewise.
      	(esqrt): Likewise.
      	* reload.c (push_secondary_reload): Define prototype only
      	#ifdef HAVE_SECONDARY_RELOADS.
      	* varasm.c (assemble_static_space): Define rounded only
      	#ifndef ASM_OUTPUT_ALIGNED_LOCAL.
      In gcc/cp/:
      	* call.c (default_parm_conversions): Remove prototype definition.
      	(build_method_call): Remove unused variable result.
      	* cvt.c (ocp_convert): Remove unused variable conversion.
      	* decl2.c (ambiguous_decl): Add explicit parameter definition for name.
      	* except.c (do_unwind): #if 0 definition of unused variables fcall
      	and next_pc.
      	* expr.c (extract_scalar_init): #if 0 prototype and function definition.
      	* init.c (expand_aggr_init_1): Remove unused variable init_type.
      	(build_new_1): Remove unused variable t.
      	* pt.c (instantiate_class_template): Remove unused variable newtag;
      	cast called function return value to void.
      	(do_decl_instantiation): Remove unused variables name and fn.
      	* tree.c (get_type_decl): Add default return to shut up compiler from
      	complaining control reaches end of non-void function.
      	* typeck.c (build_x_conditional_expr): Remove unused variable rval.
      
      From-SVN: r18495
      Manfred Hollstein committed
    • / · 9e2d6f95
      In gcc/:
      	* bitmap.c (bitmap_element_allocate): Remove unused parameter;
      	change callers accordingly.
      	* cplus-dem.c (arm_special): Remove unused parameter work in prototype
      	and definition; change all callers accordingly.
      	* except.c (init_eh): Avoid assignment of unused return value of
      	build_pointer_type; cast it to void, instead, and remove unused
      	variable type.
      	* gcc.c (lang_specific_driver): Define prototype only #ifdef
      	LANG_SPECIFIC_DRIVER.
      	(temp_names): Define only #ifdef MKTEMP_EACH_FILE.
      	* genoutput.c (output_epilogue): Initialize next_name to 0.
      	* real.c (efrexp): #if 0 prototype and function definition.
      	(eremain): Likewise.
      	(uditoe): Likewise.
      	(ditoe): Likewise.
      	(etoudi): Likewise.
      	(etodi): Likewise.
      	(esqrt): Likewise.
      	* reload.c (push_secondary_reload): Define prototype only
      	#ifdef HAVE_SECONDARY_RELOADS.
      	* varasm.c (assemble_static_space): Define rounded only
      	#ifndef ASM_OUTPUT_ALIGNED_LOCAL.
      In gcc/cp/:
      	* call.c (default_parm_conversions): Remove prototype definition.
      	(build_method_call): Remove unused variable result.
      	* cvt.c (ocp_convert): Remove unused variable conversion.
      	* decl2.c (ambiguous_decl): Add explicit parameter definition for name.
      	* except.c (do_unwind): #if 0 definition of unused variables fcall
      	and next_pc.
      	* expr.c (extract_scalar_init): #if 0 prototype and function definition.
      	* init.c (expand_aggr_init_1): Remove unused variable init_type.
      	(build_new_1): Remove unused variable t.
      	* pt.c (instantiate_class_template): Remove unused variable newtag;
      	cast called function return value to void.
      	(do_decl_instantiation): Remove unused variables name and fn.
      	* tree.c (get_type_decl): Add default return to shut up compiler from
      	complaining control reaches end of non-void function.
      	* typeck.c (build_x_conditional_expr): Remove unused variable rval.
      
      From-SVN: r18494
      Manfred Hollstein committed
    • i386.md (andsi): Add default case in enumeration switch. · 4fce8e83
      d
      	* i386.md (andsi): Add default case in enumeration switch.
      	(iorsi3): Likewise.
      	(iorhi3): Likewise.
      	(xorsi3): Likewise.
      	* call.c (default_parm_conversions): Remove prototype definition.
      	(build_method_call): Remove unused variable result.
      	(build_over_call): Add default case in enumeration switch.
      
      From-SVN: r18493
      Manfred Hollstein committed
    • i386.md (andsi): Add default case in enumeration switch. · 93a46d8d
      a
      	* i386.md (andsi): Add default case in enumeration switch.
      	(iorsi3): Likewise.
      	(iorhi3): Likewise.
      	(xorsi3): Likewise.
      	* call.c (default_parm_conversions): Remove prototype definition.
      	(build_method_call): Remove unused variable result.
      	(build_over_call): Add default case in enumeration switch.
      
      From-SVN: r18492
      Manfred Hollstein committed
    • c-decl (finish_struct): Change type of min_align to unsigned. · f8344bea
      a
      gcc/ChangeLog:
      	* c-decl (finish_struct): Change type of min_align to unsigned.
      	* cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
      	remove unused variable len.
      	* dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
      	comment indicating this is proper behaviour.
      	(reg_loc_descriptor): Remove redundant comparison of unsigned variable
      	reg >= 0.
      	(based_loc_descr): Likewise.
      	* enquire.c (bitpattern): Change type of variable i to unsigned.
      	* final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
      	* flow.c (life_analysis): Change type of variable i to size_t;
      	remove unused variable insn.
      	* gcc.c (translate_options): Change type of variables optlen, arglen and
      	complen to size_t.
      	(input_filename_length): Change type to size_t.
      	(do_spec_1): Change type of variable bufsize to size_t.
      	(main): Change type of variables i and j to size_t;
       	remove subblock local definition of variable i.
      	(lookup_compiler): Change type of second argument to size_t;
      	change type of variable i to size_t.
      	* genemit.c (output_init_mov_optab): Change type of variable i to size_t.
      	* genopinit.c (get_insn): Change type of variable pindex to size_t.
      	* genrecog.c (add_to_sequence): Change type of variable i to size_t.
      	* global.c (global_alloc): Change type of variable i to size_t.
      	* regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
      	* stmt.c (expand_end_bindings): Change type of variable i to size_t.
      	(expand_end_case): Change type of variable count to size_t.
      	* toplev.c (main): Change type of variable j to size_t.
      	(set_target_switch): Change type of variable j to size_t.
      	(print_switch_values): Change type of variable j to size_t;
      	remove unused variable flags.
      	* varasm.c (assemble_variable): Change type of variable align to size_t.
      	(const_hash_rtx): Change type of variable i to size_t.
      gcc/cp/ChangeLog:
      Sun Mar  8 17:13:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
      	* decl2.c (lang_decode_option): Change j's type to size_t.
      	* tree.c (layout_vbasetypes): record_align and desired_align are of
      	type unsigned int; const_size and nonvirtual_const_size likewise.
      
      From-SVN: r18491
      Manfred Hollstein committed
    • c-decl (finish_struct): Change type of min_align to unsigned. · 85066503
      d
      gcc/ChangeLog:
      	* c-decl (finish_struct): Change type of min_align to unsigned.
      	* cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
      	remove unused variable len.
      	* dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
      	comment indicating this is proper behaviour.
      	(reg_loc_descriptor): Remove redundant comparison of unsigned variable
      	reg >= 0.
      	(based_loc_descr): Likewise.
      	* enquire.c (bitpattern): Change type of variable i to unsigned.
      	* final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
      	* flow.c (life_analysis): Change type of variable i to size_t;
      	remove unused variable insn.
      	* gcc.c (translate_options): Change type of variables optlen, arglen and
      	complen to size_t.
      	(input_filename_length): Change type to size_t.
      	(do_spec_1): Change type of variable bufsize to size_t.
      	(main): Change type of variables i and j to size_t;
       	remove subblock local definition of variable i.
      	(lookup_compiler): Change type of second argument to size_t;
      	change type of variable i to size_t.
      	* genemit.c (output_init_mov_optab): Change type of variable i to size_t.
      	* genopinit.c (get_insn): Change type of variable pindex to size_t.
      	* genrecog.c (add_to_sequence): Change type of variable i to size_t.
      	* global.c (global_alloc): Change type of variable i to size_t.
      	* regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
      	* stmt.c (expand_end_bindings): Change type of variable i to size_t.
      	(expand_end_case): Change type of variable count to size_t.
      	* toplev.c (main): Change type of variable j to size_t.
      	(set_target_switch): Change type of variable j to size_t.
      	(print_switch_values): Change type of variable j to size_t;
      	remove unused variable flags.
      	* varasm.c (assemble_variable): Change type of variable align to size_t.
      	(const_hash_rtx): Change type of variable i to size_t.
      gcc/cp/ChangeLog:
      Sun Mar  8 17:13:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
      	* decl2.c (lang_decode_option): Change j's type to size_t.
      	* tree.c (layout_vbasetypes): record_align and desired_align are of
      	type unsigned int; const_size and nonvirtual_const_size likewise.
      
      From-SVN: r18490
      Manfred Hollstein committed
    • c-decl (finish_struct): Change type of min_align to unsigned. · 5ae9a7e9
       
      gcc/ChangeLog:
      	* c-decl (finish_struct): Change type of min_align to unsigned.
      	* cplus-dem.c (demangle_function_name): Change type of variable i to size_t;
      	remove unused variable len.
      	* dwarf2out.c (reg_save): Add explicit cast of -1 to unsigned and a
      	comment indicating this is proper behaviour.
      	(reg_loc_descriptor): Remove redundant comparison of unsigned variable
      	reg >= 0.
      	(based_loc_descr): Likewise.
      	* enquire.c (bitpattern): Change type of variable i to unsigned.
      	* final.c (output_asm_insn): Don't cast insn_noperands to unsigned.
      	* flow.c (life_analysis): Change type of variable i to size_t;
      	remove unused variable insn.
      	* gcc.c (translate_options): Change type of variables optlen, arglen and
      	complen to size_t.
      	(input_filename_length): Change type to size_t.
      	(do_spec_1): Change type of variable bufsize to size_t.
      	(main): Change type of variables i and j to size_t;
       	remove subblock local definition of variable i.
      	(lookup_compiler): Change type of second argument to size_t;
      	change type of variable i to size_t.
      	* genemit.c (output_init_mov_optab): Change type of variable i to size_t.
      	* genopinit.c (get_insn): Change type of variable pindex to size_t.
      	* genrecog.c (add_to_sequence): Change type of variable i to size_t.
      	* global.c (global_alloc): Change type of variable i to size_t.
      	* regclass.c (init_reg_sets): Change type of variables i and j to unsigned.
      	* stmt.c (expand_end_bindings): Change type of variable i to size_t.
      	(expand_end_case): Change type of variable count to size_t.
      	* toplev.c (main): Change type of variable j to size_t.
      	(set_target_switch): Change type of variable j to size_t.
      	(print_switch_values): Change type of variable j to size_t;
      	remove unused variable flags.
      	* varasm.c (assemble_variable): Change type of variable align to size_t.
      	(const_hash_rtx): Change type of variable i to size_t.
      gcc/cp/ChangeLog:
      Sun Mar  8 17:13:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
      	* decl2.c (lang_decode_option): Change j's type to size_t.
      	* tree.c (layout_vbasetypes): record_align and desired_align are of
      	type unsigned int; const_size and nonvirtual_const_size likewise.
      
      From-SVN: r18489
      Manfred Hollstein committed
  2. 11 Mar, 1998 14 commits
  3. 10 Mar, 1998 2 commits
  4. 09 Mar, 1998 9 commits
  5. 08 Mar, 1998 3 commits
  6. 07 Mar, 1998 1 commit
  7. 06 Mar, 1998 2 commits