OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years ago * java/awt/Component.java (toString): Implemented.
bryce [Mon, 31 Jul 2000 04:11:49 +0000 (04:11 +0000)]
* java/awt/Component.java (toString): Implemented.
* java/awt/Container.java (addImpl): Remove FIXME. Only call
dispatchEvent() to dispatch the event.
(removeImpl): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35363 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-30 Anthony Green <green@redhat.com>
green [Mon, 31 Jul 2000 02:33:12 +0000 (02:33 +0000)]
2000-07-30  Anthony Green  <green@redhat.com>

        * java/awt/Component.java: Add treeLock object.
        (getTreeLock): Implement.
        (isShowing): Implement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35362 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/awt/BorderLayout.java (BorderLayout()): New constructor.
tromey [Mon, 31 Jul 2000 02:03:51 +0000 (02:03 +0000)]
* java/awt/BorderLayout.java (BorderLayout()): New constructor.

* java/awt/Frame.java (Frame): Pass `null' to Window constructor.

* java/awt/Window.java (addNotify): Wrote.
(addWindowListener): Wrote.
(getLocale): Wrote.
(getWarningString): Wrote.
(processEvent): Wrote.
(processWindowEvent): Wrote.
(removeWindowListener): Wrote.
(show): Call validate(), setVisible().
(toBack): Wrote.
(toFront): Wrote.

* java/awt/Toolkit.java (createWindow): Declare.

* java/awt/Frame.java (addNotify): Use getToolkit to find
toolkit.

* java/awt/Component.java (invalidate): Wrote.
(isValid): Wrote.
(getToolkit): Wrote.

* java/awt/Container.java (addContainerListener): Removed
unnecessary cast.
(removeContainerListener): Likewise.
(addImpl): Wrote.
(add(Component)): Use it.
(add(String,Component)): Likewise.
(add(Component,int)): Likewise.
(add(Component,Object)): Likewise.
(add(Component,Object,int)): Likewise.
(doLayout): Wrote.
(getAlignmentX): Wrote.
(getAlignmentY): Wrote.
(getComponentAt): Wrote.
(getMaximumSize): Wrote.
(invalidate): Wrote.
(list(PrintStream,int)): Wrote.
(list(PrintWriter,int)): Wrote.
(getMinimumSize): Wrote.
(getPreferredSize): Wrote.
(printComponents): Wrote.
(processContainerEvent): Look at containerListener, not
componentListener.
(remove): Added event processing and peer destruction.
(removeAll): Use remove.
(removeNotify): Wrote.
(validate): Wrote.
(validateTree): Wrote.

* java/awt/Scrollbar.java (addNotify): Do nothing if peer exists.
* java/awt/Label.java (addNotify): Do nothing if peer exists.
* java/awt/Container.java (addNotify): Don't create Container
peer.
* java/awt/Button.java (addNotify): Do nothing if peer exists.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35361 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago Allow indirect primary bases.
mmitchel [Mon, 31 Jul 2000 00:24:44 +0000 (00:24 +0000)]
Allow indirect primary bases.
* cp-tree.h (struct lang_type): Remove vfield_parent.  Add
primary_base.
(CLASSTYPE_VFIELD_PARENT): Remove.
(CLASSTYPE_PRIMARY_BINFO): Reimplement.
(BINFO_PRIMARY_BINFO): Remove.
(CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
(BINFO_VBASE_PRIMARY_P): Likewise.
(BINFO_PRIMARY_BASE_OF): New macro.
(BINFO_INDIRECT_PRIMARY_P): Likewise.
(get_primary_binfo): New function.
* decl.c (lang_mark_tree): Make lang_type::primary_base.
* class.c (vcall_offset_data_s): Rename to ...
(vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
and add ctor_vtbl_p.
(get_derived_offset): Use get_primary_binfo.
(dfs_mark_primary_bases): Adjust handling of virtual primary
bases.
(mark_primary_bases): Likewise.
(set_primary_base): Take a binfo, not an integer, as a
representation of the primary base.
(indirect_primary_base_p): Remove.
(determine_primary_base): Adjust for indirect primary bases.
(dfs_find_final_overrider): Fix typo in coment.
(update_vtable_entry_for_fn): Use get_primary_binfo.
(layout_nonempty_base_or_field): Tweak.
(build_base_fields): Adjust for new primary base semantics.
(dfs_propagate_binfo_offsets): Remove.
(propagate_binfo_offsets): Rewrite.
(dfs_set_offset_for_shared_vbases): Remove.
(layout_virtual_bases): Don't use it.
(layout_class_type): Set CLASSTYPE_SIZE correctly under the new
ABI.
(finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
CLASSTYPE_VFIELD_PARENT.
(dfs_get_primary_binfo): New function.
(get_primary_binfo): Likewise.
(dump_class_hierarchy_r): Tweak printing of primary bases.
(build_vtbl_initializer): Fix typo in comments.  Use
vtbl_init_data.
(build_vcall_and_vbase_vtbl_entries): Likewise.
(build_vbaes_offset_vtbl_entries): Likewise.
(dfs_build_vcall_offset_vtbl_entries): Adjust setting of
BV_VCALL_INDEX to handle indirect primary bases.
(build_vcall_offset_vtbl_entries): Use vtbl_init_data.
(build_rtti_vtbl_entries): Likewise.
* search.c (get_shared_vbase_if_not_primary): Tweak.
(find_vbase_instance): Likewise.
(binfo_for_vtable): Simplify.
* tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
(make_binfo): Make it have 11 entries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35360 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoFix bug in my last checkin.
hubicka [Mon, 31 Jul 2000 00:06:48 +0000 (00:06 +0000)]
Fix bug in my last checkin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35359 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * Makefile.in (OBJS): Add doloop.o.
rth [Sun, 30 Jul 2000 23:58:03 +0000 (23:58 +0000)]
* Makefile.in (OBJS): Add doloop.o.
* doloop.c: New file.

* final.c (insn_current_reference_address): Return 0 before final.
* flags.h (flag_branch_on_count_reg): Fix typos in commentary.
* jump.c (any_uncondjump_p): Likewise.
* loop.c (indirect_jump_in_function): Make static.
(strength_reduce): Call doloop_optimize.
(insert_bct, instrument_loop_bct): Remove.
* loop.h (doloop_optimize): Prototype.
* recog.c (split_all_insns): Split all INSN_P.
* toplev.c (flag_branch_on_count_reg): Default on.

* config/c4x/c4x.c (c4x_optimization_options): Don't set
flag_branch_on_count_reg.
* config/i386/i386.c (override_options): Likewise.
* config/rs6000/rs6000.c (optimization_options): Likewise.

* config/i386/i386.md (decrement_and_branch_on_count): Remove.
(doloop_end): New.
(dbra_ge): Remove, as well as all it's splitters.

* config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
(doloop_end): New.

* config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
(ia64_register_move_cost): Declare.
* config/ia64/ia64.c (ar_lc_reg_operand): New.
(struct ia64_frame_info): Add ar_size.
(ia64_compute_frame_size): Set it.
(save_restore_insns): Save and restore ar.lc.
(ia64_register_move_cost): New, moved from header file.  Handle
application registers.
(REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
(emit_insn_group_barriers): Special case doloop_end_internal.
(ia64_epilogue_uses): Mark ar.lc live at end.
* config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
(AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
(FIRST_PSEUDO_REGISTER): Make room.
(AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
(FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
(REG_ALLOC_ORDER): Update.
(HARD_REGNO_MODE_OK): Update.
(REGISTER_NAMES): Update.
(enum reg_class): Add AR_M_REGS and AR_I_REGS.
(REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
(REGNO_REG_CLASS): Update.
(LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
(REGISTER_MOVE_COST): Move out of line.
(PREDICATE_CODES): Update.
* config/ia64/ia64.md (movdi patterns): Handle ar register classes.
(addsi3_plus1_alt, adddi3_plus1_alt): New.
(shladd_elim splitter): Allow constants in the predicate.
(doloop_end, doloop_end_internal): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35358 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.dg/c90-digraph-1.c: Don't xfail.
rth [Sun, 30 Jul 2000 23:54:59 +0000 (23:54 +0000)]
    * gcc.dg/c90-digraph-1.c: Don't xfail.
        * gcc.dg/compare2.c (case 10): Xfail.
        * gcc.dg/noncompile/redecl-1.c: Fix expected error message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35357 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * genattrtab.c (struct insn_def): Add lineno member.
rth [Sun, 30 Jul 2000 23:38:26 +0000 (23:38 +0000)]
    * genattrtab.c (struct insn_def): Add lineno member.
        (struct insn_ent): Likewise.
        (struct attr_desc): Likewise.
        (struct delay_desc): Likewise.
        (struct function_unit_op): Likewise.
        (struct function_unit): Likewise.
        (check_attr_value): Use message_with_line.
        (check_defs): Likewise.
        (expand_units): Likewise.
        (check_attr_test): Take a lineno argument.
        (gen_attr): Likewise.
        (gen_insn): Likewise.
        (gen_delay): Likewise.
        (gen_unit): Likewise.
        (main): Give it to them.
        (convert_set_attr_alternative): Take an insn_def argument
        instead of num_alt and insn_index.
        (convert_set_attr): Likewise.
        (write_test_expr): Protect INSN_ADDRESSES load
        with INSN_ADDRESSES_SET_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35356 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * mangle.c (DECL_TEMPLATE_ID_P): Remove.
samuel [Sun, 30 Jul 2000 23:37:04 +0000 (23:37 +0000)]
* mangle.c (DECL_TEMPLATE_ID_P): Remove.
(CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
ascertaining primaryness.
(G): Remove template_args.
(decl_is_template_id): New function.
(write_encoding): Use decl_is_template_id.
(write_name): Likewise.  Handle type_decls.  Get main variant of
type decls.
(write_nested_name): Likewise.
(write_prefix): Likewise.
(write_template_prefix): Likewise.
(write_special_name_constructor): Remove defunct production from
comment.
(write_bare_function_type): Remove comment about absent parameter.
(write_template_template_arg): Add missing grammar production to
comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35355 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/awt/Container.java (remove(int)): Wrote.
tromey [Sun, 30 Jul 2000 23:19:57 +0000 (23:19 +0000)]
* java/awt/Container.java (remove(int)): Wrote.
(remove(Component)): Wrote.
(add(Component)): Wrote.
(add(Component,int)): Wrote.
(removeAll): Wrote.
(addNotify): Set our own peer.
* java/awt/Scrollbar.java (listeners): Changed type.
(Scrollbar): Don't initialize listeners.
(addNotify): Wrote.
(setValue): Call setValues.
(setMinimum): Likewise.
(setMaxPriority): Likewise.
(setVisibleAmount): Likewise.
(setValues): Wrote.
(setUnitIncrement): Forward to peer.
(setLineIncrement): Call setUnitIncrement.
(setPageIncrement): Call setBlockIncrement.
(setBlockIncrement): Forward to peer.
(addAdjustmentListener): Rewrote.
(removeAdjustmentListener): Rewrote.
(processAdjustmentEvent): Rewrote.
(paramString): Wrote.
* Makefile.in: Rebuilt.
* Makefile.am (awt_java_source_files): Added Button.java.
* java/awt/Button.java: New file.
* java/awt/Toolkit.java (createLabel): Declare.
(createButton): Likewise.
(createScrollbar): Likewise.
(createContainer): Likewise.
* java/awt/Label.java (addNotify): Wrote.
(setAlignment): Call setAlignment in the peer.
(setText): Call setText in the peer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35354 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * flow.c (init_propagate_block_info): Use pc_set.
rth [Sun, 30 Jul 2000 23:05:52 +0000 (23:05 +0000)]
    * flow.c (init_propagate_block_info): Use pc_set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35353 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoTest case for gcj/295.
green [Sun, 30 Jul 2000 21:50:24 +0000 (21:50 +0000)]
Test case for gcj/295.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35352 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * i386.md (*lea_general_[123]) New insns and splits.
hubicka [Sun, 30 Jul 2000 18:59:56 +0000 (18:59 +0000)]
* i386.md (*lea_general_[123]) New insns and splits.
(addsi3 to lea splitter): Handle other modes too.
(shlsi3 to lea splitter): Likewise.
(addhi_1_lea, shlhi_1_lea): New patterns.
(addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35351 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * recog.c (general_operand, nonimmediate_operand): Accept
hubicka [Sun, 30 Jul 2000 18:53:33 +0000 (18:53 +0000)]
* recog.c (general_operand, nonimmediate_operand): Accept
any mode for VOIDmode CONSTANT_P operands.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35350 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
hubicka [Sun, 30 Jul 2000 18:44:13 +0000 (18:44 +0000)]
* gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
instead of replace_rtx.
* recog.c (validate_replace_rtx_subexp): New function.
* recog.h (validate_replace_rtx_subexp): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35349 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * combine.c (simplify_set, make_extraction, make_compound_operation
hubicka [Sun, 30 Jul 2000 18:40:12 +0000 (18:40 +0000)]
* combine.c (simplify_set, make_extraction, make_compound_operation
make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
as force_to_mode argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35348 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * combine.c (if_then_else_cond): Be sure that mode fits in HOST_WIDE_INT
hubicka [Sun, 30 Jul 2000 18:35:53 +0000 (18:35 +0000)]
* combine.c (if_then_else_cond): Be sure that mode fits in HOST_WIDE_INT

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35347 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * combine.c (record_promoted_value): Allow bitsize of mode
hubicka [Sun, 30 Jul 2000 18:30:05 +0000 (18:30 +0000)]
* combine.c (record_promoted_value):  Allow bitsize of mode
to be equivalent to HOST_BITS_PER_WISE_INT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35346 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * function.c (assign_stack_local_1, assign_stack_temp_for_type):
hubicka [Sun, 30 Jul 2000 18:26:46 +0000 (18:26 +0000)]
* function.c (assign_stack_local_1, assign_stack_temp_for_type):
Do not call gen_mode_alignment when mode is BLKmode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35345 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * loop.c (express_from_1): Fix call of simplify_gen_binary.
hubicka [Sun, 30 Jul 2000 18:23:54 +0000 (18:23 +0000)]
* loop.c (express_from_1): Fix call of simplify_gen_binary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35344 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
hubicka [Sun, 30 Jul 2000 18:13:10 +0000 (18:13 +0000)]
* simplify-rtx.c (simplify_relational_operation): Verify that mode ==
VOIDmode implies both operands to be VOIDmode.
(simplify_ternary_operation): Compute properly the mode of comparison.
* combine.c (combine_simplify_rtx): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35343 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * basic-block.h (struct loops): New field rc_order.
m.hayes [Sun, 30 Jul 2000 10:35:03 +0000 (10:35 +0000)]
* basic-block.h (struct loops): New field rc_order.
* flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
(flow_loops_free): Free rc_order.
(flow_depth_first_order_compute): New parameter rc_order.
(flow_loops_find): Allocate rc_order and swap usage with
  dfs_order.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35342 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
m.hayes [Sun, 30 Jul 2000 09:12:46 +0000 (09:12 +0000)]
* config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
(push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
(nodb_call, return_from_epilogue): Likewise.
(return_from_interrupt_epilogue, prologue, epilogue): Likewise.
* config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
* config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
(c4x_expand_prologue, c4x_expand_epilogue): Likewise.
(c4x_valid_type_attribute_p): Likewise.
* config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
(FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35341 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
m.hayes [Sun, 30 Jul 2000 08:42:57 +0000 (08:42 +0000)]
* config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
and loadhi_big_constant if applicable.
* config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
and add new splitter.s

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35339 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
m.hayes [Sun, 30 Jul 2000 08:29:01 +0000 (08:29 +0000)]
* config/c4x/c4x.c (c4x_rptb_insert): Make more robust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35338 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
m.hayes [Sun, 30 Jul 2000 08:25:57 +0000 (08:25 +0000)]
* config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35337 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
m.hayes [Sun, 30 Jul 2000 08:21:43 +0000 (08:21 +0000)]
* config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35336 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/c4x/libgcc.S: (divqf3): Improve accuracy.
m.hayes [Sun, 30 Jul 2000 08:12:12 +0000 (08:12 +0000)]
* config/c4x/libgcc.S: (divqf3): Improve accuracy.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35335 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Sun, 30 Jul 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35334 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoAdded to test Objective-C strings.
ovidiu [Sun, 30 Jul 2000 05:45:10 +0000 (05:45 +0000)]
Added to test Objective-C strings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35333 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
aoliva [Sun, 30 Jul 2000 05:35:14 +0000 (05:35 +0000)]
* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
Do not override if already set in the environment or in configure.
Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
(FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35332 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoRevert previous checkin.
mmitchel [Sat, 29 Jul 2000 19:45:41 +0000 (19:45 +0000)]
Revert previous checkin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35331 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * Makefile.in: Generate objc parser along with the C parser.
mmitchel [Sat, 29 Jul 2000 19:33:55 +0000 (19:33 +0000)]
* Makefile.in: Generate objc parser along with the C parser.
        * objc/Make-lang.in:  Remove generation of objc parser.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35330 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoAdded libtool support for building libobjc.
ovidiu [Sat, 29 Jul 2000 19:19:43 +0000 (19:19 +0000)]
Added libtool support for building libobjc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35329 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * configure.in (mips*-*-linux*): Use mips*el to check for little
aj [Sat, 29 Jul 2000 10:36:20 +0000 (10:36 +0000)]
* configure.in (mips*-*-linux*): Use mips*el to check for little
endian MIPS, add tmake_file.

* config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
(SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35328 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Sat, 29 Jul 2000 07:45:08 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35327 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoRemoved the explicit prototypes for strlen and memcpy on 64-bit
ovidiu [Sat, 29 Jul 2000 07:11:04 +0000 (07:11 +0000)]
Removed the explicit prototypes for strlen and memcpy on 64-bit
platforms (Suggested by Rodney Brown <rdb@cup.hp.com>).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35326 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/io/ObjectOutputStream.java (writeObject): Per spec, call
warrenl [Fri, 28 Jul 2000 23:48:19 +0000 (23:48 +0000)]
* java/io/ObjectOutputStream.java (writeObject): Per spec, call
NotSerializableException with just the class name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35325 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/ia64/ia64.c (ia64_print_operand): Fix typos.
rth [Fri, 28 Jul 2000 19:46:18 +0000 (19:46 +0000)]
    * config/ia64/ia64.c (ia64_print_operand): Fix typos.
        Sign extend mode size before negating.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35324 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-28 Alexandre Oliva <aoliva@redhat.com>
bkoz [Fri, 28 Jul 2000 18:04:21 +0000 (18:04 +0000)]
2000-07-28  Alexandre Oliva  <aoliva@redhat.com>

        * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
the libtool CVS tree multi-language branch.
* ltconfig, ltmain.sh: Updated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35323 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-28 Alexandre Oliva <aoliva@redhat.com>
bkoz [Fri, 28 Jul 2000 17:56:27 +0000 (17:56 +0000)]
2000-07-28  Alexandre Oliva  <aoliva@redhat.com>

* acinclude.m4: Include ../libtool.m4.
* aclocal.m4, configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35322 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
rth [Fri, 28 Jul 2000 17:46:18 +0000 (17:46 +0000)]
* cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
(cse_insn): Likewise.
(addr_affects_sp_p): Likewise.
* expr.c (move_by_pieces): Likewise.
(clear_by_pieces): Likewise.
* gcse.c (oprs_unchanged_p): Likewise.
* haifa-sched.c (sched_analyze_2): Likewise.
* recog.c (offsettable_address_p): Likewise.
* regclass.c (record_address_regs): Likewise.
* reload.c (find_reusable_reload): Likewise.
(push_reload): Likewise.
(operands_match_p): Likewise.
(decompose): Likewise.
(find_reloads_address_1): Likewise.
(find_inc_amount): Likewise.
* reload1.c (elimination_effects): Likewise.
* resource.c (mark_set_resources): Likewise.
* flow.c (attempt_auto_inc): New function; mostly broken out
of find_auto_inc.
(find_auto_inc): Split into two functions and enhanced to
generate POST_MODIFY.
* rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
* rtl.h (count_all_occurrences):  Declare.
(HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
defined.
* rtlanal.c (count_all_occurrences): New function.
* tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.

* config/ia64/ia64-protos.h (destination_operand): Declare.
* config/ia64/ia64.c (destination_operand): New function.
(ia64_print_operand): Handle POST_MODIFY.
(rtx_needs_barrier): Likewise.
* config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
(HAVE_POST_MODIFY_REG): Define to 1.
(MAX_REGS_PER_ADDRESS): Change to 2.
(GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
(LEGITIMATE_ADDRESS_REG): New helper macro.
(LEGITIMATE_ADDRESS_DISP): Likewise.
(PREDICATE_CODES): Add entry for destination_operand.
* config/ia64/ia64.md (all mov patterns): Use destination_operand
predicate for operand 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35321 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
rth [Fri, 28 Jul 2000 17:41:00 +0000 (17:41 +0000)]
    * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35320 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * dwarf2out.c: Indent #error directive.
ghazi [Fri, 28 Jul 2000 16:08:54 +0000 (16:08 +0000)]
* dwarf2out.c: Indent #error directive.

* gbl-ctors.h: Fix typo in comment.
(__do_global_ctors): Prototype.

* gcse.c (record_one_set, pre_delete): Remove unused variables.

* rs6000.c (rs6000_maybe_dead): Delete unused prototype.
(print_operand): Initialize variable `t'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35319 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoremoved constraints in expander.
aldyh [Fri, 28 Jul 2000 16:03:17 +0000 (16:03 +0000)]
removed constraints in expander.
split =rf constraints into =r,f

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35318 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-28 Philipp Thomas <pthomas@suse.de>
pthomas [Fri, 28 Jul 2000 13:24:20 +0000 (13:24 +0000)]
2000-07-28  Philipp Thomas  <pthomas@suse.de>

* install.texi (--enable-nls): Change the description of the NLS
related configure options to match the current state.
(--with-included-gettext): Likewise.
(--enable-maintainer-mode): New description added.
* extend.texi (-fstrict-prototype): Add missing '.'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35317 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-26 Andrew Haley <aph@cygnus.com>
aph [Fri, 28 Jul 2000 13:11:45 +0000 (13:11 +0000)]
2000-07-26  Andrew Haley  <aph@cygnus.com>

        * interpret.cc (continue1): Insert missing break into switch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35316 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/io/ObjectStreamException.java: Made constructors protected.
warrenl [Fri, 28 Jul 2000 11:58:03 +0000 (11:58 +0000)]
* java/io/ObjectStreamException.java: Made constructors protected.

Adjusts serialVersionUID.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35315 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Fri, 28 Jul 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35314 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-27 Tom Tromey <tromey@cygnus.com>
tromey [Fri, 28 Jul 2000 06:57:31 +0000 (06:57 +0000)]
2000-07-27  Tom Tromey  <tromey@cygnus.com>
            Anthony Green  <green@cygnus.com>
    Alexandre Petit-Bianco  <apbianco@cygnus.com>

* class.c (make_class_data): Create vtable for abstract classes.
(get_dispatch_table): Changed to cope with abstract classes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35313 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agonew
jason [Fri, 28 Jul 2000 06:08:21 +0000 (06:08 +0000)]
new

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35312 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * decl.c (duplicate_decls): If common_type produces a non-typedef
jason [Fri, 28 Jul 2000 06:05:11 +0000 (06:05 +0000)]
    * decl.c (duplicate_decls): If common_type produces a non-typedef
        type for a typedef, just use the old type.

        * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
        TYPE_PTRMEMFUNC_P.
        * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35311 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoFix dwarf2out abort found while compiling PlumHall on IA-64.
wilson [Fri, 28 Jul 2000 03:43:13 +0000 (03:43 +0000)]
Fix dwarf2out abort found while compiling PlumHall on IA-64.
* dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
DECL_INITIAL (decl) == NULL_TREE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35310 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/io/OutputStreamWriter.java (close): Only flush if not
tromey [Fri, 28 Jul 2000 02:54:16 +0000 (02:54 +0000)]
* java/io/OutputStreamWriter.java (close): Only flush if not
closed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35309 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
aoliva [Fri, 28 Jul 2000 02:22:17 +0000 (02:22 +0000)]
* Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
(clean-target): Depend on it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35308 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* Makefile.in (INSN_ATTR_H): New macro. Replace all dependencies
aoliva [Fri, 28 Jul 2000 02:17:26 +0000 (02:17 +0000)]
* Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
on insn-attr.h with it.
* genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
* insn-addr.h: New header.
(insn_addresses_): Renamed from insn_addresses.
(INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
INSN_ADDRESSES_NEW): New macros.
* genattrtab.c (write_test_expr): Use new macros.
* final.c (insn_addresses, init_insn_lengths): Likewise.
(align_fuzz, shorten_branches): Likewise.
(final): Likewise.  Do not reject new insns if their addresses
have been added to INSN_ADDRESSES.
* config/arm/arm.c, config/avr/avr.c: Use new macros.
* config/h8300/h8300.c, config/i370/i370.c: Likewise.
* config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
* config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
* config/sh/sh.c: Likewise.
(output_branchy_insn): Use INSN_ADDRESSES_NEW.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35307 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* Makefile.in (FLAGS_FOR_TARGET): New macro.
aoliva [Fri, 28 Jul 2000 02:10:47 +0000 (02:10 +0000)]
* Makefile.in (FLAGS_FOR_TARGET): New macro.
(GCC_FOR_TARGET): Use it.
(CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
* configure.in: ... here.
(FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
(libstdcxx_flags): Define and append to CXX_FOR_TARGET.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35306 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
aoliva [Fri, 28 Jul 2000 01:57:07 +0000 (01:57 +0000)]
* Makefile.in (bootstrap): Move -BstageN/ back to the beginning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35305 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* gcc.c (struct prefix_list): Add member priority.
aoliva [Fri, 28 Jul 2000 01:46:11 +0000 (01:46 +0000)]
* gcc.c (struct prefix_list): Add member priority.
(enum path_prefix_priority): Declare.
(add_prefix): Replace ``first'' with ``priority''.  Append new
entry but keep list in priority order.
(process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
PREFIX_PRIORITY_LAST to add_prefix.
(process_command): Move include kludge - foo/stageN - to before
foo/include.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35304 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-27 Tom Tromey <tromey@cygnus.com>
apbianco [Fri, 28 Jul 2000 00:30:19 +0000 (00:30 +0000)]
2000-07-27  Tom Tromey  <tromey@cygnus.com>

        * parse.y (patch_method_invocation): Don't reverse the argument
        list when dealing with anonymous class constructors. Fixed typo in
        comment.

2000-07-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (build_alias_initializer_parameter_list): Reverse
        crafted list when building aliases for anonymous class
        constructors.

(http://gcc.gnu.org/ml/gcc-patches/2000-07/msg01146.html)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35303 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * mauve-libgcj: Activated serialization tests.
warrenl [Thu, 27 Jul 2000 23:57:07 +0000 (23:57 +0000)]
* mauve-libgcj: Activated serialization tests.
* gcj/field.h (getModifiers): Mask off unknown flags.
* gnu/java/security/provider/SHA.java (munch): Reset buffer to 0 so
spurious bits don't cause discrepancies.
* java/io/ObjectOutputStream.java: Fixed typo in comment.
* java/io/ObjectStreamClass.java: Fixed typos in comments.
(lookup): Applied patch from Brian Jones <cbj@gnu.org> to optimize.
(hasClassInitializer): Call getDeclaredMethod instead of getMethod.
* java/lang/Throwable.java (serialVersionUID): New field.
* java/lang/reflect/Modifier.java (ALL_FLAGS): Preserve STRICT if used.
* java/lang/reflect/natConstructor.cc (getModifiers): Mask off
unknown flags.
* java/lang/reflect/natMethod.cc: Ditto.
* java/security/Key.java (serialVersionUID): Removed field for now.
* java/security/interfaces/DSAPrivateKey.java (serialVersionUID): Ditto.
* java/security/interfaces/DSAPublicKey.java (serialVersionUID): Ditto.

Serialization mods.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35302 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cp-tree.h (function_depth): Declare.
mmitchel [Thu, 27 Jul 2000 21:10:29 +0000 (21:10 +0000)]
* cp-tree.h (function_depth): Declare.
(verify_stmt_tree): Likewise.
(find_tree): Likewise.
* decl.c (function_depth): Give it external linkage.
* optimize.c (optimize_function): Increment and decrement it.
* tree.c (verify_stmt_tree_r): New function.
(verify_stmt_tree): Likewise.
(find_tree_r): Likewise.
(find_tree): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35301 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * c-decl.c (finish_function): Don't treat 'main' specially unless
law [Thu, 27 Jul 2000 19:51:41 +0000 (19:51 +0000)]
* c-decl.c (finish_function): Don't treat 'main' specially unless
flag_hosted.  In C99 mode, return 0 from 'main' unless
DEFAULT_MAIN_RETURN is otherwise defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35300 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.dg/c99-main-1.c: New test.
law [Thu, 27 Jul 2000 19:49:25 +0000 (19:49 +0000)]
    * gcc.dg/c99-main-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35299 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoFix typo.
law [Thu, 27 Jul 2000 18:50:18 +0000 (18:50 +0000)]
Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35298 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * dwarf2out.c (gen_typedef_die): Abort if we get identical
jason [Thu, 27 Jul 2000 18:22:39 +0000 (18:22 +0000)]
    * dwarf2out.c (gen_typedef_die): Abort if we get identical
        TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.

        * typeck.c (common_type): If we're just returning one of our
        arguments, don't strip typedef types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35297 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago Put phi nodes after NOTE_INSN_BASIC_BLOCK.
mmitchel [Thu, 27 Jul 2000 17:25:14 +0000 (17:25 +0000)]
Put phi nodes after NOTE_INSN_BASIC_BLOCK.
* rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
* bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
(get_prev_bb_note): Likewise.
(remove_scope_notes): Likewise.
* flow.c (commit_one_edge_insertion): Likewise.
(merge_blocks_nomove): Likewise.
(verify_flow_info): Likewise.
* gcse.c (insert_insn_end_bb): Likewise.
* reg-stack.c (emit_swap_insn): Likewise.
* ssa.c (first_insn_after_basic_block_note): New function.
(insert_phi_node): Use it.
(rename_block): Likewise.
(eliminate_phi): Likewise.
(make_regs_equivalent_over_bad_edges): Likewise.
(make_equivalent_phi_alternatives_equivalent): Likewise.
(for_each_successor_phi): Likewise.
(convert_from_ssa): Modify phi-node deletion algorithm.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35296 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * java/awt/geom/RectangularShape.java (getPathIterator):
tromey [Thu, 27 Jul 2000 16:27:42 +0000 (16:27 +0000)]
* java/awt/geom/RectangularShape.java (getPathIterator):
Wrote.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35295 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * fini.c (main): Avoid automatic aggregate initialization.
ghazi [Thu, 27 Jul 2000 15:58:01 +0000 (15:58 +0000)]
* fini.c (main): Avoid automatic aggregate initialization.

* proj.h: Indent #error directive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35294 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
law [Thu, 27 Jul 2000 15:54:27 +0000 (15:54 +0000)]
    * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
        * tree.h (get_alias_set, lang_get_alias_set): Prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35293 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
law [Thu, 27 Jul 2000 15:49:56 +0000 (15:49 +0000)]
    * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
        parameters defaulting to int in an old-style function definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35292 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
law [Thu, 27 Jul 2000 15:39:08 +0000 (15:39 +0000)]
    * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35291 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * c-parse.in (string): For -Wtraditional, warn about string
ghazi [Thu, 27 Jul 2000 15:35:32 +0000 (15:35 +0000)]
* c-parse.in (string): For -Wtraditional, warn about string
concatenation only once per line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35290 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
law [Thu, 27 Jul 2000 15:26:05 +0000 (15:26 +0000)]
    * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
        for HI-UX/WE2 systems.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35289 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agorely* on GCC defining the __xxx_TYPE__ macros
korbb [Thu, 27 Jul 2000 13:29:21 +0000 (13:29 +0000)]
rely* on GCC defining the __xxx_TYPE__ macros

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35288 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-25 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Thu, 27 Jul 2000 11:13:51 +0000 (11:13 +0000)]
2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (jdep_resolve_class): Don't bother checking potential
        innerclass access if `decl' is NULL.
        (find_in_imports_on_demand): TREE_PURPOSE of `import' contains the
        WFL.

2000-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (find_as_inner_class): Removed 2000-07-19 patches.
        * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Local `decl' moved
        outside the `if' statement, alias to innerclass removed, `decl'
        used to mark the class complete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35287 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Thu, 27 Jul 2000 07:45:08 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35286 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * decl.c (start_cleanup_fn): Mark the function as `inline'.
mmitchel [Thu, 27 Jul 2000 04:49:17 +0000 (04:49 +0000)]
* decl.c (start_cleanup_fn): Mark the function as `inline'.
* decl2.c (get_guard): Call cp_finish_decl, not
rest_of_decl_compilation, for local guards.
* lex.c (do_identifier): Remove unused variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35285 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoThu Jul 27 11:54:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
cagney [Thu, 27 Jul 2000 02:19:28 +0000 (02:19 +0000)]
Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>

        * cpp.texi: Append a trailing full-stop to xrefs where needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35284 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-04-27 Dave Pitts <dpitts@cozx.com>
law [Thu, 27 Jul 2000 02:00:36 +0000 (02:00 +0000)]
2000-04-27  Dave Pitts  <dpitts@cozx.com>

        * config/mh-openedition.h: Added -DLE370 definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35283 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
law [Thu, 27 Jul 2000 01:55:55 +0000 (01:55 +0000)]
    * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
        routine constants.
        (mvs_hash_alias): New function.
        (mvs_add_alias): Change argument spacing.
        (mvs_need_alias): Change aliasing criteria. Added documentation.
        (mvs_get_alias): Change to use hashed name. The hashed name prevents
        CSECT name collisions.
        (mvs_check_alias): Likewise.
        (handle_pragma): Change documentation.
        * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
        mode from SImode to DImode.
        (iorhi3): Changed LTORG size for insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35282 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
law [Thu, 27 Jul 2000 01:48:33 +0000 (01:48 +0000)]
    * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to
        __DJGPP__. Use P_WAIT instead of constant in the spawnv* call.
        Cast program to 'char *' in errmsg_arg assignment.
        (PWAIT_ERROR): Define.
        (pwait): Use PWAIT_ERROR.  Adjust DJGPP's status code to conform
        to DJGPP's WIF* macros.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35281 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
law [Thu, 27 Jul 2000 01:45:41 +0000 (01:45 +0000)]
    * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
        mem if the address is a mode_dependent_address_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35280 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.c-tortuer/execute/20000726-1.c: New test.
law [Thu, 27 Jul 2000 01:43:08 +0000 (01:43 +0000)]
    * gcc.c-tortuer/execute/20000726-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35279 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * h8300.c (print_operand): Print ":8" when the 'R' operand is
law [Thu, 27 Jul 2000 01:38:33 +0000 (01:38 +0000)]
    * h8300.c (print_operand): Print ":8" when the 'R' operand is
        suitable for 8-bit absolute.
        * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
        (OK_FOR_U): Add a case for the 8-bit constant address on the
        H8/300H.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35278 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
law [Thu, 27 Jul 2000 01:35:17 +0000 (01:35 +0000)]
    * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
        && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
        ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
        lack of implemented alignment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35277 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoAdd Geoff K to the folks with global write permissions.
law [Thu, 27 Jul 2000 01:28:25 +0000 (01:28 +0000)]
Add Geoff K to the folks with global write permissions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35276 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
geoffk [Thu, 27 Jul 2000 00:15:23 +0000 (00:15 +0000)]
* emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
cross-compiling between 64-bit and 32-bit machines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35275 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
rth [Thu, 27 Jul 2000 00:12:52 +0000 (00:12 +0000)]
    * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
        (movhicc_astep, movhi_internal_astep): New.
        (movsicc_astep, movsi_internal_astep): New.
        (movdicc_astep, movdi_internal_astep): New.
        (movsfcc_astep, movsf_internal_astep): New.
        (movdfcc_astep, movdf_internal_astep): New.
        (movxfcc_astep, movxf_internal_astep): New.
        (cmovdi_internal_astep, cmovsi_internal_astep): New.
        Unify the cmov[ds]i splitters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35274 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * getcwd.c: Include string.h, stdlib.h for prototypes
law [Wed, 26 Jul 2000 23:29:55 +0000 (23:29 +0000)]
    * getcwd.c: Include string.h, stdlib.h for prototypes

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35273 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * Makefile.in (rename.o, waitpid.o): Depend on config.h
law [Wed, 26 Jul 2000 23:23:24 +0000 (23:23 +0000)]
    * Makefile.in (rename.o, waitpid.o): Depend on config.h
        * rename.c: include config.h, unistd.h
        * waitpid.c: include config.h, sys/wait.h

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35272 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * real.c (asctoeg): Rename `error' label to unexpected_char_error
law [Wed, 26 Jul 2000 23:18:47 +0000 (23:18 +0000)]
    * real.c (asctoeg): Rename `error' label to unexpected_char_error

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35271 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoRemove definition of __arm__ from CPP_PREDEFINES
nickc [Wed, 26 Jul 2000 21:39:42 +0000 (21:39 +0000)]
Remove definition of __arm__ from CPP_PREDEFINES

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35270 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-26 Phil Edwards <pme@sourceware.cygnus.com>
pme [Wed, 26 Jul 2000 21:30:45 +0000 (21:30 +0000)]
2000-07-26  Phil Edwards  <pme@sourceware.cygnus.com>

* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Test for GNU ld
  before trying to use any of its options.
  (CHECK_MATH_DECL*,CHECK_BUILTIN_MATH_DECL*):  Cache tests.
* aclocal.m4:  Regenerate.
* configure.in:  Having found GNU make, name it.
* configure:  Regenerate.
* docs/install.html:  Mention possible problems with caching.
* src/Makefile.am (CXXLINK):  Use new OPT_LDFLAGS.
* src/Makefile.in:  Regenerate.
* libio/Makefile.in:  Regenerate.
* math/Makefile.in:  Regenerate.
* Makefile.in:  Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35269 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoAccept SEQUENCE as well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
nickc [Wed, 26 Jul 2000 20:59:32 +0000 (20:59 +0000)]
Accept SEQUENCE as well as PARALLEL blocks in FRAME_RELATED_EXPR notes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35268 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-26 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
bkoz [Wed, 26 Jul 2000 20:55:48 +0000 (20:55 +0000)]
2000-07-26  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* src/misc-inst.cc (std): Remove instantiations.

* acinclude.m4: Add forward-looking bits for autoconf.
* aclocal.m4: Regenerate.

* bits/ostream.tcc (ostream::operator<<): Fix const char* case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35267 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * parse.y: Add missing ';'.
mmitchel [Wed, 26 Jul 2000 18:15:28 +0000 (18:15 +0000)]
* parse.y:  Add missing ';'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35266 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * parse.y (empty_parms): Use `()', not `(...)', when in the scope
mmitchel [Wed, 26 Jul 2000 15:40:08 +0000 (15:40 +0000)]
* parse.y (empty_parms): Use `()', not `(...)', when in the scope
of `extern "C++"'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35265 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-07-26 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Wed, 26 Jul 2000 12:37:12 +0000 (12:37 +0000)]
2000-07-26  Toon Moene  <toon@moene.indiv.nluug.nl>

* lang-specs.h: Remove one /dev/null from tradcpp invocation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35264 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Wed, 26 Jul 2000 07:45:08 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35263 138bc75d-0d04-0410-961f-82ee72b054a4