Commit Graph

39931 Commits

Author SHA1 Message Date
Paolo Carlini a2ee914480 algo.h: Include <ext/algorithm>, tweak using declarations.
2001-12-31  Paolo Carlini  <pcarlini@unitus.it>

        * include/backward/algo.h:  Include <ext/algorithm>,
        tweak using declarations.

From-SVN: r48421
2001-12-31 09:10:39 +00:00
GCC Administrator 2b0ee5c813 Daily bump.
From-SVN: r48419
2001-12-31 08:16:10 +00:00
Graham Stott b8fcefb506 * halfpic.h: Remove foward defs of tree_node and rtx_def.
From-SVN: r48418
2001-12-31 06:03:23 +00:00
Graham Stott b88098a30b * toplev.h: Remove forward def of tree_node, rtx_def.
From-SVN: r48417
2001-12-31 05:54:02 +00:00
Graham Stott b52155b696 except.h: Remove forward def of tree_node, rtx_def and define of tree, rtx.
* except.h: Remove forward def of tree_node, rtx_def and
        define of tree, rtx. Also remove undefs.

From-SVN: r48416
2001-12-31 05:44:58 +00:00
Graham Stott d505d66461 basic-block.h: Remove forward def of tree_node and define of tree.
* basic-block.h: Remove forward def of tree_node and
        define of tree.

From-SVN: r48415
2001-12-31 05:44:08 +00:00
Graham Stott 47f1618a35 except.h: Remove forward def of tree_node, rtx_def and define of tree, rtx.
* except.h: Remove forward def of tree_node, rtx_def and
        define of tree, rtx. Also remove undefs.

        * basic-block.h: Remove forward def of tree_node and
        define of tree.

From-SVN: r48414
2001-12-31 05:42:52 +00:00
Graham Stott b90d6aac62 Remove extranwous changelog header.
From-SVN: r48413
2001-12-31 04:46:11 +00:00
Richard Henderson d73b1f074b cfglayout.c (scope_def, [...]): Remove.
* cfglayout.c (scope_def, scope_forest_info, forest,
        relate_bbs_with_scopes, make_new_scope, build_scope_forest,
        remove_scope_notes, insert_intra_before_1, insert_intra_1,
        insert_intra_bb_scope_notes, insert_inter_bb_scope_notes,
        rebuild_scope_notes, free_scope_forest_1, dump_scope_forest,
        dump_scope_forest_1, get_next_bb_note, get_prev_bb_note): Remove.
        (fixup_reorder_chain): Don't set scope for bb.
        (insn_scopes, scope_to_insns_initialize, set_block_levels,
        change_scope, scope_to_insns_finalize): New.
        (cfg_layout_initialize, cfg_layout_finalize): Update to match.
        * cfglayout.h (scope_def, scope): Remove.
        (reorder_block_def): Remove scope member.
        (scope_to_insns_initialize, scope_to_insns_finalize): Declare.
        * haifa-sched.c: Revert reemit_other_notes change.
        * sched-ebb.c (schedule_ebbs): Don't call remove_unnecessary_notes.
        Use scope_to_insns_initialize and scope_to_insns_finalize.
        * sched-rgn.c (schedule_insns): Likewise.

        * gcc.dg/debug-6.c: New.

From-SVN: r48412
2001-12-30 20:19:35 -08:00
Graham Stott eb3aaa5b86 * c-lex.c: Include tree.h before expr.h
From-SVN: r48411
2001-12-31 04:13:35 +00:00
Graham Stott 742b62e75a * c-typeck.c: Include rtl.h earlier.
From-SVN: r48410
2001-12-31 04:10:19 +00:00
Graham Stott 713cc17b3c tree.h (STRIP_NOPS): Remove extraneous semicolon.
* tree.h (STRIP_NOPS): Remove extraneous semicolon.
        (STRIP_SIGN_NOPS): Likewise.
        (STRIP_TYPE_NOPS): Likewise.
        (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): Add Parenthesis around
        macro paramater.

From-SVN: r48409
2001-12-31 04:07:11 +00:00
Graham Stott 1048f2e25d final.c (struct bb_list): Delete.
* final.c (struct bb_list): Delete.
        (struct bb_str): Likewise.

From-SVN: r48408
2001-12-31 03:56:16 +00:00
Graham Stott e4ed918f65 cfgloop.c (flow_loop_entry_edges_find): Fix typo.
* cfgloop.c (flow_loop_entry_edges_find): Fix typo.
        (flow_loop_exit_edges_find): Likewise.

From-SVN: r48407
2001-12-31 03:54:04 +00:00
Graham Stott a176492c72 gcse.c (gcse_main): Fix typos.
* gcse.c (gcse_main): Fix typos.
	(alloc_gcse_mem): Likewise.

From-SVN: r48406
2001-12-31 03:51:45 +00:00
Graham Stott 38beb93302 * function.h: Remove undefs for rtx and tree.
From-SVN: r48405
2001-12-31 03:48:46 +00:00
Richard Henderson 2b701ab743 loop.c (check_dbra_loop): Fix last change: examine both has_multiple_exit_targets and exit_count.
* loop.c (check_dbra_loop): Fix last change: examine both
        has_multiple_exit_targets and exit_count.

From-SVN: r48404
2001-12-30 19:09:48 -08:00
Richard Henderson c81f560b4b integrate.c (copy_rtx_and_substitute): Fix error last change: we need to unconditionally create a new mem.
* integrate.c (copy_rtx_and_substitute): Fix error last change:
        we need to unconditionally create a new mem.

From-SVN: r48403
2001-12-30 10:01:05 -08:00
Hans-Peter Nilsson e9fef64c58 mmix.md ("*call_real"): Fix typo in comment.
* config/mmix/mmix.md ("*call_real"): Fix typo in comment.
	* config/mmix/mmix.h (EXTRA_CONSTRAINT): Pass MMIX_REG_OK_STRICT
	to mmix_extra_constraint.
	* config/mmix/mmix.c (mmix_secondary_reload_class): Only handle
	non-global register classes.  Mark now unused parameters as such.
	(mmix_extra_constraint, 'U'): Use new parameter strict and call
	calling memory_operand_p or strict_memory_address_p, not
	address_operand.
	* config/mmix/mmix-protos.h (mmix_extra_constraint): Add parameter.

From-SVN: r48402
2001-12-30 16:48:59 +00:00
Kaveh R. Ghazi f6e67fa57e * unroll.c: Move include files above first use of `const'.
From-SVN: r48400
2001-12-30 15:58:42 +00:00
Jakub Jelinek 6ee3c8e412 cfgrtl.c (try_redirect_by_replacing_jump): Allow redirect_jump to fail if target is EXIT_BLOCK_PTR, die otherwise.
* cfgrtl.c (try_redirect_by_replacing_jump): Allow redirect_jump
	to fail if target is EXIT_BLOCK_PTR, die otherwise.
	(redirect_edge_and_branch): Likewise.
	* cfgcleanup.c (try_forward_edge): Don't force jump redirecting
	if target is EXIT_BLOCK_PTR.

	* gcc.c-torture/compile/20011229-2.c: New test.

From-SVN: r48399
2001-12-30 13:20:43 +01:00
GCC Administrator 285f491adf Daily bump.
From-SVN: r48398
2001-12-30 08:16:40 +00:00
David Edelsohn bde5864890 gcc.c (init_gcc_spec): Do not link with static libgcc.a if gcc invoked with -shared.
* gcc.c (init_gcc_spec): Do not link with static libgcc.a if
        gcc invoked with -shared.

From-SVN: r48396
2001-12-29 23:11:52 -05:00
Graham Stott 80f33d06a3 i386.c (ix86_asm_dialect): Fix enum type.
* config/i386/i386.c (ix86_asm_dialect): Fix enum type.

        (override_options): Delete abs macro unused.

        (output_pic_addr_const): Use ASM_ATT/ASM_INTEL enumerations
        when testing ASSEMBLER_DIALECT.

        (print_reg): Likewise.
        (print_operand): Likewise.
        (print_operand_address): Likewise.
        (print_operand): abort if ASSEMBLER_DIALECT is unknown dialect.

        * config/i386/i386.h (ix86_asm_dialect): Fix enum type.

        (FIND_BASE_TERM): Fix typo.

From-SVN: r48393
2001-12-30 01:34:44 +00:00
Richard Kenner 0023400b9c Fix typo in last change.
From-SVN: r48392
2001-12-29 20:30:56 -05:00
Graham Stott 6b66732058 i386.c (ix86_asm_dialect): Fix enum type.
* config/i386/i386.c (ix86_asm_dialect): Fix enum type.

        (override_options): Delete abs macro unused.

        (output_pic_addr_const): Use ASM_ATT/ASM_INTEL enumerations
        when testing ASSEMBLER_DIALECT.

        (print_reg): Likewise.
        (print_operand): Likewise.
        (print_operand_address): Likewise.
        (print_operand): abort if ASSEMBLER_DIALECT is unknown dialect.

        * config/i386/i386.h (ix86_asm_dialect): Fix enum type.

        (FIND_BASE_TERM): Fix typo.

From-SVN: r48391
2001-12-30 01:29:25 +00:00
Richard Kenner c4e59f513b expr.c (store_field): Use adjust_address, not PUT_MODE.
* expr.c (store_field): Use adjust_address, not PUT_MODE.
	(expand_expr, case VIEW_CONVERT_EXPR): Likewise.
	* reload1.c (eliminate_regs, case SUBREG): Likewise, but use
	adjust_address_nv.
	* varasm.c (make_decl_rtl): Likewise.
	* integrate.c (copy_rtx_and_substitute, case MEM): Likewise, but use
	replace_equiv_address_nv.

From-SVN: r48387
2001-12-29 16:35:02 -05:00
Richard Kenner 44e3910ab7 varasm.c (decode_addr_const, [...]): Call output_constant_def instead of looking at TREE_CST_RTL.
* varasm.c (decode_addr_const, case INTEGER_CST): Call
	output_constant_def instead of looking at TREE_CST_RTL.

From-SVN: r48386
2001-12-29 16:17:50 -05:00
Richard Kenner 9413de453d * expr.c (convert_move): If -fforce-mem, force FROM to not be memory.
From-SVN: r48385
2001-12-29 16:05:22 -05:00
Richard Kenner 6790d1bd90 stor-layout.c (layout_decl): Don't misalign field of variable size for packed record.
* stor-layout.c (layout_decl): Don't misalign field of variable size
	for packed record.

From-SVN: r48384
2001-12-29 16:00:51 -05:00
Richard Kenner f11c304305 dwarf2out.c (compute_section_prefix): Avoid cast warning.
* dwarf2out.c (compute_section_prefix): Avoid cast warning.
	(gen_decl_die): Only check DECL_IGNORED_P on decls.
	(dwarf2out_decl): Check for DECL_IGNORED_P only when needed.

From-SVN: r48382
2001-12-29 15:56:08 -05:00
Jakub Jelinek 545614570c cfglayout.c (insert_intra_before_1): New.
* cfglayout.c (insert_intra_before_1): New.
	(insert_inter_bb_scope_notes): Emit sibling block notes which don't
	span multiple basic blocks.

	* gcc.dg/debug-3.c: New test.
	* gcc.dg/debug-4.c: New test.
	* gcc.dg/debug-5.c: New test.

From-SVN: r48380
2001-12-29 21:01:15 +01:00
Richard Henderson 9d430eb5b1 os_defines.h: Don't define __glibcpp_long_bits.
* config/os/hpux/bits/os_defines.h: Don't define __glibcpp_long_bits.
        * config/os/hpux/bits/cpu_limits.h: New file.
        * configure.target (CPULIMITSH): Use it.

From-SVN: r48379
2001-12-29 11:18:32 -08:00
Richard Henderson c8af993772 * g++.dg/eh/loop1.C: New.
From-SVN: r48378
2001-12-29 10:56:13 -08:00
Richard Henderson b7fe373bfb loop.c (prescan_loop): Set has_multiple_exit_targets for exception edges.
* loop.c (prescan_loop): Set has_multiple_exit_targets for exception
        edges.  Rearrange jump interpretation code to use pc_set.
        (check_dbra_loop): Examine has_multiple_exit_targets not exit_count.

        * sched-deps.c (sched_analyze_insn): Set scheduling barrier for
        all insns that can throw, not just if flag_non_call_exceptions.

From-SVN: r48377
2001-12-29 10:46:38 -08:00
Jan Hubicka 4e5ea414df Oops, wrong tree, sorry
From-SVN: r48374
2001-12-29 17:33:35 +00:00
Jan Hubicka 1d0b96d75a Temoporarily disable broken verify flow info.
From-SVN: r48372
2001-12-29 17:30:10 +00:00
Nathan Sidwell 41f5d4b195 call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...
cp:
	* call.c (build_user_type_conversion_1): Use my_friendly_assert
	rather than if ... abort.
	* cvt.c (convert_to_reference): Likewise.
	* semantics.c (setup_vtbl_ptr): Likewise.
	* pt.c (lookup_template_class): Comment typo.

From-SVN: r48371
2001-12-29 17:24:59 +00:00
Nathan Sidwell f3368a9098 re PR c++/5125 (both g++ 3.0.1 and 2.95.3 crash with internal error when trying compile template method with parameter pointer to method)
cp:
	PR c++/5125
	* pt.c (push_template_decl_real): Make sure DECL has
	DECL_LANG_SPECIFIC.
testsuite:
	* g++.dg/template/crash1.C: New test.

From-SVN: r48370
2001-12-29 17:12:55 +00:00
Nathan Sidwell 03c9c27462 re PR c++/335 (gcc accepts assignment in read-only structures)
cp:
	PR c++/335
	* init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
	for non-reference fields.
	* typeck.c (require_complete_type): Use resolve_offset_ref).
testsuite:
	* g++.dg/other/const1.C: New test.

From-SVN: r48369
2001-12-29 17:10:10 +00:00
Stan Shebs 1bf0567179 objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.
* objc/objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.
        (default_constant_string_class_name): New global.
        (objc_init): Set it.
        (synth_module_prologue): Use it.

From-SVN: r48366
2001-12-29 16:16:51 +00:00
Stan Shebs ad074d60dd * objc/objc-act.c: Apply various cosmetic and formatting changes.
From-SVN: r48365
2001-12-29 14:56:36 +00:00
Hans-Peter Nilsson 7f3ad6b697 * gcc.c-torture/compile/20011229-1.c: New test.
From-SVN: r48363
2001-12-29 10:36:50 +00:00
Kazu Hirata 6f317ef34f darwin-tramp.asm: Fix comment formatting.
* config/rs6000/darwin-tramp.asm: Fix comment formatting.
	* config/rs6000/freebsd.h: Likewise.
	* config/rs6000/rs6000.c: Likewise.
	* config/sh/sh.c: Likewise.
	* config/sh/sh.h: Likewise.

From-SVN: r48362
2001-12-29 09:07:56 +00:00
GCC Administrator fac510512c Daily bump.
From-SVN: r48360
2001-12-29 08:16:09 +00:00
Tom Tromey dab722ee86 gen-table.pl: Don't process characters after \uffff.
* gen-table.pl: Don't process characters after \uffff.  Added
	comment pointing to input file.

From-SVN: r48359
2001-12-29 04:31:10 +00:00
Richard Henderson 0b622c4a1e cpu_limits.h: New file.
* config/cpu/ia64/bits/cpu_limits.h: New file.
        * config/os/osf/osf5.0/bits/cpu_limits.h: New file.
        * configure.target (CPULIMITSH): Use them.

From-SVN: r48358
2001-12-28 17:19:51 -08:00
Stan Shebs 47ffd48afd objc-torture.exp: Resync with c-torture.exp.
* lib/objc-torture.exp: Resync with c-torture.exp.
	* lib/objc.exp: Load standard libraries.

From-SVN: r48357
2001-12-28 23:33:57 +00:00
Stan Shebs 51a56a7d47 objc-act.c (build_module_descriptor): Make sure the init function is not deferred.
* objc/objc-act.c (build_module_descriptor): Make sure the init
	function is not deferred.
	(build_dispatch_table_initializer): Compute the method encoding if
	not already done.

From-SVN: r48356
2001-12-28 23:22:05 +00:00
Kazu Hirata fae81b385b * doc/md.texi: Add @findex define_insn_and_split.
From-SVN: r48355
2001-12-28 23:03:33 +00:00