]> gcc.gnu.org Git - gcc.git/log
gcc.git
25 years agoMerge in gcc2-ss-010999
Jeff Law [Tue, 7 Sep 1999 05:49:18 +0000 (23:49 -0600)]
Merge in gcc2-ss-010999

From-SVN: r29150

25 years agoc-aux-info.c (concat): Don't define.
Kaveh R. Ghazi [Tue, 7 Sep 1999 02:36:41 +0000 (02:36 +0000)]
c-aux-info.c (concat): Don't define.

* c-aux-info.c (concat): Don't define.

* cccp.c (my_strerror): Likewise.  All callers changed to use
xstrerror instead.
(do_include): Call xstrdup, not xmalloc/strcpy.
(grow_outbuf): Don't check if xrealloc returns NULL, it can't.
(xmalloc, xrealloc, xcalloc, xstrdup): Don't define.

* collect2.c (my_strsignal): Likewise.  All callers changed to use
strsignal instead.
(locatelib): Call xstrdup, not xmalloc/strcpy.

* 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.

* dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.

* i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.

* mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.

* cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.

* dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...

* except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
malloc/realloc.
(find_all_handler_type_matches): Likewise.  Don't check return
value.
(get_new_handler, init_insn_eh_region, process_nestinfo): Call
xmalloc, not malloc.
(init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.

* gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
(init_spec): Call xcalloc, not xmalloc/bzero.
(set_spec): Call xstrdup, not save_string.
(record_temp_file): Call xstrdup, not xmalloc/strcpy.
(find_a_file): Call xstrdup, not xmalloc/strcpy.
(process_command): Call xstrdup, not save_string.
(main): Call xcalloc, not xmalloc/bzero.

* gcov.c (xmalloc): Don't define.
(create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
(scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
(output_data): Call xcalloc, not xmalloc/bzero.

* haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.

* mips-tdump.c (xmalloc): Don't define.
(print_symbol): Call xmalloc, not malloc.
(read_tfile): Call xcalloc, not calloc.

* mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
Don't define.  All callers of xfree/my_strsignal changed to use
free/strsignal instead.
(allocate_cluster): Call xcalloc, not calloc.

* objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
Fix memory leak, free allocated memory.

* prefix.c (translate_name): Call xstrdup, not save_string.
(update_path): Likewise.

* profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.

* protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
Don't define.  Callers of xfree/savestring2 changed to use
free/concat instead.

* reload1.c (reload): Call xcalloc, not xmalloc/bzero.
(init_elim_table): Likewise.

* resource.c (init_resource_info): Likewise.

* stupid.c (stupid_life_analysis): Likewise.

* toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
(open_dump_file): Call concat, not xmalloc/strcpy/...
(clean_dump_file): Likewise.
(compile_file): Call xstrdup, not xmalloc/strcpy.

From-SVN: r29148

25 years agoFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Franz Sirl [Mon, 6 Sep 1999 22:58:37 +0000 (22:58 +0000)]
Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

        * execute/va-arg-9.c: New test.

From-SVN: r29147

25 years agov850.h (EXPAND_BUILTIN_VA_ARG): New.
Richard Henderson [Mon, 6 Sep 1999 22:05:26 +0000 (15:05 -0700)]
v850.h (EXPAND_BUILTIN_VA_ARG): New.

        * v850.h (EXPAND_BUILTIN_VA_ARG): New.
        * v850.c (v850_va_arg): New.

From-SVN: r29146

25 years ago* haifa-sched.c: Tidy comments.
Michael Hayes [Mon, 6 Sep 1999 21:55:23 +0000 (21:55 +0000)]
* haifa-sched.c: Tidy comments.

From-SVN: r29145

25 years agoMakefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
Bernd Schmidt [Mon, 6 Sep 1999 21:44:50 +0000 (21:44 +0000)]
Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.

* Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
(c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
$(out_object_file)): Depend on ggc.h.
* c-common.c: Include "ggc.h".
(combine_strings): If doing GC, use ggc_alloc_string.
* c-decl.c: Include "ggc.h".
(ggc_p): Define with value 0.
(mark_binding_level): New function.
(init_decl_processing): Add GC roots.
(mark_c_function_context): New function.
(lang_mark_false_label_stack): New function.
(lang_mark_tree): New function.
(lang_cleanup_tree): New function.
* c-lang.c: Include "ggc.h".
(lang_init): Call c_parse_init.
* c-lex.c: Include "ggc.h".
(check_linenum): If doing GC, don't copy filenames to permanent
obstack.
* c-parse.in: Include "ggc.h".
(c_parse_init): New function.
* c-tree.h (c_parse_init, mark_c_function_context): Declare.
* objc/Make-lang.in (objc-parse.o): Depend on ggc.h.

* except.c (mark_eh_state): Mark more state.
* function.c (mark_function_state): Likewise.
* ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
(ggc_alloc_string) [GGC_DUMP]: Fix typo.
* toplev.c (mark_file_stack): New function.
(compile_file): If doing GC, use ggc_alloc_string on input filename.
(main): Add root for input_file_stack.

* i386.c: Include "ggc.h".
(ix86_mark_machine_status): New function.
(override_options): Set mark_machine_status.

From-SVN: r29144

25 years agoMakefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
Bernd Schmidt [Mon, 6 Sep 1999 21:28:22 +0000 (21:28 +0000)]
Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.

* Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
(c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
$(out_object_file)): Depend on ggc.h.
* c-common.c: Include "ggc.h".
(combine_strings): If doing GC, use ggc_alloc_string.
* c-decl.c: Include "ggc.h".
(ggc_p): Define with value 0.
(mark_binding_level): New function.
(init_decl_processing): Add GC roots.
(mark_c_function_context): New function.
(lang_mark_false_label_stack): New function.
(lang_mark_tree): New function.
(lang_cleanup_tree): New function.
* c-lang.c: Include "ggc.h".
(lang_init): Call c_parse_init.
* c-lex.c: Include "ggc.h".
(check_linenum): If doing GC, don't copy filenames to permanent
obstack.
* c-parse.in: Include "ggc.h".
(c_parse_init): New function.
* c-tree.h (c_parse_init, mark_c_function_context): Declare.
* objc/Make-lang.in (objc-parse.o): Depend on ggc.h.

* except.c (mark_eh_state): Mark more state.
* function.c (mark_function_state): Likewise.
* ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
(ggc_alloc_string) [GGC_DUMP]: Fix typo.
* toplev.c (mark_file_stack): New function.
(compile_file): If doing GC, use ggc_alloc_string on input filename.
(main): Add root for input_file_stack.

* i386.c: Include "ggc.h".
(ix86_mark_machine_status): New function.
(override_options): Set mark_machine_status.

From-SVN: r29143

25 years agocopy_node should copy the node
Bernd Schmidt [Mon, 6 Sep 1999 14:29:19 +0000 (14:29 +0000)]
copy_node should copy the node

From-SVN: r29142

25 years ago* collect2.c (scan_libraries): Fix double-thinko :-).
Alexandre Oliva [Mon, 6 Sep 1999 11:50:09 +0000 (11:50 +0000)]
* collect2.c (scan_libraries): Fix double-thinko :-).

From-SVN: r29141

25 years ago* collect2.c (scan_libraries): Fix thinko.
Jeffrey A Law [Mon, 6 Sep 1999 09:24:23 +0000 (09:24 +0000)]
* collect2.c (scan_libraries): Fix thinko.

From-SVN: r29140

25 years agoAdd Mark to list of folks with blanket write privs.
Jeff Law [Mon, 6 Sep 1999 08:55:50 +0000 (02:55 -0600)]
Add Mark to list of folks with blanket write privs.

From-SVN: r29139

25 years agocse.c (delete_trivially_dead_insns): Do not skip the last insn if it is a real insn.
Jeffrey A Law [Mon, 6 Sep 1999 08:44:50 +0000 (08:44 +0000)]
cse.c (delete_trivially_dead_insns): Do not skip the last insn if it is a real insn.

        * cse.c (delete_trivially_dead_insns): Do not skip the last
        insn if it is a real insn.

From-SVN: r29138

25 years agoDaily bump.
Jeff Law [Mon, 6 Sep 1999 07:45:08 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r29137

25 years agoFix typo in last change.
Mark Mitchell [Mon, 6 Sep 1999 02:43:48 +0000 (02:43 +0000)]
Fix typo in last change.

From-SVN: r29136

25 years agoGet ready for garbage collection.
Mark Mitchell [Mon, 6 Sep 1999 02:43:09 +0000 (02:43 +0000)]
Get ready for garbage collection.

* Makefile.in (CXX_TREE_H): Add varray.h
(lex.o): Depend on ggc.h.
(decl.o): Likewise.
(decl2.o): Likewise.
(method.o): Likewise.
(search.o): Likewise.
(pt.o): Likewise.
(repo.o): Likewise.
* class.c: Include ggc.h.
(current_class_name): Remove.
(current_class_type): Likewise.
(current_access_specifier): Likewise.
(previous_class_type): Likewise.
(previous_class_values): Likewise.
(class_cache_firstobj): Likewise.
(current_lang_base): Likewise.
(current_lang_stack): Likewise.
(current_lang_stacksize): Likewise.
(lang_name_c): Likewise.
(lang_name_cplusplus): Likewise.
(lang_name_java): Likewise.
(current_lang_name): Likewise.
(base_layout_decl): Likewise.
(access_default_node): Likewise.
(access_public_node): Likewise.
(access_protected_node): Likewise.
(access_private_node): Likewise.
(access_default_virtual_node): Likewise.
(access_public_virtual_node): Likewise.
(access_protected_virtual_node): Likewise.
(access_private_virtual_node): Likewise.
(signed_zero_node): Likewise.
(init_class_processing): Don't build base_layout_decl.
(push_lang_context): Adjust now that current_lang_base is a varray.
(pop_lang_context): Likewise.
* cp-tree.h: Include varray.h.
(cp_global_trees): Add access_default, access_public,
access_protected, access_private, access_default_virtual,
access_public_virtual, access_protected_virtual,
access_private_virtual, ctor_identifier, delta2_identifier,
delta_identifier, dtor_identifier, in_charge_identifier,
index_identifier, nelts_identifier, this_identifier,
pfn_identifier, pfn_or_delta2_identifier, vptr_identifier,
lang_name_c, lang_name_cplusplus, lang_name_java,
empty_except_spec, null, jclass, minus_one, terminate.
(saved_scope): Move here from decl.c.  Define globals in terms of
saved_scope: current_namespace, current_class_name,
current_class_type, current_access_specifier, current_lang_stack,
current_lang_base, current_lang_name, current_function_parms,
current_template_parms, processing_template_decl,
processing_specialization, processing_explicit_instantiation,
previous_class_type, previous_class_values, class_cache_firstobj.
(scope_chain): New variable.
(init_pt): New function.
* decl.c (current_namespace): Remove.
(this_identifier, in_charge_identifier, ctor_identifier): Likewise.
(dtor_identifier, pfn_identifier, index_identifier): Likewise.
(delta_identifier, delta2_identifier): Likewise.
(pfn_or_delta2_identifier, tag_identifier): Likewise
(vt_off_identifier, empty_except_spec, null_node): Likewise.
(current_function_parms, current_lang_base): Remove.
(current_lang_stack, previous_class_values): Remove.
(class_binding_level): Macroize.
(saved_scope): Remove.
(current_saved_scope): Rename to scope_chain.
(mark_saved_scope): Adjust for new scope structure.
(maybe_push_to_top_level): Likewise.
(pop_from_top_level): Likewise.
(duplicate_decls): Adjust now that current_lang_base is a varray.
(build_typename_type): Call ggc_add_tree_hash_table_root.
(init_decl_processing): Call init_pt.  Call push_to_top_level to
set up globals.  Add GC roots.
(xref_basetypes): Adjust now that current_lang_base is a varray.
* decl.h (this_identifier): Remove.
(in_charge_identifier): Likewise.
* decl2.c: Don't include varray.h.
(current_namespace): Remove.
(init_decl2): Add GC roots.
* except.c (Terminate): Remove.
(init_exception_processing): Use terminate_node instead.
(build_terminate_handler): Likewise.
* init.c (nc_nelts_field_id): Remove.
(minus_one): Likewise.
(init_init_processing): Use minus_one_node and nelts_identifier
instead.  Add GC roots.
(jclass_node): Remove.
(build_new_1): Use nelts_identifier.
(build_vec_init): Likewise.
(build_vec_delete): Likewise.
* lex.c: Include ggc.h.
(defarg_fn): Move declaration early.
(defarg_parms): Likewise.
(init_parse): Add GC roots.
(handle_cp_pragma): Remove redundant declaration of
pending_vtables.
* method.c: Include ggc.h.
(btypelist): Make it a varray.  All uses changed.
(ktypelist): Likewise.
(init_method): Add GC roots.
* pt.c: Don't include varray.h.  Include ggc.h.
(current_template_parms): Remove.
(processing_template_decl): Likewise.
(processing_specialization): Likewise.
(processing_explicit_instantiation): Likewise.
(init_pt): New function.
* repo.c: Include ggc.h.
(init_repo): Add GC roots.
* search.c: Don't include varray.h.
(_vptr_name): Remove.
(lookup_field_1): Use vtpr_identifier instead.
(expand_indirect_vtbls_init): Remove redundant declaration of
in_charge_identifier.
(init_search_processing): Use vptr_identifier.

From-SVN: r29135

25 years agoMakefile.in (ggc-simple.o): Depend on hash.h.
Mark Mitchell [Mon, 6 Sep 1999 02:10:03 +0000 (02:10 +0000)]
Makefile.in (ggc-simple.o): Depend on hash.h.

* Makefile.in (ggc-simple.o): Depend on hash.h.
* ggc.h (ggc_add_tree_hash_table_root): Declare.
(ggc_mark_tree_varray): Likewise.
(ggc_mark_tree_hash_table): Likewise.
* ggc-simple.c: Include hash.h.
(ggc_mark_tree_hash_table_ptr): New function.
(ggc_mark_tree_hash_table_entry): Likewise.
(ggc_mark_tree_hash_table): Likewise.
(ggc_add_tree_hash_table_root): Likewise.
* varray.h (const_equiv_data): Use struct rtx_def *, rather than

* profile.c (output_func_start_profiler): Remove apparently
nonsensical call to start_sequence.

From-SVN: r29134

25 years agoclipper.c (clipper_va_start): Fix typos.
Richard Henderson [Mon, 6 Sep 1999 00:42:57 +0000 (17:42 -0700)]
clipper.c (clipper_va_start): Fix typos.

        * clipper/clipper.c (clipper_va_start): Fix typos.

        * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
        * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
        (spur_va_arg): New stub.

        * configure.in: Comment out pyramid.

From-SVN: r29133

25 years agoMove 'temporary' bits so they don't conflict with windows/cygwin/dgux bits
Michael Meissner [Sun, 5 Sep 1999 23:14:15 +0000 (23:14 +0000)]
Move 'temporary' bits so they don't conflict with windows/cygwin/dgux bits

From-SVN: r29132

25 years agoMakefile.in (ggc-simple.o): Depend on varray.h.
Mark Mitchell [Sun, 5 Sep 1999 19:54:38 +0000 (19:54 +0000)]
Makefile.in (ggc-simple.o): Depend on varray.h.

* Makefile.in (ggc-simple.o): Depend on varray.h.
(rtl.o): Depend on ggc.h.
(genattrtab.o): Depend on ggc.h.
(print-tree.o): Likewise.
(fold-const.o): Likewise.
* emit-rtl.c (sequence_element_free_list): Remove, and all references.
(make_insn_raw): Don't cache insns when GC'ing.
(emit_insn_before): Likewise.
(emit_insn_after): Likewise.
(emit_insn): Likewise.
(start_sequence): Use xmalloc to allocate the sequence_stack.
(end_sequence): Add free to free it.
(gen_sequence): Don't cache insns when GC'ing.
(clear_emit_caches): Don't use sequence_element_free_list.
(init_emit): Use xcalloc, not xmalloc+bzero.
* fold-const.c (size_int_wide): Kill the cache, when GC'ing.
* function.c (pop_function_context_from): Use free to free the
fixup_var_refs_queue.
(put_reg_into_stack): Allocate it with xmalloc.
* genattrtab.c: Include ggc.h.
(operate_exp): Don't use obstack_free when GC'ing.
(simplify_cond): Likewise.
(simplify_text_exp): Likewise.
(optimize_attrs): Likewise.
* gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
GC'ing.
(gencode): Generate a #include for ggc.h.
* ggc-callbacks.c (ggc_p): Define it to zero.
* ggc-none.c (ggc_p): Likewise.
* ggc-simple.c: Include varray.h.
(ggc_mark_tree_varray): New function.
(ggc_add_tree_varray_root): Likewise.
(ggc_mark_tree_varray_ptr): Likewise.
* ggc.h (ggc_p): Declare.
(varray_head_tag): Likewise.
(ggc_add_tree_varray_root): Declare.
* print-tree.c (print_node): Don't check for TREE_PERMANENT
inconsistencies when GC'ing.
* rtl.c: Include ggc.h.
(rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
(rtx_alloc): Use ggc_alloc_rtx when GC'ing.
(rtx_free): Don't call obstack_free when GC'ing.
* toplev.c (rest_of_compilation): Call ggc_collect after every
pass, if GC'ing.
* tree.c (push_obstacks): Do nothing, if GC'ing.
(pop_obstacks_nochange): Likewise.
(pop_obstacks): Likewise.
(make_node): Use ggc_alloc_tree when GC'ing.
(copy_node): Likewise.
(get_identifier): Use ggc_alloc_string when GC'ing.
(build_string): Likewise.
(make_tree_vec): Use ggc_alloc_tree when GC'ing.
(tree_cons): Likewise.
(build1): Likewise.
(type_hash_canon): Don't call obstack_free when GC'ing.

From-SVN: r29131

25 years agofour new tests, fix commentary in fifth
Craig Burley [Sun, 5 Sep 1999 18:27:06 +0000 (18:27 +0000)]
four new tests, fix commentary in fifth

From-SVN: r29130

25 years agoMakefile.in (parse.o): Depend on ggc.h.
Mark Mitchell [Sun, 5 Sep 1999 17:33:06 +0000 (17:33 +0000)]
Makefile.in (parse.o): Depend on ggc.h.

* Makefile.in (parse.o): Depend on ggc.h.
(decl2.o): Depend on ggc.h.
(init.o): Depend on ggc.h.
* cp-tree.h (init_decl2): Declare.
(cp_parse_init): Likewise.
* decl.c (ggc_p): Define to zero.
(mark_saved_scope): New function.
(init_decl_processing): Call cp_parse_init, and cp_decl2.
Register GC roots.
(expand_static_init): Add GC roots.
* decl2.c: Include ggc.h.
(init_decl2): New function.
* init.c: Include ggc.h.
(init_init_processing): Add GC roots.
* parse.y: Include ggc.h.
(cp_parse_init): New function.

From-SVN: r29129

25 years agoFix typo in last change.
Mark Mitchell [Sun, 5 Sep 1999 16:42:25 +0000 (16:42 +0000)]
Fix typo in last change.

From-SVN: r29128

25 years agointegrate.c (function_cannot_inline_p): Do not inline functions with forced labels.
Richard Henderson [Sun, 5 Sep 1999 16:41:44 +0000 (09:41 -0700)]
integrate.c (function_cannot_inline_p): Do not inline functions with forced labels.

* integrate.c (function_cannot_inline_p): Do not inline
functions with forced labels.

Co-Authored-By: Bernd Schmidt <bernds@cygnus.co.uk>
From-SVN: r29127

25 years agoMakefile.in (parse.o): Depend on ggc.h.
Richard Henderson [Sun, 5 Sep 1999 16:21:30 +0000 (09:21 -0700)]
Makefile.in (parse.o): Depend on ggc.h.

* Makefile.in (parse.o): Depend on ggc.h.
(decl2.o): Depend on ggc.h.
(init.o): Depend on ggc.h.
* cp-tree.h (init_decl2): Declare.
(cp_parse_init): Likewise.
* decl.c (ggc_p): Define to zero.
(mark_saved_scope): New function.
(init_decl_processing): Call cp_parse_init, and cp_decl2.
Register GC roots.
(expand_static_init): Add GC roots.
* decl2.c: Include ggc.h.
(init_decl2): New function.
* init.c: Include ggc.h.
(init_init_processing): Add GC roots.
* parse.y: Include ggc.h.
(cp_parse_init): New function.

Co-Authored-By: Bernd Schmidt <bernds@cygnus.co.uk>
Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r29126

25 years agoMakefile.in (ggc-simple.o): Depend on varray.h.
Richard Henderson [Sun, 5 Sep 1999 16:08:20 +0000 (09:08 -0700)]
Makefile.in (ggc-simple.o): Depend on varray.h.

* Makefile.in (ggc-simple.o): Depend on varray.h.
(rtl.o): Depend on ggc.h.
(genattrtab.o): Depend on ggc.h.
(print-tree.o): Likewise.
(fold-const.o): Likewise.
* emit-rtl.c (sequence_element_free_list): Remove, and all references.
(make_insn_raw): Don't cache insns when GC'ing.
(emit_insn_before): Likewise.
(emit_insn_after): Likewise.
(emit_insn): Likewise.
(start_sequence): Use xmalloc to allocate the sequence_stack.
(end_sequence): Add free to free it.
(gen_sequence): Don't cache insns when GC'ing.
(clear_emit_caches): Don't use sequence_element_free_list.
(init_emit): Use xcalloc, not xmalloc+bzero.
* fold-const.c (size_int_wide): Kill the cache, when GC'ing.
* function.c (pop_function_context_from): Use free to free the
fixup_var_refs_queue.
(put_reg_into_stack): Allocate it with xmalloc.
* genattrtab.c: Include ggc.h.
(operate_exp): Don't use obstack_free when GC'ing.
(simplify_cond): Likewise.
(simplify_text_exp): Likewise.
(optimize_attrs): Likewise.
* gengentrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
GC'ing.
(gencode): Generate a #include for ggc.h.
* ggc-callbacks.c (ggc_p): Define it to zero.
* ggc-none.c (ggc_p): Likewise.
* ggc-simple.c: Include varray.h.
(ggc_mark_tree_varray): New function.
(ggc_add_tree_varray_root): Likewise.
(ggc_mark_tree_varray_ptr): Likewise.
* ggc.h (ggc_p): Declare.
(varray_head_tag): Likewise.
(ggc_add_tree_varray_root): Declare.
* print-tree.c (print_node): Don't check for TREE_PERMANENT
inconsistencies when GC'ing.
* rtl.c: Include ggc.h.
(rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
(rtx_alloc): Use ggc_alloc_rtx when GC'ing.
(rtx_free): Don't call obstack_free when GC'ing.
* toplev.c (rest_of_compilation): Call ggc_collect after every
pass, if GC'ing.
* tree.c (push_obstacks): Do nothing, if GC'ing.
(pop_obstacks_nochange): Likewise.
(pop_obstacks): Likewise.
(make_node): Use ggc_alloc_tree when GC'ing.
(copy_node): Likewise.
(get_identifier): Use ggc_alloc_string when GC'ing.
(build_string): Likewise.
(make_tree_vec): Use ggc_alloc_tree when GC'ing.
(tree_cons): Likewise.
(build1): Likewise.
(type_hash_canon): Don't call obstack_free when GC'ing.

Co-Authored-By: Bernd Schmidt <bernds@cygnus.co.uk>
Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r29125

25 years agoDaily bump.
Jeff Law [Sun, 5 Sep 1999 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r29124

25 years agohaifa-sched.c (schedule_block): Use next_nonnote_insn instead of NEXT_INSN when...
Richard Henderson [Sun, 5 Sep 1999 04:53:04 +0000 (21:53 -0700)]
haifa-sched.c (schedule_block): Use next_nonnote_insn instead of NEXT_INSN when...

        * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
        of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.

From-SVN: r29123

25 years agoMakefile.in (stor-layout.o): Depend on ggc.h.
Richard Henderson [Sun, 5 Sep 1999 03:49:52 +0000 (20:49 -0700)]
Makefile.in (stor-layout.o): Depend on ggc.h.

* Makefile.in (stor-layout.o): Depend on ggc.h.
(expr.o): Depend on ggc.h.
(profile.o): Depend on ggc.h.
(stor-layout.o): Depend on ggc.h.
* emit-rtl.c (init_emit_once): Add gc roots.
* expr.c: Include ggc.h.
(emit_block_move): Add gc roots.
(clear_storage): Likewise.
* expr.h (init_stor_layout_once): New function.
* profile.c: Include ggc.h.
(init_arc_profiler): profiler_label is a root.
* scan.c (make_sstring_space): Trust xrealloc to function
correctly with first parameter NULL.
* stor-layout.c: Include ggc.h.
(set_sizetype): Add gc root.
(init_stor_layout_once): New function.
* toplev.c (compile_file): Call it.

Co-Authored-By: Bernd Schmidt <bernds@cygnus.co.uk>
Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r29122

25 years agoPOTFILES.in: Add cppfiles.c, cppinit.c, cppspec.c.
Jeff Garzik [Sun, 5 Sep 1999 03:35:13 +0000 (03:35 +0000)]
POTFILES.in: Add cppfiles.c, cppinit.c, cppspec.c.

1999-09-05  Jeff Garzik  <garzik@havoc.gtf.org>

* POTFILES.in: Add cppfiles.c, cppinit.c, cppspec.c.

From-SVN: r29121

25 years agodecl.c (init_decl_processing): Set mark_lang_status.
Mark Mitchell [Sun, 5 Sep 1999 02:53:03 +0000 (02:53 +0000)]
decl.c (init_decl_processing): Set mark_lang_status.

* decl.c (init_decl_processing): Set mark_lang_status.
(lang_mark_false_label_stack): Adjust prototype.
* decl2.c (grok_function_init): Remove extraneous declaration of
abort_fndecl.

From-SVN: r29120

25 years agoMakefile.in (tree.o): Depend on ggc.h.
Richard Henderson [Sun, 5 Sep 1999 02:41:35 +0000 (19:41 -0700)]
Makefile.in (tree.o): Depend on ggc.h.

* Makefile.in (tree.o): Depend on ggc.h.
(varasm.o): Likewise.
(function.o): Likewise.
(stmt.o): Likewise.
(except.o): Likewise.
(optabs.o): Likewise.
(emit-rtl.o): Likewise.
* emit-rtl.c: Include ggc.h.
(sequence_element_free_list): Remove, and all references.
(mark_sequence): New functions.
(mark_emit_state): New function.
* except.c: Include ggc.h.
(mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
(mark_tree_label_node): New functions.
(mark_eh_state): New function.
* function.c: Include ggc.h.
(mark_temp_slot, mark_function_chain): New functions.
(mark_function_state): New function.
(init_function_once): New function.
* function.h (init_function_once): New function.
* ggc-callbacks.c (lang_mark_false_label_stack): New function.
* ggc.h (label_node): Declare.
(eh_status, emit_status, stmt_status, varasm_status): Likewise.
(lang_mark_false_label_stack): New function.
(mark_temp_slot): Remove declaration.
(mark_function_chain): Likewise.
(mark_eh_state): Adjust prototype.
(mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
Likewise.
* optabs.c: Include ggc.h.
(mark_optab): New function.
(init_optabs): Add gc roots.
* stmt.c: Include ggc.h.
(mark_cond_nesting, mark_loop_nesting): New functions.
(mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
(mark_stmt_state): New function.
* toplev.c (compile_file): Call init_function_once.
* tree.c: Include ggc.h.
(type_hash): Move declaration earlier in file.
(TYPE_HASH_SIZE, type_hash_table): Likewise.
(init_obstacks): Add gc roots.
(mark_type_hash): New function.
* varasm.c: Include ggc.h.
(mark_pool_constant): New function.
(mark_varasm_state): New function.

Co-Authored-By: Bernd Schmidt <bernds@cygnus.co.uk>
Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r29119

25 years ago* ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
Kaveh R. Ghazi [Sun, 5 Sep 1999 02:31:20 +0000 (02:31 +0000)]
* ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.

From-SVN: r29118

25 years agoc-decl.c (struct language_function): Renamed from struct c_function.
Bernd Schmidt [Sun, 5 Sep 1999 01:06:48 +0000 (01:06 +0000)]
c-decl.c (struct language_function): Renamed from struct c_function.

* c-decl.c (struct language_function): Renamed from struct c_function.
Delete elt NEXT.
(c_function_chain): Delete.
(push_c_function_context): New arg F.  Don't warn about nested
functions here.  Fill LANGUAGE elt of F.  Delete code to update
c_function_chain.  Don't call push_function_context.
(pop_c_function_context): New arg F.  Restore from there instead of
from c_function_chain.  Don't call pop_function_context.  Clear out
LANGUAGE field of F when done.
* c-lang.c: Include "function.h"
(lang_init): Initialize save_lang_status and restore_lang_status.
* c-parse.in (nested_function, nested_function_notype): Warn about
nested functions.  Call push_function_context/pop_function_context
instead of the _c_ variants.
* c-tree.h (push_c_function_context, pop_c_function_context): Update
prototype.
* Makefile.in (c-lang.o): Update dependencies.

* emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
regno_pointer_flag, regno_pointer_align.
(gen_reg_rtx): Use xrealloc to enlarge them.
(free_emit_status): New function.
* function.c (mark_machine_status, mark_lang_status): New variables.
(assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
in some bits from assign_stack_local.  All callers changed to use new
name.
(assign_stack_local): Just call assign_stack_local_1.
(free_after_compilation): New function.
(put_reg_into_stack): Simplify to always call assign_stack_local_1.
(trampoline_address): Likewise.
(assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
(prepare_function_start): Explicitly clear some more variables.
* function.h (struct function): New elt can_garbage_collect.
(mark_machine_status, mark_lang_status): Declare variables.
(free_after_compilation, free_emit_status, free_varasm_status,
init_varasm_status): Declare functions.
* toplev.c (rest_of_compilation): Call free_after_compilation when
done with the current function.
* varasm.c (free_varasm_status): New function.

From-SVN: r29117

25 years agoMake-lang.in (f771): Depend on ggc-callbacks.o.
Mark Mitchell [Sun, 5 Sep 1999 00:59:59 +0000 (00:59 +0000)]
Make-lang.in (f771): Depend on ggc-callbacks.o.

* Make-lang.in (f771): Depend on ggc-callbacks.o.
* Makefile.in (OBJS): Add ggc-callbacks.o.
(OBJDEPS): Likewise.

From-SVN: r29116

25 years agosparc.h (EXPAND_BUILTIN_VA_START): Define.
Richard Henderson [Sun, 5 Sep 1999 00:16:18 +0000 (17:16 -0700)]
sparc.h (EXPAND_BUILTIN_VA_START): Define.

        * sparc.h (EXPAND_BUILTIN_VA_START): Define.
        (EXPAND_BUILTIN_VA_ARG): Define.
        * sparc.c (sparc_va_start): New.
        (sparc_va_arg): New.

From-SVN: r29115

25 years ago* config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
Michael Hayes [Sat, 4 Sep 1999 23:25:54 +0000 (23:25 +0000)]
* config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.

From-SVN: r29114

25 years agoMakefile.in (C_AND_C_OBJS): Add ggc-callbacks.o.
Mark Mitchell [Sat, 4 Sep 1999 22:34:20 +0000 (22:34 +0000)]
Makefile.in (C_AND_C_OBJS): Add ggc-callbacks.o.

* Makefile.in (C_AND_C_OBJS): Add ggc-callbacks.o.
(OBJS): Add $(GGC).
(ggc-callbacks.o): New target.
* ggc-callbacks.c: New file.

From-SVN: r29113

25 years agoc4x.h (CALLER_SAVE_PROFITABLE): Disable.
Michael Hayes [Sat, 4 Sep 1999 22:31:09 +0000 (22:31 +0000)]
c4x.h (CALLER_SAVE_PROFITABLE): Disable.

* config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.

This has been disabled since caller-save has marginal benefit on the c3x/c4x
and it avoids a long standing caller-save bug.

From-SVN: r29112

25 years agoMakefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
Mark Mitchell [Sat, 4 Sep 1999 22:24:18 +0000 (22:24 +0000)]
Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.

GCC:

Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>

* Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
(OBJS): Add $(GCC).
(ggc-callbacks.o): New target.
* ggc-callbacks.c: New file.

Chill:

1999-09-04  Mark Mitchell  <mark@codesourcery.com>

* Make-lang.in (cc1chill): Depend on ggc-callbacks.o.
* Makefile.in (CHILL_OBJS): Add ggc-callbacks.o.

C++:

1999-09-04  Mark Mitchell  <mark@codesourcery.com>

* Make-lang.in (cc1plus): Remove dependency on GGC.
* Makefile.in (OBJS): Don't mention ggc-simple.o.
(OBJDEPS): Don't mention ggc-simple.o.

F77:

Sat Sep  4 13:46:27 1999  Mark Mitchell  <mark@codesourcery.com>

* Make-lang.in (f771): Depend on ggc-callbacks.o.
* Makefile.in (OBJS): Add ggc-callbacks.o.
(OBJDEPS): Likewise.

Objc:

1999-09-04  Mark Mitchell  <mark@codesourcery.com>

* Make-lang.in (jc1): Depend on ggc-callbacks.o.
* Makefile.in (OBJS): Add ggc-callbacks.o.
(OBJDEPS): Likewise.

From-SVN: r29111

25 years agoConvert many single variables to arrays
Bernd Schmidt [Sat, 4 Sep 1999 22:08:44 +0000 (22:08 +0000)]
Convert many single variables to arrays

From-SVN: r29110

25 years agoMake-lang.in (cc1plus): Depend on $(GGC).
Mark Mitchell [Sat, 4 Sep 1999 20:44:51 +0000 (20:44 +0000)]
Make-lang.in (cc1plus): Depend on $(GGC).

* Make-lang.in (cc1plus): Depend on $(GGC).
* Makefile.in (OBJS): Add ggc-simple.o.
(OBJDEPS): Likewise.
* cp-tree.h (language_function): Rename members to `x_' versions;
we now have x_named_labels, x_ctor_label, x_dtor_label,
x_base_init_list, x_member_init_list, x_base_init_expr,
x_current_class_ptr, x_current_class_ref, x_last_tree,
x_last_expr_type, x_last_dtor_insn, x_last_parm_cleanup_insn, and
x_result_rtx.
(dtor_label, ctor_label, current_base_init_list,
current_member_init_list, base_init_expr, current_class_ptr,
current_class_ref, last_tree, last_expr_type): Adjust accordingly.
* decl.c: Include ggc.h.
(last_dtor_insn): Adjust to use x_ names.
(last_parm_cleanup_insn): Likewise.
(original_result_rtx): Likewise.
(named_labels): Likewise.
(mark_binding_level): New function.
(mark_cp_function_context): Likewise.
(mark_false_label_stack): Likewise.
(lang_mark_tree): Likewise.
(lang_cleanup_tree): Likewise.

From-SVN: r29109

25 years ago* i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
Richard Henderson [Sat, 4 Sep 1999 20:00:00 +0000 (13:00 -0700)]
* i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.

From-SVN: r29108

25 years agoMake-lang.in (cc1plus): Depend on $(GGC).
Mark Mitchell [Sat, 4 Sep 1999 19:03:28 +0000 (19:03 +0000)]
Make-lang.in (cc1plus): Depend on $(GGC).

* Make-lang.in (cc1plus): Depend on $(GGC).
* Makefile.in (OBJS): Add ggc-simple.o.
(OBJDEPS): Likewise.
* cp-tree.h (language_function): Rename members to `x_' versions;
we now have x_named_labels, x_ctor_label, x_dtor_label,
x_base_init_list, x_member_init_list, x_base_init_expr,
x_current_class_ptr, x_current_class_ref, x_last_tree,
x_last_expr_type, x_last_dtor_insn, x_last_parm_cleanup_insn, and
x_result_rtx.
(dtor_label, ctor_label, current_base_init_list,
current_member_init_list, base_init_expr, current_class_ptr,
current_class_ref, last_tree, last_expr_type): Adjust accordingly.
* decl.c: Include ggc.h.
(last_dtor_insn): Adjust to use x_ names.
(last_parm_cleanup_insn): Likewise.
(original_result_rtx): Likewise.
(named_labels): Likewise.
(mark_binding_level): New function.
(mark_cp_function_context): Likewise.
(mark_false_label_stack): Likewise.
(lang_mark_tree): Likewise.
(lang_cleanup_tree): Likewise.

From-SVN: r29107

25 years agoMakefile.in (GGC, GGC_LIB): New.
Richard Henderson [Sat, 4 Sep 1999 18:25:41 +0000 (11:25 -0700)]
Makefile.in (GGC, GGC_LIB): New.

* Makefile.in (GGC, GGC_LIB): New.
(HOST_RTL): Include ggc-none.o.
(ggc-simple.o): New target.
(ggc-none.o): Likewise.
* tree.h (tree_common): Add gc_mark.
* rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
(struct rtvec_def): Add gc_mark.
* emit-rtl.c (global_rtl): Update static initializers to contain
enough initializers.
* ggc.h, ggc-none.c, ggc-simple.c: New files.
* toplev.c (gc_time): New variable.
(all_time): New variable.
(compile_file): Print gc time.
(print_time): Calculate percentage of the whole.

From-SVN: r29106

25 years agoClean up conflict marks introduced in revision 1.4254.
Alexandre Oliva [Sat, 4 Sep 1999 18:20:30 +0000 (18:20 +0000)]
Clean up conflict marks introduced in revision 1.4254.

From-SVN: r29105

25 years agodummy checkin to prevent merge lossage
Jeff Law [Sat, 4 Sep 1999 15:09:22 +0000 (09:09 -0600)]
dummy checkin to prevent merge lossage

From-SVN: r29102

25 years agoChange memory mangement and constant pool handling for nested functions to match...
Bernd Schmidt [Sat, 4 Sep 1999 13:09:56 +0000 (13:09 +0000)]
Change memory mangement and constant pool handling for nested functions to match that of normal functions; add init_machine_status mechanism.

From-SVN: r29101

25 years ago* POTFILES.in: Track files recently added/deleted/moved.
Manfred Hollstein [Sat, 4 Sep 1999 12:20:28 +0000 (12:20 +0000)]
* POTFILES.in: Track files recently added/deleted/moved.

From-SVN: r29100

25 years agoDaily bump.
Jeff Law [Sat, 4 Sep 1999 07:45:08 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r29099

25 years agoc4x.md (rptb_init): Renamed from *rptb_init.
Michael Hayes [Sat, 4 Sep 1999 05:13:53 +0000 (05:13 +0000)]
c4x.md (rptb_init): Renamed from *rptb_init.

Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
(doloop_begin):  Simplify pattern and use emit_jump_insn.
(doloop_end): Simplify pattern, switch operand order,
and use emit_jump_insn.

From-SVN: r29098

25 years agocast-qual-1.c: Add missing dg-bogus tag.
Zack Weinberg [Sat, 4 Sep 1999 02:34:10 +0000 (02:34 +0000)]
cast-qual-1.c: Add missing dg-bogus tag.

1999-09-03 19:31 -0700  Zack Weinberg  <zack@bitmover.com>

* gcc.dg/cast-qual-1.c: Add missing dg-bogus tag.
* gcc.dg/compare1.c: Fix typo.
* gcc-dg/cpp-unc.c, cpp-unc1.c, cpp-unc2.c, cpp-unc3.c: New
files which test the preprocessor's unterminated conditional
diagnostics.

From-SVN: r29097

25 years agoMakefile.in (CXX_TREE_H): Include function.h.
Mark Mitchell [Sat, 4 Sep 1999 02:19:29 +0000 (02:19 +0000)]
Makefile.in (CXX_TREE_H): Include function.h.

* Makefile.in (CXX_TREE_H): Include function.h.
(decl.o): Don't depend on function.h.
(decl2.o): Likewise.
(typeck.o): Likewise.
(init.o): Likewise.
(method.o): Likewise.
* cp-tree.h: Include function.h.
(cp_function): Rename to language_function.  Remove next.
(cp_function_chain): Make it a macro, not a variable.
(push_cp_function_context): Don't declare.
(pop_cp_function_context): Likewise.
* decl.c: Don't include function.h.
(push_cp_function_context): Make it static.  Make it suitable for
a save_lang_status callback.
(pop_cp_function_context): Likewise.
(maybe_push_to_top_level): Call push_function_context_to, not
push_cp_function_context.
(pop_from_top_level): Call pop_function_context_from, not
pop_cp_function_context.
(init_decl_processing):  Set save_lang_status and
restore_lang_status.  Call push_function_context_to, not
push_cp_function_context.
(cp_function_chain): Remove.
* decl2.c: Don't include function.h.
* except.c: Don't include function.h.
(start_anon_func): Call push_function_context_to, not
push_cp_function_context.
(end_anon_func):  Call pop_function_context_from, not
pop_cp_function_context.
* init.c: Don't include function.h.
* lex.c (begin_definition_of_inclass_inline): Call
push_function_context_to, not push_cp_function_context.
(process_next_inline):  Call pop_function_context_from, not
pop_cp_function_context.
* method.c: Don't include function.h.
(synthesize_method): Call push_function_context_to, not
push_cp_function_context.  Call pop_function_context_from, not
pop_cp_function_context.
* typeck.c: Don't include function.h.

From-SVN: r29096

25 years agofunction.h (struct function): Add new element LANGUAGE.
Bernd Schmidt [Sat, 4 Sep 1999 02:16:58 +0000 (02:16 +0000)]
function.h (struct function): Add new element LANGUAGE.

  * function.h (struct function): Add new element LANGUAGE.
  (save_lang_status): Declare new variable.
(restore_lang_status): Likewise.
* function.c (save_lang_status): Define.
(restore_lang_status): Likewise.
(push_function_context_to): Call language-specific save function.
(pop_function_context_from): Call language-specific restore function.

From-SVN: r29095

25 years agoi386.md (movsf_1): Check REG_P before use of REGNO.
Alasdair Baird [Sat, 4 Sep 1999 00:24:08 +0000 (00:24 +0000)]
i386.md (movsf_1): Check REG_P before use of REGNO.

        * i386.md (movsf_1): Check REG_P before use of REGNO.
        (movdf_1): Likewise.
        (movxf_1): Likewise.
        (extendsfdf2): Likewise.
        (extendsfxf2): Likewise.
        (extenddfxf2): Likewise.

From-SVN: r29094

25 years agodecl.c (expand_static_init): Tweak handling of static initializations for objects...
Mark Mitchell [Sat, 4 Sep 1999 00:15:15 +0000 (00:15 +0000)]
decl.c (expand_static_init): Tweak handling of static initializations for objects without constructors.

* decl.c (expand_static_init): Tweak handling of static
initializations for objects without constructors.

From-SVN: r29093

25 years agoc4x.c (c4x_emit_move_sequence): Do not force large constants into memory.
Michael Hayes [Fri, 3 Sep 1999 23:58:44 +0000 (23:58 +0000)]
c4x.c (c4x_emit_move_sequence): Do not force large constants into memory.

Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
constants into memory.
(c4x_shiftable_constant): New function.
* config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
(c4x_shiftable_constant): Declare.
* config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
  ashlqi3_noclobber): Add new patterns and associated splitters.

From-SVN: r29092

25 years agodbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
Richard Henderson [Fri, 3 Sep 1999 23:22:50 +0000 (16:22 -0700)]
dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.

* dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
* dwarf2out.c (dwarf2out_frame_init): Likewise.
* final.c (shorten_branches): Likewise.
* global.c (global_alloc): Likewise.
* haifa-sched.c (build_control_flow): Likewise.
* stmt.c (check_for_full_enumeration_handling): Likewise.
(estimate_case_costs): Likewise.

From-SVN: r29091

25 years ago* rtl.h (RTL_CHECKC2): Fix typo in last change.
Mark Mitchell [Fri, 3 Sep 1999 22:54:56 +0000 (22:54 +0000)]
* rtl.h (RTL_CHECKC2): Fix typo in last change.

From-SVN: r29090

25 years agoflow.c (propagate_block): Use XEXP not SET_DEST for a USE.
Richard Henderson [Fri, 3 Sep 1999 22:23:11 +0000 (15:23 -0700)]
flow.c (propagate_block): Use XEXP not SET_DEST for a USE.

        * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
        (recompute_reg_usage): Likewise.
        * rtlanal.c (find_regno_fusage): Likewise.

        * rtl.c (rtl_check_failed_code1): New function.
        (rtl_check_failed_code2): New.
        * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
        (RTL_CHECKC1, RTL_CHECKC2): New.
        (XC*): New accessor macros.
        (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
        (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
        (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
        (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
        (TRAP_*, RANGE_INFO_*): Likewise.

From-SVN: r29089

25 years agoFix typo in my email address
Richard Kenner [Fri, 3 Sep 1999 21:27:46 +0000 (17:27 -0400)]
Fix typo in my email address

From-SVN: r29088

25 years agoMakefile.in (tlink.o): Don't depend on toplev.h.
Kaveh R. Ghazi [Fri, 3 Sep 1999 19:13:34 +0000 (19:13 +0000)]
Makefile.in (tlink.o): Don't depend on toplev.h.

* Makefile.in (tlink.o): Don't depend on toplev.h.

* collect2.c (c_file, o_file, export_file, import_file, ldout,
output_file, nm_file_name, ldd_file_name, strip_file_name,
c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
add_prefix, prefix_from_env, prefix_from_string, do_wait,
fork_execute, maybe_unlink, add_to_list,
extract_init_priority, write_list, dump_list,
dump_prefix_list, write_list_with_asm, write_c_file,
write_c_file_stat, write_c_file_glob, scan_prog_file,
scan_libraries, is_in_list, resolve_lib_name, use_import_list,
ignore_library, extract_string, notice, dump_file, target_machine,
collect_wait, collect_execute, libname, locatelib, aix_std_libs,
read_file, print_load_command): Constify a char*.
(fdopen, error, fatal, fatal_perror): Don't prototype.
(my_strerror): Remove.  All callers use xstrerror instead.
(xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
(main): Add prototype.  Constify lots of char* ptrs.  Change calls
to xcalloc/strcpy/strcat/...  to one call to concat.
(main, scan_prog_file, scan_libraries): Use an intermediate
`const char **' to build an argv array.
(mapfile, libselect, libcompare, locatelib): Add prototypes.

* collect2.h (collect_execute, collect_wait, dump_file,
file_exists): Constify a char*.
(ldout, c_file_name, temporary_obstack, permanent_obstack,
temporary_firstobj, vflag, debug): Add extern declarations.
(fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.

* tlink.c: Don't include toplev.h.
(vflag, debug, ldout, c_file_name, temporary_obstack,
permanent_obstack, temporary_firstobj): Don't declare.
(tlink_execute, frob_extension, symbol_hash_lookup,
file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
recompile_files, read_repo_files, demangle_new_symbols,
scan_linker_output): Constify a char*.
(symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
do_tlink): Mark parameters with ATTRIBUTE_UNUSED.

From-SVN: r29087

25 years agoparse.y (strip_out_static_field_access_decl): Return operand if it satisfies JDECL_P.
Tom Tromey [Fri, 3 Sep 1999 17:18:11 +0000 (17:18 +0000)]
parse.y (strip_out_static_field_access_decl): Return operand if it satisfies JDECL_P.

* parse.y (strip_out_static_field_access_decl): Return operand if
it satisfies JDECL_P.

From-SVN: r29086

25 years agom68kelf.h: Set USE_GAS...
Andrew Haley [Fri, 3 Sep 1999 17:10:48 +0000 (17:10 +0000)]
m68kelf.h: Set USE_GAS...

Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>

        * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
        (relative) rather than jsr (absolute) subroutine call insns.
        * config/m68k/m68k-coff.h: Ditto.

From-SVN: r29085

25 years agoarm.c (note_invalid_constants): No need to ignore ASMs, we can now rework these too.
Richard Earnshaw [Fri, 3 Sep 1999 16:27:57 +0000 (16:27 +0000)]
arm.c (note_invalid_constants): No need to ignore ASMs, we can now rework these too.

* arm.c (note_invalid_constants): No need to ignore ASMs, we can
now rework these too.
(arm_reorg): If an insn can't reach the end of the current pool,
ensure that we emit that pool before the insn.

From-SVN: r29084

25 years agotlink.c (scan_linker_output): Skip the initial underscore in a mangled name if approp...
Jason Merrill [Fri, 3 Sep 1999 16:14:54 +0000 (12:14 -0400)]
tlink.c (scan_linker_output): Skip the initial underscore in a mangled name if appropriate.

* tlink.c (scan_linker_output): Skip the initial underscore in
a mangled name if appropriate.

From-SVN: r29083

25 years ago* gcc.c-torture/execute/990827-1.c: Fix typo.
Richard Earnshaw [Fri, 3 Sep 1999 09:42:25 +0000 (09:42 +0000)]
* gcc.c-torture/execute/990827-1.c: Fix typo.

From-SVN: r29082

25 years agotypeck.c (build_indirect_ref): Reject dereference of pointer to void.
Nathan Sidwell [Fri, 3 Sep 1999 09:01:14 +0000 (09:01 +0000)]
typeck.c (build_indirect_ref): Reject dereference of pointer to void.

* typeck.c (build_indirect_ref): Reject dereference of pointer to
void.

From-SVN: r29081

25 years ago* g++.old-deja/g++.other/deref1.C: New test.
Nathan Sidwell [Fri, 3 Sep 1999 08:59:06 +0000 (08:59 +0000)]
* g++.old-deja/g++.other/deref1.C: New test.

From-SVN: r29080

25 years agoDaily bump.
Jeff Law [Fri, 3 Sep 1999 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r29079

25 years agore GNATS libgcj/3 (FileInputStream.available always returns 0)
Tom Tromey [Fri, 3 Sep 1999 07:42:40 +0000 (07:42 +0000)]
re GNATS libgcj/3 (FileInputStream.available always returns 0)

* configure: Rebuilt.
* configure.in: Check for fstat function.
* java/io/natFileDescriptorPosix.cc (available): Use fstat() if
FIONREAD fails.
This fixes PR 3

From-SVN: r29078

25 years agoobjc-act.c (objc_tree_code_type, [...]): Constify.
Kaveh R. Ghazi [Fri, 3 Sep 1999 05:32:20 +0000 (05:32 +0000)]
objc-act.c (objc_tree_code_type, [...]): Constify.

* objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
error_with_ivar, gen_declarator, create_builtin_decl,
my_build_string, generate_descriptor_table, generate_ivars_list,
generate_dispatch_table, check_protocols, TAG_GETCLASS,
TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
dump_base_name, lang_decode_option, build_encode_expr,
start_class, finish_class, encode_pointer, really_start_method,
gen_declaration, dump_interface, handle_class_ref, handle_impent):
Constify.
(objc_demangle, objc_printable_name, generate_struct_by_value_array):
Add static prototypes.
(build_objc_string_decl, build_selector_reference_decl,
encode_bitfield, build_class_reference_decl): Remove unused
parameter, all callers changed.
(maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
(objc_printable_name): Likewise.  Change second parameter to type int.
(init_objc): Use memcpy, not bcopy, to avoid casts.

From-SVN: r29077

25 years agoreload1.c (eliminate_regs_in_insn): Avoid eliminating the reg notes on a deleted...
Richard Henderson [Fri, 3 Sep 1999 04:51:35 +0000 (21:51 -0700)]
reload1.c (eliminate_regs_in_insn): Avoid eliminating the reg notes on a deleted insn.

        * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
        reg notes on a deleted insn.
        * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.

From-SVN: r29076

25 years agoAdd myself to Blanket Write Privs and as arc port maintainer.
Richard Kenner [Fri, 3 Sep 1999 03:14:24 +0000 (23:14 -0400)]
Add myself to Blanket Write Privs and as arc port maintainer.

From-SVN: r29075

25 years ago* i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
Jeffrey A Law [Fri, 3 Sep 1999 02:20:09 +0000 (02:20 +0000)]
* i386.c (ix86_attr_length_default): Handle TYPE_FXCH.

From-SVN: r29074

25 years agoReadd file
Mark Mitchell [Fri, 3 Sep 1999 00:24:24 +0000 (00:24 +0000)]
Readd file

From-SVN: r29072

25 years agoReadd file
Mark Mitchell [Fri, 3 Sep 1999 00:23:55 +0000 (00:23 +0000)]
Readd file

From-SVN: r29071

25 years agoRemove test
Mark Mitchell [Fri, 3 Sep 1999 00:13:58 +0000 (00:13 +0000)]
Remove test

From-SVN: r29070

25 years agopowerset.h (SET_WORD, [...]): Do not redefine based on USE_CHAR.
Jeffrey A Law [Thu, 2 Sep 1999 23:55:52 +0000 (23:55 +0000)]
powerset.h (SET_WORD, [...]): Do not redefine based on USE_CHAR.

        * powerset.h (SET_WORD, SET_SHORT, SET_CHAR): Do not redefine based
        on USE_CHAR.
        (USE_CHAR): No longer define.
        * eqps.c ffsetclrps.c flsetclrps.c: Remove !USE_CHARS support.

From-SVN: r29069

25 years agojava-array.h (jobjectArrayjchar): Removed unused declaration.
Tom Tromey [Thu, 2 Sep 1999 23:47:38 +0000 (23:47 +0000)]
java-array.h (jobjectArrayjchar): Removed unused declaration.

* include/java-array.h (jobjectArrayjchar): Removed unused
declaration.

From-SVN: r29068

25 years agogjavah.c (decode_signature_piece): Emit "::" in JArray<>.
Tom Tromey [Thu, 2 Sep 1999 23:44:04 +0000 (23:44 +0000)]
gjavah.c (decode_signature_piece): Emit "::" in JArray<>.

* gjavah.c (decode_signature_piece): Emit "::" in JArray<>.
Handle nested arrays, like `[[I'.

From-SVN: r29067

25 years agostmt.c (expand_asm_operands): Fix index into inout_mode when reading it.
J"orn Rennecke [Thu, 2 Sep 1999 22:10:15 +0000 (22:10 +0000)]
stmt.c (expand_asm_operands): Fix index into inout_mode when reading it.

* stmt.c (expand_asm_operands): Fix index into inout_mode when
reading it.

From-SVN: r29066

25 years agoclass.c (finish_class): Remove unused parameter, all callers changed.
Kaveh R. Ghazi [Thu, 2 Sep 1999 21:57:09 +0000 (21:57 +0000)]
class.c (finish_class): Remove unused parameter, all callers changed.

* class.c (finish_class): Remove unused parameter, all callers
changed.

* expr.c (build_java_athrow): Change return type to void.
(java_lang_expand_expr): Make sure each case in switch returns a
value.

* java-tree.h (finish_class): Fix prototype to take void args.

* jcf-dump.c (usage): Mark with ATTRIBUTE_NORETURN.
(main): Issue return from main, not exit.

* jcf-parse.c (parse_class_file): Fix call to `finish_class'.

* jcf.h (jcf_unexpected_eof): Mark with ATTRIBUTE_NORETURN.

* jv-scan.c (main): Issue return from main, not exit.

* parse.y (check_abstract_method_definitions,
java_check_abstract_method_definitions): Add static prototypes.
(java_complete_expand_methods): Fix call to `finish_class'.

* verify.c (verify_jvm_instructions): Initialize variables `oldpc'
and `prevpc'.

From-SVN: r29065

25 years agostmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
Richard Henderson [Thu, 2 Sep 1999 20:01:46 +0000 (13:01 -0700)]
stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.

        * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
        * tm.texi (MD_ASM_CLOBBERS): Document it.

From-SVN: r29064

25 years agonatClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while holding...
Tom Tromey [Thu, 2 Sep 1999 19:33:50 +0000 (19:33 +0000)]
natClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while holding class mutex.

* java/lang/natClassLoader.cc (_Jv_WaitForState): Call
_Jv_PrepareCompiledClass while holding class mutex.

From-SVN: r29063

25 years agocp-tree.h (cp_function): Move here, from decl.c.
Mark Mitchell [Thu, 2 Sep 1999 19:14:06 +0000 (19:14 +0000)]
cp-tree.h (cp_function): Move here, from decl.c.

* cp-tree.h (cp_function): Move here, from decl.c.
(cp_function_chain): Declare.
(dtor_label): New macro, instead of variable.
(ctor_label): Likewise.
(current_base_init_list): Likewise.
(current_member_init_list): Likewise.
(base_init_expr): Likewise.
(current_class_ptr): Likewise.
(current_class_ref): Likewise.
(last_tree): Likewise.
(last_expr_type): Likewise.
(current_function_returns_value): Likewise.
(current_function_returns_null): Likewise.
(current_function_just_assigned_this): Likewise.
(current_function_parms_stored): Likewise.
(temp_name_counter): Likewise.
(static_labelno): Likewise.
(expanding_p): Likewise.
(stmts_are_full_exprs_p): Likewise.
(in_function_try_handler): Likewise.
(lang_type): Remove nested type_flags.  All uses changed.
* call.c (ctor_label): Remove.
(dtor_label): Likewise.
* class.c (current_class_ptr): Remove.
(current_class_ref): Likewise.
* decl.c (static_labelno): Remove.
(dtor_label): Likewise.
(last_dtor_insn): New macro, instead of variable.
(last_parm_cleanup_insn): Likewise.
(original_result_rtx): Likewise.
(in_function_try_handler): Remove.
(named_label_uses): New macro, instead of variable.
(named_labels): Likewise.
(current_function_returns_value): Remove.
(current_function_returns_null): Likewise.
(current_function_assigns_this): New macro, instead of variable.
(current_function_just_assigned_this): Likewise.
(current_binding_level): Likewise.
(init_decl_processing): Call push_cp_function_context.
(cp_function): Move to cp-tree.h
(cp_function_chain): Make it global.
(temp_name_counter): Remove.
(push_cp_function_context): Simplify.
(pop_cp_function_context): Likewise.
* decl2.c (temp_name_counter): Remove.
* init_c (current_base_init_list): Likewise.
(current_member_init_list): Likewise.
(base_init_expr): Likewise.
* method.c (static_labelno): Likewise.
* pt.c (last_tree): Likewise.
* semantics.c (expanding_p): Likewise.
(stmts_are_full_exprs_p): Likewise.
(last_expr_type): Likewise.
* typeck.c (dtor_label): Likewise.
(ctor_label): Likewise.

From-SVN: r29062

25 years agodwarf2out.c (dwarf2out_line): Constify `lastfile'.
Richard Henderson [Thu, 2 Sep 1999 17:29:25 +0000 (10:29 -0700)]
dwarf2out.c (dwarf2out_line): Constify `lastfile'.

        * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
        * except.c (expand_rethrow): Remove unused variable.
        * expr.c (do_jump_by_parts_greater_rtx): Likewise.
        * flow.c (replace_insns): Likewise.
        (create_edge_list, verify_edge_list): Likewise.
        * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.

        * genemit.c (gen_expand): Only emit `operands[N]' decl if there
        is special code to run.
        (main): Don't define operands to emit_operand.
        * genrecog.c (main): Don't emit an empty peephole2_insn function.

        * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.

        * alpha/alpha.h (normal_memory_operand): Declare.
        (reg_no_subreg_operand): Declare.
        * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.

From-SVN: r29061

25 years agodecl2.c (arg_assoc_template_arg): New prototype.
Alex Samuel [Thu, 2 Sep 1999 17:29:11 +0000 (17:29 +0000)]
decl2.c (arg_assoc_template_arg): New prototype.

* decl2.c (arg_assoc_template_arg): New prototype.  New function.
(arg_assoc_class): Use arg_assoc_template_arg for template
arguments.
(arg_assoc): Likewise.
* pt.c (mangle_class_name_for_template): Allow member template
template arguments.

From-SVN: r29060

25 years agoc-parse.in (compstmt_primary_start): New, broken out of first part of compstmt handli...
Richard Henderson [Thu, 2 Sep 1999 17:20:19 +0000 (10:20 -0700)]
c-parse.in (compstmt_primary_start): New, broken out of first part of compstmt handling in primary.

        * c-parse.in (compstmt_primary_start): New, broken out of first
        part of compstmt handling in primary.
        (primary): Use it.  Add an error clause.
        (compstmt_nostart): Renamed from compstmt; remove all
        initial invocations of compstmt_start.
        (compstmt): New.

From-SVN: r29059

25 years agofold-const.c (fold_range_test): Do not try to fold the range test if the rhs or lhs...
Jeffrey A Law [Thu, 2 Sep 1999 09:37:20 +0000 (09:37 +0000)]
fold-const.c (fold_range_test): Do not try to fold the range test if the rhs or lhs has side effects.

* fold-const.c (fold_range_test): Do not try to fold the range
test if the rhs or lhs has side effects.

From-SVN: r29058

25 years agoambig2.C: New test.
Nathan Sidwell [Thu, 2 Sep 1999 09:23:14 +0000 (09:23 +0000)]
ambig2.C: New test.

* g++.old-deja/g++.other/ambig2.C: New test.
* g++.old-deja/g++.other/cond5.C: New test.
* g++.old-deja/g++.other/lookup16.C: New test.

From-SVN: r29057

25 years agocall.c (build_conditional_expr): Warn on enum mismatches.
Nathan Sidwell [Thu, 2 Sep 1999 09:21:42 +0000 (09:21 +0000)]
call.c (build_conditional_expr): Warn on enum mismatches.

* call.c (build_conditional_expr): Warn on enum mismatches.
(convert_arg_to_ellipsis): Move non-pod check to after
conversion.

From-SVN: r29056

25 years agocombine.c (simplify_rtx): Recognize another case of a synthesized sign extension.
Jeffrey A Law [Thu, 2 Sep 1999 09:02:33 +0000 (09:02 +0000)]
combine.c (simplify_rtx): Recognize another case of a synthesized sign extension.

        * combine.c (simplify_rtx): Recognize another case of a synthesized
        sign extension.

From-SVN: r29055

25 years agoDaily bump.
Jeff Law [Thu, 2 Sep 1999 07:45:45 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r29054

25 years ago* pexecute.c (pexecute): Fill in temp_base when needed.
Marc Espie [Thu, 2 Sep 1999 07:37:50 +0000 (07:37 +0000)]
* pexecute.c (pexecute):  Fill in temp_base when needed.

From-SVN: r29053

25 years agoprotoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if needed.
Marc Espie [Thu, 2 Sep 1999 07:37:40 +0000 (07:37 +0000)]
protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if needed.

        * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
        needed.

From-SVN: r29052

25 years ago980414-1.c: Fix assembler syntax to work with old assemblers too.
Marc Espie [Thu, 2 Sep 1999 07:19:47 +0000 (07:19 +0000)]
980414-1.c: Fix assembler syntax to work with old assemblers too.

        * gcc.dg/980414-1.c: Fix assembler syntax to work with old
        assemblers too.

From-SVN: r29051

25 years agocombine.c (simplify_shift_const): Remove extra semicolon.
Finn Hakansson [Thu, 2 Sep 1999 06:47:15 +0000 (06:47 +0000)]
combine.c (simplify_shift_const): Remove extra semicolon.

        * combine.c (simplify_shift_const): Remove extra semicolon.
        * dwarf2out.c (remove_AT): Likewise.
        * expmed.c (expand_mult): Likewise.
        * gcov.c (create_program_flow_graph): Likewise.
        * reorg.c (mostly_true_jump): Likewise.

From-SVN: r29050

25 years agovarasm.c (mark_constant_pool): When marking indirect references, only look at SYMBOL_...
Jeffrey A Law [Thu, 2 Sep 1999 06:39:43 +0000 (06:39 +0000)]
varasm.c (mark_constant_pool): When marking indirect references, only look at SYMBOL_REFs.

        * varasm.c (mark_constant_pool): When marking indirect references,
        only look at SYMBOL_REFs.

From-SVN: r29049

25 years agoposix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.
Tom Tromey [Thu, 2 Sep 1999 06:27:00 +0000 (06:27 +0000)]
posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.

* include/posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.
(_Jv_PthreadGetMutex): Use it.
(_Jv_PthreadCheckMonitor): Use new M_COUNT macros.
(_Jv_MutexInit): Use PTHREAD_MUTEX_IS_STRUCT.
(_Jv_MutexLock): Likewise.
(_Jv_MutexUnlock): Likewise.
* include/config.h.in: Rebuilt.
* acconfig.h (PTHREAD_MUTEX_HAVE_M_COUNT,
PTHREAD_MUTEX_HAVE___M_COUNT): New undefs.
* configure: Rebuilt.
* libgcj.spec.in: Don't mention INTERPSPEC.
* configure.in (INTERPSPEC): Removed.
Only run pthreads-related checks when using POSIX threads.  Check
for m_count and __m_count in mutex structure.

From-SVN: r29048

25 years agoexcept.c (expand_fixup_region_end): Do not peek at INSN_UID (node->entry->outer_conte...
Jeffrey A Law [Thu, 2 Sep 1999 06:08:25 +0000 (06:08 +0000)]
except.c (expand_fixup_region_end): Do not peek at INSN_UID (node->entry->outer_context) for flag_new_exceptions.

        * except.c (expand_fixup_region_end): Do not peek at
        INSN_UID (node->entry->outer_context) for flag_new_exceptions.

From-SVN: r29047

This page took 0.135404 seconds and 5 git commands to generate.