1. 03 Jan, 2011 1 commit
  2. 08 Jun, 2010 1 commit
    • utils.c (init_gnat_to_gnu): Use typed GC allocation. · a9429e29
      gcc/ada:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* gcc-interface/utils.c (init_gnat_to_gnu): Use typed GC
      	allocation.
      	(init_dummy_type): Likewise.
      	(gnat_pushlevel): Likewise.
      
      	* gcc-interface/trans.c (Attribute_to_gnu): Likewise.
      	(Subprogram_Body_to_gnu): Likewise.
      	(Compilation_Unit_to_gnu): Likewise.
      	(start_stmt_group): Likewise.
      	(extract_encoding): Likewise.
      	(decode_name): Likewise.
      
      	* gcc-interface/misc.c (gnat_printable_name): Likewise.
      
      	* gcc-interface/decl.c (annotate_value): Likewise.
      
      	* gcc-interface/ada-tree.h (struct lang_type): Add variable_size
      	GTY option.
      	(struct lang_decl): Likewise.
      	(SET_TYPE_LANG_SPECIFIC): Use typed GC allocation.
      	(SET_DECL_LANG_SPECIFIC): Likewise.
      
      gcc/c-family:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* c-pragma.c (push_alignment): Use typed GC allocation.
      	(handle_pragma_push_options): Likewise.
      
      	* c-common.c (parse_optimize_options): Likewise.
      
      	* c-common.h (struct sorted_fields_type): Add variable_size GTY
      	option.
      
      gcc/cp:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* typeck2.c (abstract_virtuals_error): Likewise.
      
      	* pt.c (maybe_process_partial_specialization): Likewise.
      	(register_specialization): Likewise.
      	(add_pending_template): Likewise.
      	(lookup_template_class): Likewise.
      	(push_tinst_level): Likewise.
      
      	* parser.c (cp_lexer_new_main): Likewise.
      	(cp_lexer_new_from_tokens): Likewise.
      	(cp_token_cache_new): Likewise.
      	(cp_parser_context_new): Likewise.
      	(cp_parser_new): Likewise.
      	(cp_parser_nested_name_specifier_opt): Likewise.
      	(cp_parser_template_id): Likewise.
      
      	* name-lookup.c (binding_entry_make): Likewise.
      	(binding_table_construct): Likewise.
      	(binding_table_new): Likewise.
      	(cxx_binding_make): Likewise.
      	(pushdecl_maybe_friend): Likewise.
      	(begin_scope): Likewise.
      	(push_to_top_level): Likewise.
      
      	* lex.c (init_reswords): Likewise.
      	(retrofit_lang_decl): Likewise.
      	(cxx_dup_lang_specific_decl): Likewise.
      	(copy_lang_type): Likewise.
      	(cxx_make_type): Likewise.
      
      	* decl.c (make_label_decl): Likewise.
      	(check_goto): Likewise.
      	(start_preparsed_function): Likewise.
      	(save_function_data): Likewise.
      
      	* cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
      
      	* cp-objcp-common.c (decl_shadowed_for_var_insert): Likewise.
      
      	* class.c (finish_struct_1): Likewise.
      
      	* cp-tree.h (struct lang_type): Add variable_size GTY option.
      	(struct lang_decl): Likewise.
      
      	* parser.c (cp_parser_new): Update comment to not reference
      	ggc_alloc.
      
      gcc/fortran:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* trans-types.c (gfc_get_nodesc_array_type): Use typed GC
      	allocation.
      	(gfc_get_array_type_bounds): Likewise.
      
      	* trans-decl.c (gfc_allocate_lang_decl): Likewise.
      	(gfc_find_module): Likewise.
      
      	* f95-lang.c (pushlevel): Likewise.
      
      	* trans.h (struct lang_type): Add variable_size GTY option.
      	(struct lang_decl): Likewise.
      
      gcc/java:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* jcf-reader.c (jcf_parse_constant_pool): Use typed GC allocation.
      
      	* jcf-parse.c (java_parse_file): Likewise.
      	(process_zip_dir): Likewise.
      
      	* java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): Likewise.
      	(MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Likewise.
      
      	* expr.c (add_type_assertion): Likewise.
      
      	* decl.c (make_binding_level): Likewise.
      	(java_dup_lang_specific_decl): Likewise.
      
      	* constants.c (set_constant_entry): Likewise.
      	(cpool_for_class): Likewise.
      
      	* class.c (add_method_1): Likewise.
      	(java_treetreehash_new): Likewise.
      
      	* java-tree.h (struct lang_type): Add variable_size GTY option.
      	(struct lang_decl): Likewise.
      
      	* jch.h (struct cpool_entry): Likewise.
      
      	* java-tree.h (java_treetreehash_create): Remove parameter ggc.
      
      	* except.c (prepare_eh_table_type): Update
      	java_treetreehash_create call.
      
      	* class.c (add_method_1): Update java_treetreehash_create call.
      	(java_treetreehash_create): Remove parameter gc.  Use
      	htab_create_ggc.
      
      gcc/lto:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* lto.c (lto_read_in_decl_state): Use typed GC allocation.
      	(lto_file_read): Likewise.
      	(new_partition): Likewise.
      	(read_cgraph_and_symbols): Likewise.
      
      gcc/objc:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* objc-act.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
      	allocation.
      
      	* objc-act.c (objc_volatilize_decl): Likewise.
      	(objc_build_string_object): Likewise.
      	(hash_init): Likewise.
      	(hash_enter): Likewise.
      	(hash_add_attr): Likewise.
      	(add_class): Likewise.
      	(start_class): Likewise.
      
      gcc/objcp:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* objcp-decl.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
      	allocation.
      
      gcc:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
      
      	* doc/gty.texi (GTY Options): Document typed GC allocation and
      	variable_size GTY option.
      
      	* ggc-internal.h: New.
      
      	* ggc.h: Update copyright year.
      	(digit_string): Move to stringpool.c.
      	(ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
      	(gt_pch_save_stringpool, gt_pch_fixup_stringpool)
      	(gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
      	(init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
      	(ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
      	(ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
      	(ggc_force_collect, ggc_get_size, ggc_statistics)
      	(ggc_print_common_statistics): Move to ggc-internal.h.
      	(digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
      	(ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
      	(GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
      	(ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
      	(ggc_min_heapsize_heuristic, ggc_alloc_zone)
      	(ggc_alloc_zone_pass_stat): Remove.
      	(ggc_internal_alloc_stat, ggc_internal_alloc)
      	(ggc_internal_cleared_alloc_stat): New.
      	(GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
      	(ggc_internal_vec_alloc_stat)
      	(ggc_internal_cleared_vec_alloc_stat)
      	(ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
      	(ggc_alloc_atomic_stat, ggc_alloc_atomic)
      	(ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
      	(ggc_cleared_alloc_ptr_array_two_args): New.
      	(htab_create_ggc, splay_tree_new_ggc): Redefine.
      	(ggc_splay_alloc): Change the type of the first argument to
      	enum gt_types_enum.
      	(ggc_alloc_string): Make macro.
      	(ggc_alloc_string_stat): New.
      	(ggc_strdup): Redefine.
      	(rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
      	(ggc_alloc_rtvec_sized): New.
      	(ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
      	(ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
      	(ggc_internal_cleared_alloc_zone_stat)
      	(ggc_internal_zone_alloc_stat)
      	(ggc_internal_zone_cleared_alloc_stat)
      	(ggc_internal_zone_vec_alloc_stat)
      	(ggc_alloc_zone_rtx_def_stat)
      	(ggc_alloc_zone_tree_node_stat)
      	(ggc_alloc_zone_cleared_tree_node_stat)
      	(ggc_alloc_cleared_gimple_statement_d_stat): New.
      
      	* ggc-common.c: Include ggc-internal.h.
      	(ggc_internal_cleared_alloc_stat): Rename from
      	ggc_alloc_cleared_stat.
      	(ggc_realloc_stat): Use ggc_internal_alloc_stat.
      	(ggc_calloc): Remove.
      	(ggc_cleared_alloc_htab_ignore_args): New.
      	(ggc_cleared_alloc_ptr_array_two_args): New.
      	(ggc_splay_alloc): Add obj_type parameter.
      	(init_ggc_heuristics): Formatting fixes.
      
      	* ggc-none.c: Update copyright year.
      	(ggc_alloc_stat): Rename to ggc_alloc_stat.
      	(ggc_alloc_cleared_stat): Rename to
      	ggc_internal_cleared_alloc_stat.
      	(struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
      
      	* ggc-page.c: Update copyright year.  Include ggc-internal.h.
      	Remove references to ggc_alloc in comments.
      	(ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
      	(ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
      	(new_ggc_zone, destroy_ggc_zone): Remove.
      	(struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
      
      	* ggc-zone.c: Include ggc-internal.h.  Remove references to
      	ggc_alloc in comments.
      	(ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
      	(ggc_internal_alloc_zone_pass_stat): New.
      	(ggc_internal_cleared_alloc_zone_stat): New.
      	(ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
      	(ggc_alloc_stat): Rename ggc_internal_alloc_stat.
      	(new_ggc_zone, destroy_ggc_zone): Remove.
      
      	* stringpool.c: Update copyright year.  Include ggc-internal.h
      	(digit_vector): Make static.
      	(digit_string): Moved from ggc.h.
      	(stringpool_ggc_alloc): Use ggc_alloc_atomic.
      	(ggc_alloc_string): Rename to ggc_alloc_string_stat.
      
      	* Makefile.in (GGC_INTERNAL_H): New.
      	(ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
      	$(GGC_INTERNAL_H) to dependencies.
      
      	* gentype.c: Update copyright year.
      	(walk_type): Accept variable_size GTY option.
      	(USED_BY_TYPED_GC_P): New macro.
      	(write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
      	whitespace at the end of strings.
      	(get_type_specifier, variable_size_p): New functions.
      	(alloc_quantity, alloc_zone): New enums.
      	(write_typed_alloc_def): New function.
      	(write_typed_struct_alloc_def): Likewise.
      	(write_typed_typed_typedef_alloc_def): Likewise.
      	(write_typed_alloc_defns): Likewise.
      	(output_typename, write_splay_tree_allocator_def): Likewise.
      	(write_splay_tree_allocators): Likewise.
      	(main): Call write_typed_alloc_defns and
      	write_splay_tree_allocators.
      
      	* lto-streamer.h (lto_file_decl_data_ptr): New.
      
      	* passes.c (order): Define using cgraph_node_ptr.
      
      	* strinpool.c (struct string_pool_data): Declare nested_ptr using
      	ht_identifier_ptr.
      
      	* gimple.h (union gimple_statement_d): Likewise.
      
      	* rtl.h (struct rtx_def): Likewise.
      	(struct rtvec_def): Likewise.
      
      	* tree.h (union tree_node): Likewise.
      
      	* tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
      
      	* cfgloop.c (record_loop_exits): Use htab_create_ggc.
      
      	* tree-scalar-evolution.c (scev_initialize): Likewise.
      
      	* alias.c (record_alias_subset): Update splay_tree_new_ggc call.
      
      	* dwarf2asm.c (dw2_force_const_mem): Likewise.
      
      	* omp-low.c (lower_omp_critical): Likewise.
      
      	* bitmap.h (struct bitmap_head_def): Update comment to not
      	reference ggc_alloc.
      
      	* config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
      
      	* ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
      
      	* ipa-prop.c (duplicate_ggc_array): Rename to
      	duplicate_ipa_jump_func_array.  Use typed GC allocation.
      	(ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
      
      	* gimple.c (gimple_alloc_stat): Use
      	ggc_alloc_cleared_gimple_statement_d_stat.
      
      	* varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
      
      	* tree.c (make_node_stat): Use
      	ggc_alloc_zone_cleared_tree_node_stat.
      	(make_tree_vec_stat): Likewise.
      	(build_vl_exp_stat): Likewise.
      	(copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
      	(make_tree_binfo_stat): Likewise.
      	(tree_cons_stat): Likewise.
      
      	* rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
      	(shallow_copy_rtx_stat): Likewise.
      	(make_node_stat): Likewise.
      
      	* lto-symtab.c: Fix comment.
      
      	* tree-cfg.c (create_bb): Update comment to not reference
      	ggc_alloc_cleared.
      	* tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is
      	value.
      
      	* varpool.c (varpool_node): Use typed GC allocation.
      	(varpool_extra_name_alias): Likewise.
      
      	* varasm.c (emutls_decl): Likewise.
      	(get_unnamed_section): Likewise.
      	(get_noswitch_section): Likewise.
      	(get_section): Likewise.
      	(get_block_for_section): Likewise.
      	(build_constant_desc): Likewise.
      	(create_constant_pool): Likewise.
      	(force_const_mem): Likewise.
      
      	* tree.c (build_vl_exp_stat): Likewise.
      	(build_real): Likewise.
      	(build_string): Likewise.
      	(decl_debug_expr_insert): Likewise.
      	(decl_value_expr_insert): Likewise.
      	(type_hash_add): Likewise.
      	(build_omp_clause): Likewise.
      
      	* tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
      
      	* tree-ssa.c (init_tree_ssa): Likewise.
      
      	* tree-ssa-structalias.c (heapvar_insert): Likewise.
      
      	* tree-ssa-operands.c (ssa_operand_alloc): Likewise.
      
      	* tree-ssa-loop-niter.c (record_estimate): Likewise.
      
      	* tree-ssa-alias.c (get_ptr_info): Likewise.
      
      	* tree-scalar-evolution.c (new_scev_info_str): Likewise.
      
      	* tree-phinodes.c (allocate_phi_node): Likewise.
      
      	* tree-iterator.c (tsi_link_before): Likewise.
      	(tsi_link_after): Likewise.
      
      	* tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
      
      	* tree-dfa.c (create_var_ann): Likewise.
      
      	* tree-cfg.c (create_bb): Likewise.
      
      	* toplev.c (alloc_for_identifier_to_locale): Likewise.
      	(general_init): Likewise.
      
      	* stringpool.c (stringpool_ggc_alloc): Likewise.
      	(gt_pch_save_stringpool): Likewise.
      
      	* sese.c (if_region_set_false_region): Likewise.
      
      	* passes.c (do_per_function_toporder): Likewise.
      
      	* optabs.c (set_optab_libfunc): Likewise.
      	(set_conv_libfunc): Likewise.
      
      	* lto-symtab.c (lto_symtab_register_decl): Likewise.
      
      	* lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
      	(input_eh_region): Likewise.
      	(input_eh_lp): Likewise.
      	(make_new_block): Likewise.
      	(unpack_ts_real_cst_value_fields): Likewise.
      
      	* lto-section-in.c (lto_new_in_decl_state): Likewise.
      
      	* lto-cgraph.c (input_node_opt_summary): Likewise.
      
      	* loop-init.c (loop_optimizer_init): Likewise.
      
      	* lambda.h (lambda_vector_new): Likewise.
      
      	* lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
      
      	* ira.c (update_equiv_regs): Likewise.
      
      	* ipa.c (cgraph_node_set_new): Likewise.
      	(cgraph_node_set_add): Likewise.
      	(varpool_node_set_new): Likewise.
      	(varpool_node_set_add): Likewise.
      
      	* ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
      	(duplicate_ipa_jump_func_array): Likewise.
      	(ipa_read_node_info): Likewise.
      
      	* ipa-cp.c (ipcp_create_replace_map): Likewise.
      
      	* integrate.c (get_hard_reg_initial_val): Likewise.
      
      	* gimple.c (gimple_alloc_stat): Likewise.
      	(gimple_build_omp_for): Likewise.
      	(gimple_seq_alloc): Likewise.
      	(gimple_copy): Likewise.
      
      	* gimple-iterator.c (gsi_insert_before_without_update): Likewise.
      	(gsi_insert_after_without_update): Likewise.
      
      	* function.c (add_frame_space): Likewise.
      	(insert_temp_slot_address): Likewise.
      	(assign_stack_temp_for_type): Likewise.
      	(allocate_struct_function): Likewise.
      	(types_used_by_var_decl_insert): Likewise.
      
      	* except.c (init_eh_for_function): Likewise.
      	(gen_eh_region): Likewise.
      	(gen_eh_region_catch): Likewise.
      	(gen_eh_landing_pad): Likewise.
      	(add_call_site): Likewise.
      
      	* emit-rtl.c (get_mem_attrs): Likewise.
      	(get_reg_attrs): Likewise.
      	(start_sequence): Likewise.
      	(init_emit): Likewise.
      
      	* dwarf2out.c (new_cfi): Likewise.
      	(queue_reg_save): Likewise.
      	(dwarf2out_frame_init): Likewise.
      	(new_loc_descr): Likewise.
      	(find_AT_string): Likewise.
      	(new_die): Likewise.
      	(add_var_loc_to_decl): Likewise.
      	(clone_die): Likewise.
      	(clone_as_declaration): Likewise.
      	(break_out_comdat_types): Likewise.
      	(new_loc_list): Likewise.
      	(loc_descriptor): Likewise.
      	(add_loc_descr_to_each): Likewise.
      	(add_const_value_attribute): Likewise.
      	(tree_add_const_value_attribute): Likewise.
      	(add_comp_dir_attribute): Likewise.
      	(add_name_and_src_coords_attributes): Likewise.
      	(lookup_filename): Likewise.
      	(store_vcall_insn): Likewise.
      	(dwarf2out_init): Likewise.
      
      	* dbxout.c (dbxout_init): Likewise.
      
      	* config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
      
      	* config/sparc/sparc.c (sparc_init_machine_status): Likewise.
      
      	* config/score/score7.c (score7_output_external): Likewise.
      
      	* config/score/score3.c (score3_output_external): Likewise.
      
      	* config/s390/s390.c (s390_init_machine_status): Likewise.
      
      	* config/rs6000/rs6000.c (builtin_function_type): Likewise.
      	(rs6000_init_machine_status): Likewise.
      	(output_toc): Likewise.
      
      	* config/pa/pa.c (pa_init_machine_status): Likewise.
      	(get_deferred_plabel): Likewise.
      
      	* config/moxie/moxie.c (moxie_init_machine_status): Likewise.
      
      	* config/mmix/mmix.c (mmix_init_machine_status): Likewise.
      
      	* config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
      
      	* config/mep/mep.c (mep_init_machine_status): Likewise.
      	(mep_note_pragma_flag): Likewise.
      
      	* config/m32c/m32c.c (m32c_init_machine_status): Likewise.
      
      	* config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
      
      	* config/ia64/ia64.c (ia64_init_machine_status): Likewise.
      
      	* config/i386/winnt.c (i386_pe_record_external_function): Likewise.
      	(i386_pe_maybe_record_exported_symbol): Likewise.
      
      	* config/i386/i386.c (get_dllimport_decl): Likewise.
      	(ix86_init_machine_status): Likewise.
      	(assign_386_stack_local): Likewise.
      
      	* config/frv/frv.c (frv_init_machine_status): Likewise.
      
      	* config/darwin.c (machopic_indirection_name): Likewise.
      
      	* config/cris/cris.c (cris_init_machine_status): Likewise.
      
      	* config/bfin/bfin.c (bfin_init_machine_status): Likewise.
      
      	* config/avr/avr.c (avr_init_machine_status): Likewise.
      
      	* config/arm/arm.c (arm_init_machine_status): Likewise.
      
      	* config/alpha/alpha.c (alpha_init_machine_status): Likewise.
      	(alpha_need_linkage): Likewise.
      	(alpha_use_linkage): Likewise.
      
      	* cgraph.c (cgraph_allocate_node): Likewise.
      	(cgraph_create_edge_1): Likewise.
      	(cgraph_create_indirect_edge): Likewise.
      	(cgraph_add_asm_node): Likewise.
      
      	* cfgrtl.c (init_rtl_bb_info): Likewise.
      
      	* cfgloop.c (alloc_loop): Likewise.
      	(rescan_loop_exit): Likewise.
      
      	* cfg.c (init_flow): Likewise.
      	(alloc_block): Likewise.
      	(unchecked_make_edge): Likewise.
      
      	* c-parser.c (c_parse_init): Likewise.
      	(c_parse_file): Likewise.
      
      	* c-decl.c (bind): Likewise.
      	(record_inline_static): Likewise.
      	(push_scope): Likewise.
      	(make_label): Likewise.
      	(lookup_label_for_goto): Likewise.
      	(finish_struct): Likewise.
      	(finish_enum): Likewise.
      	(c_push_function_context): Likewise.
      
      	* bitmap.c (bitmap_element_allocate): Likewise.
      	(bitmap_gc_alloc_stat): Likewise.
      
      	* alias.c (record_alias_subset): Likewise.
      	(init_alias_analysis): Likewise.
      
      include:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* splay-tree.h: Update copyright years.
      	(splay_tree_s): Document fields.
      	(splay_tree_new_typed_alloc): New.
      
      	* hashtab.h: Update copyright years.
      	(htab_create_typed_alloc): New.
      
      libcpp:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* include/symtab.h (ht_identifier_ptr): New.
      
      libiberty:
      
      2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* splay-tree.c: Update copyright years.
      	(splay_tree_new_typed_alloc): New.
      	(splay_tree_new_with_allocator): Use it.
      
      	* hashtab.c: Update copyright years.
      	(htab_create_typed_alloc): New.
      	(htab_create_alloc): Use it.
      
      	* functions.texi: Regenerate.
      
      From-SVN: r160425
      Laurynas Biveinis committed
  3. 23 May, 2010 1 commit
    • java-gimplify.c: Do not include tm.h, toplev.h. · f67cc87d
      	* java-gimplify.c: Do not include tm.h, toplev.h.
      	* typeck.c: Do not include tm.h.
      	* mangle_name.c: Do not include tm.h.
      	* jcf-dump.c: Do not include tm.h, ggc.h.
      	* class.c: Do not include rtl.h, tm_p.h, target.h, except.h, cgraph.h.
      	* decl.c: Do not include tm.h, rtl.h, function.h, expr.h, except.h,
      	and timevar.h.
      	* jcf-parse.c: Do not include tm.h and tm_p.h.
      	* resource.c: Do not include tm.h, rtl.h, flags.h, obstack.h,
      	target.h, and expr.h.
      	* except.c: Do not include tm.h, rtl.h, function.h.
      	* builtins.c: Do not include convert.h.  Explain why RTL headers
      	have to be included here.
      	* verify-glue.c: Do not include tm.h.
      	* jcf-depend.c: Do not include tm.h.
      	* jcf-reader.c: Include ggc.h.
      	* jcf-io.c: Do not include tm.h, toplev.h.
      	* expr.c: Do not include tm.h, rtl.h, expr.h, except.h, tm_p.h,
      	gimple.h.
      	* lang.c: Do not include rtl.h, expr.h.
      	* Make-lang.in: Update dependencies.
      
      From-SVN: r159764
      Steven Bosscher committed
  4. 20 Feb, 2009 1 commit
  5. 20 Jun, 2008 1 commit
    • collect2.c (main, [...]): Fix for -Wc++-compat. · e1e4cdc4
      	* collect2.c (main, add_to_list): Fix for -Wc++-compat.
      	* gcc.c (translate_options, init_spec, store_arg, read_specs,
      	add_to_obstack, file_at_path, find_a_file, execute,
      	add_preprocessor_option, add_assembler_option, add_linker_option,
      	process_command, insert_wrapper, do_option_spec, do_self_spec,
      	spec_path, do_spec_1, is_directory, main, used_arg,
      	getenv_spec_function): Likewise.
      	* tlink.c (symbol_hash_lookup, file_hash_lookup,
      	demangled_hash_lookup, symbol_push, file_push, frob_extension):
      	Likewise.
      	
      java:
      	* class.c (ident_subst, mangled_classname, unmangle_classname,
      	gen_indirect_dispatch_tables, add_method_1,
      	build_fieldref_cache_entry, make_local_function_alias,
      	layout_class, java_treetreehash_find, java_treetreehash_new,
      	split_qualified_name): Fix for -Wc++-compat.
      	* constants.c (set_constant_entry, cpool_for_class): Likewise.
      	* decl.c (make_binding_level, java_dup_lang_specific_decl,
      	start_java_method): Likewise.
      	* except.c (prepare_eh_table_type): Likewise.
      	* expr.c (type_assertion_hash, note_instructions): Likewise.
      	* java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC,
      	MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Likewise.
      	* jcf-io.c (jcf_filbuf_from_stdio, opendir_in_zip, find_class):
      	Likewise.
      	* jcf-parse.c (reverse, java_read_sourcefilenames,
      	annotation_grow, rewrite_reflection_indexes, java_parse_file,
      	process_zip_dir): Likewise.
      	* jcf-path.c (add_entry, add_path, jcf_path_init,
      	jcf_path_extdirs_arg): Likewise.
      	* jcf-reader.c (jcf_parse_constant_pool): Likewise.
      	* jvgenmain.c (do_mangle_classname): Likewise.
      	* lang.c (put_decl_string): Likewise.
      	* verify-impl.c (make_state_copy, make_state, add_new_state):
      	Likewise.
      
      objc:
      	* objc-act.c (setup_string_decl, objc_build_string_object,
      	hash_interface, eq_interface, objc_begin_try_stmt,
      	encode_method_prototype, build_ivar_list_initializer,
      	objc_build_encode_expr): Fix for -Wc++-compat.
      
      From-SVN: r136980
      Kaveh R. Ghazi committed
  6. 31 Jul, 2007 1 commit
    • java-gimplify.c: Change copyright header to refer to version 3 of the GNU General Public... · 8328d52a
      * java-gimplify.c: Change copyright header to refer to version 3 of the GNU 
        General Public License and to point readers at the COPYING3 file and the 
        FSF's license web page.
      * typeck.c, lang-specs.h, mangle_name.c, jcf-dump.c, class.c, decl.c, 
        config-lang.in, jcf-parse.c, constants.c, Make-lang.in, resource.c, except.c, 
        builtins.c, jvspec.c, java-tree.def, javaop.def, jcf-path.c, verify-glue.c,
        jcf-depend.c, lang.opt, jcf-reader.c, mangle.c, zextract.c, jcf-io.c, jcf.h,
        zipfile.h, verify.h, java-except.h, win32-host.c, expr.c, jvgenmain.c,
        parse.h, lang.c, java-tree.h, javaop.h, boehm.c: Likewise.
      
      From-SVN: r127098
      Nick Clifton committed
  7. 09 Jan, 2007 1 commit
  8. 25 Jun, 2005 1 commit
  9. 06 Mar, 2005 1 commit
  10. 01 Mar, 2005 1 commit
  11. 24 Feb, 2003 1 commit
    • lang-options.h: Added -Wdeprecated. · f94ae540
      	* lang-options.h: Added -Wdeprecated.
      	* gcj.texi (Warnings): Document -Wdeprecated.
      	* java-tree.h (flag_deprecated): Declare.
      	* lang.c (lang_W_options): Added deprecated.
      	(flag_deprecated): New global.
      	* chartables.h: Rebuilt.
      	* gen-table.pl (process_one): Look at whitespace.
      	(print_tables): Define LETTER_SPACE, LETTER_MASK.
      	* parse.h (CLEAR_DEPRECATED): New macro.
      	(CHECK_DEPRECATED_NO_RESET): New macro.
      	* jcf-parse.c (handle_deprecated): New function.
      	(HANDLE_DEPRECATED_ATTRIBUTE): New define.
      	* jcf-reader.c (get_attribute): Handle Deprecated attribute.
      	* parse.y (resolve_type_during_patch): Check deprecation.
      	(jdep_resolve_class): Likewise.
      	(process_imports): Likewise.
      	(resolve_expression_name): Likewise.
      	(check_deprecation): Strip arrays from decl.  Check
      	flag_deprecated.
      	(patch_method_invocation): Also check the particular constructor
      	for deprecation.
      	(register_fields): Use CHECK_DEPRECATED_NO_RESET in loop.
      	* jcf-write.c (append_deprecated_attribute): New function.
      	(generate_classfile): Generate deprecated attribute when
      	appropriate.
      	* lex.c (java_parse_doc_section): Return type now void.  Rewrote.
      	(java_lex) [case '*']: Simplify logic.
      	(java_start_char_p): Use LETTER_MASK.
      	(java_part_char_p): Likewise.
      	(java_space_char_p): New function.
      
      From-SVN: r63350
      Tom Tromey committed
  12. 12 Jan, 2003 1 commit
  13. 10 Jan, 2003 1 commit
  14. 09 Jan, 2003 2 commits
  15. 02 Jan, 2003 1 commit
    • except.c, [...]: Fix Copyright years. · 43c6a96a
      2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
      
      	* cp/except.c, cp/expr.c, cp/friend.c, cp/g++spec.c,
      	  cp/lang-options.h, cp/lang-specs.h, cp/lex.h,
      	  cp/ptree.c, cp/repo.c,
      	  java/jcf-reader.c, java/jvgenmain.c,
      	  java/keyword.gperf, java/lang-options.h,
      	  java/mangle.c, java/mangle_name.c,
      	  java/xref.c, java/zextract.c,java/zipfile.h,
      	  objc/Make-lang.in, objc/config-lang.in,
      	  objc/lang-specs.h, objc/objc-act.h: Fix
      	  Copyright years.
      
      From-SVN: r60783
      Steven Bosscher committed
  16. 01 Jan, 2003 1 commit
    • Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. · f309ff0a
      	* Make-lang.in, boehm.c, buffer.c,
      	  buffer.h, builtins.c, class.c,
      	  config-lang.in, constants.c,
      	  convert.h, decl.c, except.c,
      	  expr.c, java-except.h,
      	  java-tree.h, javaop.def,
      	  jcf-parse.c, jcf-write.c,
      	  jv-scan.c, jvgenmain.c,
      	  jvspec.c, keyword.gperf,
      	  keyword.h, lang-options.h,
      	  lang-specs.h, lang.c, lex.c,
      	  lex.h, mangle.c, mangle_name.c,
      	  parse-scan.y, parse.h, parse.y,
      	  typeck.c, verify.c, xref.c,
      	  xref.h: Replace "GNU CC" with
      	  "GCC" in the copyright header.
      
      	* check-init.c, gjavah.c, javaop.h,
      	  jcf-depend.c, jcf-dump.c, jcf-io.c,
      	  jcf-path.c, jcf-reader.c, jcf.h,
      	  zextract.c, zipfile.h: These files are
      	  "part of GCC". Also say "GCC" not "GNU CC".
      
      From-SVN: r60747
      Steven Bosscher committed
  17. 25 Nov, 2002 1 commit
  18. 23 Mar, 2001 1 commit
    • re PR java/1213 (gcj should check for incorrect CLASSPATH) · b124f72e
      2001-03-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* gcj.texi (Input Options): documented the check for attribute
      	`gnu.gcc.gccj-compiled' and the `-fforce-classes-archive-check' flag.
      	* java-tree.h (flag_force_classes_archive_check): Declared extern.
      	* jcf-parse.c (HANDLE_GCJCOMPILED_ATTRIBUTE): New macro.
      	(jcf_parse): Check for the right classes archive if necessary.
      	* jcf-reader.c (get_attribute): Define `MATCH_ATTRIBUTE' and use it.
      	(jcf_parse_fields): Fixed indentation.
      	* jcf-write.c (append_gcj_attribute): New function.
      	(generate_classfile): Compute the attribute count, invoke
      	`append_gcj_attribute'.
      	* jcf.h (typedef struct JCF): `seen_in_zip' and `java_source'
      	turned into bit fields. New bit field `right_zip.'
      	(JCF_ZERO): Set `right_zip' to zero.
      	* lang-options.h (-fforce-classes-archive-check): Added flag.
      	* lang.c (flag_force_classes_archive_check): New flag.
      	(lang_f_options): New entry `force-classes-archive-check.'
      	Fixes PR java/1213.
      
      (http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01662.html)
      
      From-SVN: r40788
      Alexandre Petit-Bianco committed
  19. 24 Jan, 2001 1 commit
    • class.c (layout_class): Don't lay the superclass out if it's already being laid out. · 493d561d
      2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* class.c (layout_class): Don't lay the superclass out if it's
      	already being laid out.
      	* jcf-parse.c (handle_innerclass_attribute): New function.
      	(HANDLE_INNERCLASSES_ATTRIBUTE): Invoke
      	handle_innerclasses_attribute.
      	(jcf_parse): Don't load an innerclasses if it's already being
      	laid out.
      	* jcf-write.c (append_innerclass_attribute_entry): Static
      	`anonymous_name' and its initialization deleted. `ocii' and `ini'
      	to be zero for anonymous classes.
      
      2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* class.c (set_constant_value): Set DECL_FIELD_FINAL_IUD if
      	necessary.
      	* jcf-parse.c (set_source_filename): Use
      	MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC if necessary.
      
      2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* expr.c (build_jni_stub): Set DECL_CONTEXT on `meth_var' so it
      	gets a unique asm name.
      
      2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* jcf-parse.c (HANDLE_END_METHODS): Nullify current_method.
      	(HANDLE_START_FIELD): Invoke MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
      	if necessary.
      	(HANDLE_SYNTHETIC_ATTRIBUTE): New macro.
      	* jcf-reader.c (get_attribute): Handle `Synthetic' attribute.
      	* parse.y (lookup_package_type_and_set_next): Deleted.
      	(resolve_package): Removed unnecessary code.
      	(find_applicable_accessible_methods_list): `finit$' can't be
       	inherited.
      	* verify.c (pop_argument_types): Added missing prototype.
      
      (http://gcc.gnu.org/ml/gcc-patches/2001-01/msg01812.html)
      
      From-SVN: r39230
      Alexandre Petit-Bianco committed
  20. 21 Oct, 2000 1 commit
    • Warning fixes: · 80393943
      	* gjavah.c (NEED_PEEK_ATTRIBUTE, NEED_SKIP_ATTRIBUTE): Define
      
      	* jcf-reader.c (peek_attribute, skip_attribute): Only define
      	when requested.
      
      	* parse.h (yyerror): If JC1_LITE, mark with ATTRIBUTE_NORETURN.
      
      	* verify.c (CHECK_PC_IN_RANGE): Cast result of stmt-expr to void.
      
      From-SVN: r36994
      Kaveh R. Ghazi committed
  21. 08 Aug, 2000 1 commit
    • 2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.com · f0f3a777
      	* parse.y (build_dot_class_method_invocation): Changed parameter
      	name to `type.' Build signature from `type' and convert it to a
      	STRING_CST if it's an array.
      	(patch_incomplete_class_ref): `build_dot_class_method_invocation'
      	to use `ref_type' directly.
      
      2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (maybe_yank_clinit): When generating bytecode: non empty
      	method bodies not to rule out discarding `<clinit>'; don't use
      	<clinit> to initialize static fields with constant initializers.
      
      2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* gjavah.c (print_method_info): Added `synth' parameter. Skip
      	synthetic methods.
      	(method_synthetic): New global.
      	(HANDLE_METHOD): Recognize synthetic method and tell
      	`print_method_info' about it.
      	(HANDLE_END_METHOD): Do not issue an additional `;\n' if we're
      	processing a synthetic method.
      	* jcf-reader.c (skip_attribute): New function.
      	( skip_attribute): Likewise.
      
      2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (build_outer_field_access): Fixed comments.
      	(fix_constructors): Emit the initialization of this$<n> before
      	calling $finit$.
      	(resolve_qualified_expression_name): Build an access to `decl' if
      	necessary.
      
      2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse-scan.y (curent_class): Non longer const.
      	(inner_qualifier, inner_qualifier_length): Deleted.
      	(current_class_length): New global.
      	(bracket_count): Fixed typo in leading comment.
      	(anonymous_count): New global.
      	(class_instance_creation_expression:): Handle anonymous classes.
      	(anonymous_class_creation:): New rule.
      	(push_class_context): Rewritten.
      	(pop_class_context): Likewise.
      	(INNER_QUALIFIER): Macro deleted.
      	(report_class_declaration): call `push_class_context' when
      	entering the function. `fprintf' format modified not to use
      	INNER_QUALIFIER.
      	(report_class_declaration): Assign `package_name' and
      	`current_class' to NULL separatly.
      
      2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* expr.c (build_invokeinterface): Call layout_class_methods on
      	target interface.
      
      (http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00339.html)
      
      From-SVN: r35560
      Alexandre Petit-Bianco committed
  22. 14 Mar, 2000 1 commit
  23. 26 Feb, 2000 1 commit
  24. 21 Jan, 2000 1 commit
    • buffer.h: PROTO -> PARAMS. · df32d2ce
              * buffer.h: PROTO -> PARAMS.
              * check-init.c: Likewise.
              * class.c: Likewise.
              * constants.c: Likewise.
              * convert.h: Likewise.
              * decl.c: Likewise.
              * except.c: Likewise.
              * expr.c: Likewise.
              * gjavah.c: Likewise.
              * java-except.h: Likewise.
              * java-tree.h: Likewise.
              * jcf-depend.c: Likewise.
              * jcf-dump.c: Likewise.
              * jcf-parse.c: Likewise.
              * jcf-path.c: Likewise.
              * jcf-reader.c: Likewise.
              * jcf-write.c: Likewise.
              * jcf.h: Likewise.
              * jv-scan.c: Likewise.
              * jvgenmain.c: Likewise.
              * jvspec.c: Likewise.
              * lang.c: Likewise.
              * lex.c: Likewise.
              * lex.h: Likewise.
              * parse-scan.y: Likewise.
              * parse.h: Likewise.
              * parse.y: Likewise.
              * typeck.c: Likewise.
              * verify.c: Likewise.
              * xref.c: Likewise.
              * xref.h: Likewise.
              * zextract.c: Likewise.
              * zipfile.h: Likewise.
      
      From-SVN: r31550
      Kaveh R. Ghazi committed
  25. 10 Aug, 1999 1 commit
    • check-init.c (check_bool2_init, [...]): Add static prototypes. · c8e7d2e6
      	* check-init.c (check_bool2_init, done_alternative): Add static
      	prototypes.
      
      	* class.c (add_interface_do, maybe_layout_super_class): Likewise.
      	(add_method, build_utf8_ref, build_class_ref,
      	append_gpp_mangled_type, layout_class_method): Constify a char*.
      
      	* decl.c (push_promoted_type, make_binding_level): Add static
      	prototypes.
      	(push_promoted_type, pushdecl): Constify a char*.
      
      	* except.c (find_handler_in_range, link_handler,
      	check_start_handlers): Add static prototypes.
      
      	* expr.c (process_jvm_instruction): Constify a char*.
      
      	* gjavah.c (main): Constify a char*.
      
      	* java-tree.h (verify_jvm_instructions, process_jvm_instruction):
      	Constify a char*.
      
      	* jcf-depend.c (free_entry, add_entry, munge, print_ents): Add
      	static prototypes.
      	(add_entry, jcf_dependency_set_target, jcf_dependency_add_target,
      	munge, print_ents): Constify a char*.
      
      	* jcf-dump.c (disassemble_method): Constify a char*.
      	(print_constant_pool, print_exception_table): Add static prototypes.
      	(print_constant, print_exception_table, main, disassemble_method):
      	Constify a char*.
      
      	* jcf-io.c (find_classfile, find_class): Likewise.
      
      	* jcf-parse.c (JPOOL_UTF_DATA, find_in_current_zip): Likewise.
      	(set_source_filename, predefined_filename_p): Add static prototypes.
      	(set_source_filename, get_constant, get_class_constant,
      	find_in_current_zip): Constify a char*.
      
      	* jcf-path.c (free_entry, append_entry, add_entry, add_path): Add
      	static prototypes.
      	(add_entry, add_path, jcf_path_classpath_arg,
      	jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
      
      	* jcf-reader.c (get_attribute, jcf_parse_preamble,
      	jcf_parse_constant_pool, jcf_parse_class, jcf_parse_fields,
      	jcf_parse_one_method, jcf_parse_methods,
      	jcf_parse_final_attributes): Add static prototypes.
      	(get_attribute): Constify a char*.
      
      	* jcf.h (find_class, find_classfile, jcf_dependency_set_target,
      	jcf_dependency_add_target, jcf_path_classpath_arg,
      	jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
      
      	* jv-scan.c (main): Constify a char*.
      	(gcc_obstack_init): Add prototype arguments.
      
      	* jvgenmain.c (gcc_obstack_init): Likewise.
      	(main): Constify a char*.
      
      	* lang.c (put_decl_string, put_decl_node, java_dummy_print): Add
      	static prototypes.
      	(put_decl_string, lang_print_error): Constify a char*.
      	(lang_init): Remove redundant extern prototype.
      
      	* mangle.c (emit_unicode_mangled_name): Constify a char*.
      
      	* typeck.c (convert_ieee_real_to_integer, parse_signature_type):
      	Add static prototypes.
      	(get_type_from_signature): Constify a char*.
      
      	* verify.c (check_pending_block, type_stack_dup, start_pc_cmp ):
      	Add static prototypes.
      	(start_pc_cmp): Prefer PTR over GENERIC_PTR.
      	(verify_jvm_instructions): Constify a char*.
      
      	* xref.c (xref_flag_value): Likewise.
      
      	* xref.h (xref_flag_value): Likewise.
      
      	* zextract.c (makeword, makelong): Add static prototypes.
      	(makeword, makelong): Constify a uch*.
      
      From-SVN: r28648
      Kaveh R. Ghazi committed
  26. 12 May, 1999 1 commit
  27. 12 Mar, 1999 1 commit
    • Warning fixes: · 7e21fe59
              * constants.c (find_class_or_string_constant): Cast variable `j'
              to a `jword' when comparing against one.
              * expr.c (java_lang_expand_expr): Remove unused variables
              `has_finally_p' and `op0'.
              * gjavah.c (print_field_info): Cast a value to jint when comparing
              against one.  Likewise for a jlong.
              (add_namelet): Likewise cast a `sizeof' to an int when comparing
              against a signed quantity.
              * jcf-dump.c (print_signature_type): Remove unused variable `digit'.
              (print_signature): Don't needlessly dereference variable `str'
              * jcf-reader.c (get_attribute): Mark variables `max_stack' and
              `max_locals' with ATTRIBUTE_UNUSED.
              (jcf_parse_class): Likewise for variable `index'.
              * parse.h (reverse_jdep_list): Remove static prototype.
              * parse.y (build_jump_to_finally): Remove prototype and definition.
              (reverse_jdep_list): Add static prototype.
              * typeck.c (convert_ieee_real_to_integer): Remove unused variables
              `assignment' and `expr_decl'.
              * verify.c (verify_jvm_instructions): Remove unused label `bad_ldc'.
      
      From-SVN: r25731
      Kaveh R. Ghazi committed
  28. 06 Mar, 1999 1 commit
    • Makefile.in (jcf-parse.o): Depend on $(PARSE_H). · 8e1f2d4c
              * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
              (parse-scan.o): Depend on toplev.h.
              * class.c (make_method_value): Add prototype.  Make it static.
              Remove unused second argument, caller changed.
              * expr.c (java_lang_expand_expr): Remove unused variable
              `return_label'.
              * java-tree.h: Don't prototype find_in_current_zip.
              Add prototypes for verify_constant_pool, start_java_method,
              end_java_method, give_name_to_locals, expand_byte_code,
              open_in_zip, set_constant_value, find_constant1, find_constant2,
              find_utf8_constant, find_string_constant, find_class_constant,
              find_fieldref_index, find_methodref_index, write_constant_pool,
              count_constant_pool_bytes and encode_newarray_type.
              * jcf-dump.c: Remove unused variable `LONG_temp'.
              * jcf-parse.c: Include parse.h.
              (jcf_parse_source): Remove unused parameter, all callers changed.
              (jcf_figure_file_type): Add static prototype.
              (find_in_current_zip): Likewise.  Also remove unused parameter,
              all callers changed.
              (read_class): Initialize variable `saved_pos'.
              * jcf-reader.c (jcf_parse_preamble): Mark variables
              `minor_version' and `major_version' with ATTRIBUTE_UNUSED.
              * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.
              (java_init_lex): Wrap variable `java_lang_imported' in !JC1_LITE.
              (java_parse_doc_section): Initialize variable `seen_star'.
              (java_lex): Wrap variable `number_beginning' in !JC1_LITE.
              (java_lex_error): Mark parameters `msg' and `forward' with
              ATTRIBUTE_UNUSED.
              (java_get_line_col): Mark parameters `filename' and `line' with
              ATTRIBUTE_UNUSED.
              * parse-scan.y: Include toplev.h.
              (yyerror): Mark parameter `msg' with ATTRIBUTE_UNUSED.
              * parse.h: use `struct JCF', not plain `JCF'.
              (java_parser_context_save_global, java_expand_classes
              java_parser_context_restore_global, java_parse): Add prototypes.
              * typeck.c (convert_ieee_real_to_integer): Remove unused variable
              `node'.
      
      From-SVN: r25616
      Kaveh R. Ghazi committed
  29. 13 Dec, 1998 1 commit
  30. 12 Oct, 1998 1 commit
  31. 06 Sep, 1998 1 commit