1. 21 Jul, 2001 6 commits
    • Daily bump. · 06dff162
      From-SVN: r44224
      GCC Administrator committed
    • extra casting required by new pointer type · c8b0c191
      From-SVN: r44222
      Bruce Korb committed
    • force unsigned char compares · 90376ae2
      From-SVN: r44219
      Bruce Korb committed
    • incorporate patches from 3.0 branch · 907cb30e
      From-SVN: r44218
      Bruce Korb committed
    • flow.c (try_redirect_by_replacing_jump): Correctly compute which insns to delete… · e9644cfe
      flow.c (try_redirect_by_replacing_jump): Correctly compute which insns to delete in the presence of cc0 in a jump insn.
      
      	* flow.c (try_redirect_by_replacing_jump): Correctly compute which
      	insns to delete in the presence of cc0 in a jump insn.
      
      From-SVN: r44217
      Richard Henderson committed
    • Remove old-abi remnants. · 3461fba7
      	Remove old-abi remnants. Remove comments about old abi
      	behaviour. Remove refences to 'new-abi' in comments.
      	* cp-tree.h: Adjust comments.
      	(vbase_offsets_in_vtable_p): Delete.
      	(vcall_offsets_in_vtable_p): Delete.
      	(vptrs_present_everywhere_p): Delete.
      	(all_overridden_vfuns_in_vtables_p): Delete.
      	(merge_primary_and_secondary_vtables_p): Delete.
      	(TYPE_CONTAINS_VPTR_P): Adjust.
      	(VTT_NAME_PREFIX): Remove.
      	(CTOR_VTBL_NAME_PREFIX): Remove.
      	(init_vbase_pointers): Remove.
      	* class.c: Adjust coments.
      	(build_vbase_pointer_fields): Delete.
      	(build_vbase_pointer): Remove old-abi code.
      	(build_secondary_vtable): Likewise.
      	(modify_all_vtables): Likewise.
      	(create_vtable_ptr): Likewise.
      	(layout_class_type): Likewise.
      	(finish_struct_1): Likewise.
      	(finish_vtbls): Likewise.
      	(dfs_finish_vtbls): Delete.
      	(build_vbase_offset_vtbl_entries): Remove old-abi code.
      	* cvt.c: Adjust comments.
      	* decl.c: Adjust comments.
      	* decl2.c: Adjust comments.
      	* init.c: Adjust comments.
      	(construct_virtual_bases): Remove old-abi code.
      	* lang-specs.h: Remove -fno-new-abi.
      	* mangle.c: Adjust comments.
      	* rtti.c: Adjust comments.
      	(get_base_offset): Remove old-abi-code.
      	* search.c: Adjust comments.
      	(dfs_init_vbase_pointers): Remove.
      	(dfs_vtable_path_unmark): Remove.
      	(init_vbase_pointers): Remove.
      	* semantics.c: Adjust comments.
      	(emit_associated_thunks): Remove old-abi code.
      	* typeck.c: Adjust comments.
      
      From-SVN: r44215
      Nathan Sidwell committed
  2. 20 Jul, 2001 26 commits
  3. 19 Jul, 2001 8 commits
    • * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition. · 6dd12198
      	* optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
      	pointer extension instruction.
      	* combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
      	* simplify-rtx.c (simplify_unary_operation) Likewise.
      	* explow.c (convert_memory_address) Check value of
      	POINTERS_EXTEND_UNSIGNED to avoid some conversions when
      	less than zero.
      	* config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
      	MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
      	* config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
      	Add Multilib Support.
      	(POINTERS_EXTEND_UNSIGNED)  Define for ILP32 support.
      	* config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
      	Add Multilib Support.
      	(POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
      	support.
      	* config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
      	* config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
      	a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
      
      From-SVN: r44166
      Steve Ellcey committed
    • simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from old and new… · 0248ce05
      simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from old and new operands in `<', `3' and `b'.
      
      2001-07-19  Alexandre Oliva  <aoliva@redhat.com>
      
      	* simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
      	old and new operands in `<', `3' and `b'.
      
      From-SVN: r44164
      Alexandre Oliva committed
    • Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. · e1772ac0
      	* Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
      	(final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
      	(toplev.o): Don't depend on xcoffout.h.
      	* c-decl.c: Include debug.h
      	(duplicate_decls): Use debug hook.
      	* dbxout.c (dbxout_source_file, dbxout_args): Make static.
      	(dbx_debug_hooks, xcoff_debug_hooks): Update.
      	(dbxout_types): Remove.
      	* dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
      	* debug.c (do_nothing_debug_hooks): Update.
      	(debug_true_tree, debug_nothing_rtx): New.
      	* debug.h (struct rtx_def): New.
      	(struct gcc_debug_hooks): New hooks ignore_block,
      	outlining_inline_function and label.
      	(debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
      	dwarf2out_frame_finish): New.
      	* dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
      	Make static, update prototype.
      	(dwarf2_debug_hooks): Update.
      	* dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
      	dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
      	* dwarfout.c (dwarf_debug_hooks): Update.
      	* emit-rtl.c: Include debug.h.
      	(remove_unnecessary_notes): Use debug hook.
      	* final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
      	(final_scan_insn): Use debug hook.
      	* integrate.c (output_inline_function): Use debug hook.
      	* sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
      	(sdb_debug_hooks): Update.
      	* sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
      	* toplev.c: Don't include xcoffout.h.
      	(note_outlining_of_inline_function, debug_ignore_block): Remove.
      	* toplev.h (note_outlining_of_inline_function, debug_ignore_block):
      	Remove.
      	* tree.h (dwarf2out_do_frame): Remove.
      
      From-SVN: r44163
      Neil Booth committed
    • Restore ASM_OUTPUT_LABEL_REF definition. · 77f43519
      From-SVN: r44162
      Catherine Moore committed
    • reload1.c (eliminate_regs_in_insn): When updating a set to the frame pointer to… · c77fbfbe
      reload1.c (eliminate_regs_in_insn): When updating a set to the frame pointer to the hardware frame pointer...
      
      	* reload1.c (eliminate_regs_in_insn): When updating a set
      	to the frame pointer to the hardware frame pointer, perform
      	the update always not just when REPLACE is set.
      
      From-SVN: r44161
      Geoffrey Keating committed
    • reload1.c (choose_reload_regs): Don't inherit a reload that crosses multiple registers if... · eb4d554e
      	* reload1.c (choose_reload_regs): Don't inherit a reload
      	that crosses multiple registers if registers past the first
      	don't fit in the desired class.
      
      From-SVN: r44160
      Geoffrey Keating committed
    • top.c (ffe_decode_option): Disallow lang-independent processing for -ffixed-form. · 8d3216f8
      	* top.c (ffe_decode_option): Disallow lang-independent processing
      	for -ffixed-form.
      
      From-SVN: r44159
      Jakub Jelinek committed
    • ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode when negating constants. · d54ef62c
      	* ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
      	when negating constants.
      
      From-SVN: r44158
      Geoffrey Keating committed