platform/upstream/gcc.git
24 years agocccp.c (progname, [...]): Constify a char*.
Kaveh R. Ghazi [Mon, 25 Oct 1999 00:33:56 +0000 (00:33 +0000)]
cccp.c (progname, [...]): Constify a char*.

        * cccp.c (progname, file_buf, default_include, include_file,
        macrodef, definition, hashval, wchar_type, user_label_prefix,
        directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
        expand_to_temp_buffer, is_system_include, base_name,
        absolute_filename, read_name_map, open_include_file,
        record_control_macro, check_precompiled, check_preconditions,
        pcfinclude, pass_thru_directive, create_definition,
        check_macro_name, comp_def_part, collect_expansion,
        check_assertion, read_token_list, assertion_install,
        assertion_lookup, eval_if_expression, conditional_skip,
        validate_else, skip_quoted_string, quote_string, macarg1,
        error_from_errno, install, lookup, hashf, dump_defn_1,
        perror_with_name, pfatal_with_name, main, trigraph_pcp,
        check_white_space, rescan, handle_directive, monthnames,
        special_symbol, do_include, remap_include_file, write_output,
        arglist, do_assert, do_unassert, do_line, do_error, do_once,
        do_ident, do_sccs, do_xifdef, skip_if_group,
        output_line_directive, macroexpand, macarg, change_newlines,
        initialize_builtins, make_definition): Constify a char*.

        * pcp.h (stringdef): Likewise.

From-SVN: r30150

24 years agounroll.c (copy_loop_body): Examine SET_DEST of single_set not of pattern.
Richard Henderson [Sun, 24 Oct 1999 20:31:26 +0000 (13:31 -0700)]
unroll.c (copy_loop_body): Examine SET_DEST of single_set not of pattern.

        * unroll.c (copy_loop_body): Examine SET_DEST of single_set
        not of pattern.

From-SVN: r30149

24 years agoRevert unintended change to copy_loop_body.
Richard Henderson [Sun, 24 Oct 1999 20:25:28 +0000 (13:25 -0700)]
Revert unintended change to copy_loop_body.

From-SVN: r30148

24 years agoalias.c: Include ggc.h.
Graham Stott [Sun, 24 Oct 1999 20:20:00 +0000 (13:20 -0700)]
alias.c: Include ggc.h.

        * alias.c: Include ggc.h.
        (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
        (record_set): Verify enough room in reg_base_value.
        (init_alias_analysis): Allocate reg_base_value with xcalloc.
        Register it as a GC root.
        (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
        * Makefile.in (alias.o): Depend on ggc.h.

        * unroll.c (unroll_loop): Verify the insn before a barrier
        is a JUMP_INSN before checking JUMP_LABEL.

Co-Authored-By: Richard Henderson <rth@cygnus.com>
From-SVN: r30147

24 years agobsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
Kaveh R. Ghazi [Sun, 24 Oct 1999 19:48:51 +0000 (19:48 +0000)]
bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.

        * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
        * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
        * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
        * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
        * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
        * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.

From-SVN: r30146

24 years agooutput.h (ctors_section, [...]): Prototype.
Kaveh R. Ghazi [Sun, 24 Oct 1999 19:38:53 +0000 (19:38 +0000)]
output.h (ctors_section, [...]): Prototype.

* output.h (ctors_section, dtors_section, bss_section): Prototype.

* alpha/alpha-interix.h (text_section): Delete prototype.
* alpha/elf.h (text_section): Likewise.
* arm/linux-elf.h (text_section): Likewise.
* arm/linux-telf.h (text_section): Likewise.
* c4x/c4x.h (text_section): Likewise.
* dsp16xx/dsp16xx.h (bss_section): Likewise.
* elfos.h (text_section): Likewise.
* i386/aix386ng.h (text_section): Likewise.
* i386/i386-interix.h (text_section): Likewise.
* i386/sco5.h (text_section): Likewise.
* i386/svr3gas.h (text_section): Likewise.
* nextstep.h (text_section): Likewise.
* psos.h (text_section): Likewise.
* ptx4.h (text_section): Likewise.
* svr3.h (text_section): Likewise.
* svr4.h (text_section, ctors_section, dtors_section): Likewise.

From-SVN: r30145

24 years agofinal.c (peephole): Delete prototype.
Kaveh R. Ghazi [Sun, 24 Oct 1999 19:23:11 +0000 (19:23 +0000)]
final.c (peephole): Delete prototype.

        * final.c (peephole): Delete prototype.

        * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
        (pre_insert_copies): Remove unused variable `bb'.

        * genrecog.c (debug_decision_0, debug_decision_list, main): Add
        prototypes.

        * output.h (peephole): Add prototype.

From-SVN: r30144

24 years agoiris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to -O0.
Mark Mitchell [Sun, 24 Oct 1999 17:36:47 +0000 (17:36 +0000)]
iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to -O0.

* config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
-O0.

From-SVN: r30143

24 years agoDaily bump.
Jeff Law [Sun, 24 Oct 1999 07:45:06 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30142

24 years ago* gcc.c-torture/execute/991023-1.c: New test.
Jeffrey A Law [Sun, 24 Oct 1999 05:37:24 +0000 (05:37 +0000)]
* gcc.c-torture/execute/991023-1.c: New test.

From-SVN: r30141

24 years agointegrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT for inlined declarat...
Mark Mitchell [Sun, 24 Oct 1999 04:08:16 +0000 (04:08 +0000)]
integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT for inlined declarations.

* integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
for inlined declarations.

From-SVN: r30140

24 years ago* POTFILES.in: Track files recently added/deleted/moved.
Manfred Hollstein [Sat, 23 Oct 1999 16:38:23 +0000 (16:38 +0000)]
* POTFILES.in: Track files recently added/deleted/moved.

From-SVN: r30139

24 years agohashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, change it...
Zack Weinberg [Sat, 23 Oct 1999 15:56:52 +0000 (15:56 +0000)]
hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, change it to EMPTY_ENTRY first.

1999-10-23 08:51 -0700  Zack Weinberg  <zack@bitmover.com>

* hashtab.c (find_hash_table_entry): When returning a
DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
(clear_hash_table_slot): New function which deletes an entry
by its position in the table, not its value.
(traverse_hash_table): New function which calls a hook
function for every live entry in the table.

* hashtab.h: Give hash_table_t a struct tag.  Add prototypes
for clear_hash_table_slot and traverse_hash_table.  Correct
prototype of all_hash_table_collisions.

From-SVN: r30138

24 years agoDaily bump.
Jeff Law [Sat, 23 Oct 1999 07:45:06 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30137

24 years agoregen
Jason Merrill [Sat, 23 Oct 1999 03:20:47 +0000 (23:20 -0400)]
regen

From-SVN: r30136

24 years agoarm.c (logical_binary_operator): New fucntion.
Jeffrey A Law [Sat, 23 Oct 1999 00:09:29 +0000 (00:09 +0000)]
arm.c (logical_binary_operator): New fucntion.

        * arm.c (logical_binary_operator): New fucntion.
        * arm.h (logical_binary_operator): Declare it.
        (PREDICATE_CODES): Handle logical_binary_operator.
        * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
        output constraints.  Add appropriate splitters.
        (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
        (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
        (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.

From-SVN: r30135

24 years agoFix register elimination problem
Bernd Schmidt [Fri, 22 Oct 1999 22:02:17 +0000 (22:02 +0000)]
Fix register elimination problem

From-SVN: r30134

24 years agoMakefile.in: Rebuilt.
Tom Tromey [Fri, 22 Oct 1999 19:43:41 +0000 (19:43 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (java/lang/ClassLoader.h): New target.
* java/lang/natClassLoader.cc (_Jv_FindClass): Removed reference
to `redirect'.

* include/java-props.h (_Jv_Compiler_Properties): Changed
declaration.
* gcj/array.h (JvRunMain, _Jv_RunMain): Don't declare.
* include/jvm.h (_Jv_GCSetInitialHeapSize,
_Jv_GCSetMaximumHeapSize): Declare.
(JvRunMain, _Jv_RunMain): Declare.
(_Jv_SetMaximumHeapSize, _Jv_SetInitialHeapSize): Declare.
* nogc.cc (_Jv_GCSetInitialHeapSize): New function.
(_Jv_GCSetMaximumHeapSize): Likewise.
* boehm.cc (_Jv_GCSetInitialHeapSize): New function.
(_Jv_GCSetMaximumHeapSize): Likewise.
* prims.cc (parse_heap_size): New function.
(_Jv_SetInitialHeapSize): Likewise.
(_Jv_SetMaximumHeapSize): Likewise.
(_Jv_Compiler_Properties): New global.
* gij.cc (help): New function.
(version): Likewise.
(heap_size): Likewise.
(heap_max_size): Likewise.
(main): Parse arguments.  Set _Jv_Compiler_Properties.
Include <config.h>, <java-props.h>.
(_Jv_Compiler_Properties): Removed.

From-SVN: r30133

24 years agojvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `main'.
Tom Tromey [Fri, 22 Oct 1999 19:40:50 +0000 (19:40 +0000)]
jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `main'.

* jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set
in generated `main'.

From-SVN: r30132

24 years agoi386.md: Add missing `y' modifiers to uses of fst, fstp, fld, and fld.
Mark Mitchell [Fri, 22 Oct 1999 15:59:21 +0000 (15:59 +0000)]
i386.md: Add missing `y' modifiers to uses of fst, fstp, fld, and fld.

* i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
and fld.

From-SVN: r30131

24 years agoUse C-coded tests and fixes for #endif/#else labels
Bruce Korb [Fri, 22 Oct 1999 13:23:43 +0000 (13:23 +0000)]
Use C-coded tests and fixes for #endif/#else labels

From-SVN: r30130

24 years agoDaily bump.
Jeff Law [Fri, 22 Oct 1999 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30129

24 years agocp-tree.def (EMPTY_CLASS_EXPR): New tree node.
Mark Mitchell [Fri, 22 Oct 1999 06:35:17 +0000 (06:35 +0000)]
cp-tree.def (EMPTY_CLASS_EXPR): New tree node.

* cp-tree.def (EMPTY_CLASS_EXPR): New tree node.
* call.c (build_call): Use EMPTY_CLASS_EXPR instead of RTL_EXPR.
* expr.c (cplus_expand_expr): Expand it.
* ir.texi: Document EMPTY_CLASS_EXPR.

From-SVN: r30128

24 years agore GNATS gcj/56 (gcj segfaults in jc1 on OK java file)
Alexandre Petit-Bianco [Fri, 22 Oct 1999 06:06:47 +0000 (06:06 +0000)]
re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)

Thu Oct 21 01:27:31 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (resolve_qualified_expression_name): Handle MODIFY_EXPR.
(qualify_ambiguous_name): Likewise.

This fixes the net PR #56
(http://sourceware.cygnus.com/ml/java-prs/1999-q3/msg00131.html)

From-SVN: r30127

24 years agore GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optimization...
Alexandre Petit-Bianco [Fri, 22 Oct 1999 05:27:34 +0000 (05:27 +0000)]
re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optimization is used)

Wed Oct 20 01:41:47 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (java_complete_tree): fold_constant_for_init to work on
  permanent_obstack.
(java_complete_lhs): Likewise.
(array_constructor_check_entry): Complete an initializer element
  on permanent_obstack.

This patch fixes the net PR #37
(http://sourceware.cygnus.com/ml/java-prs/1999-q3/msg00043.html)

From-SVN: r30126

24 years agoMakefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.
Jeffrey A Law [Fri, 22 Oct 1999 02:38:57 +0000 (02:38 +0000)]
Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.

        * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
        depend on ggc.h.

From-SVN: r30125

24 years ago* gcc.1: Document exit codes.
Matthias Klose [Fri, 22 Oct 1999 02:32:26 +0000 (02:32 +0000)]
* gcc.1: Document exit codes.

From-SVN: r30124

24 years agodump.c (dequeue_and_dump): Replace several uses of queue_and_dump_index with dump_child.
Mark Mitchell [Fri, 22 Oct 1999 01:40:30 +0000 (01:40 +0000)]
dump.c (dequeue_and_dump): Replace several uses of queue_and_dump_index with dump_child.

1999-10-21  Mark Mitchell  <mark@codesourcery.com>

* dump.c (dequeue_and_dump): Replace several uses of
queue_and_dump_index with dump_child.

From-SVN: r30123

24 years agocalls.c: Include tm_p.h later, so everything we need is defined.
Kaveh R. Ghazi [Thu, 21 Oct 1999 16:58:33 +0000 (16:58 +0000)]
calls.c: Include tm_p.h later, so everything we need is defined.

        * calls.c: Include tm_p.h later, so everything we need is defined.
        * expr.c: Likewise.
        * function.c: Likewise.

        * except.c: Include tm_p.h.

        * sparc.c: Likewise.
        (dwarf2out_cfi_label): Don't prototype.
        (check_return_regs, epilogue_renumber,
        ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
        ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
        ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
        ultra_schedule_insn): Add static prototype.
        (data_segment_operand, text_segment_operand): Call itself with the
        proper number of arguments.
        (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.

        * sparc.h: Move all declarations to sparc-protos.h.
        (SELECT_RTX_SECTION):  Pass a missing MODE argument to
        symbolic_operand.

        * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.

        * config/svr4.h (text_section, ctors_section, dtors_section): Add
        Prototypes.
        (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
        ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
        ASM_OUTPUT_ASCII): Constify a char*.

        * sparc-protos.h: New file for sparc prototypes.

cp:
        * expr.c: Include tm_p.h.

From-SVN: r30122

24 years agofunction.c (record_insns, contains): Always declare and define.
Kaveh R. Ghazi [Thu, 21 Oct 1999 16:26:42 +0000 (16:26 +0000)]
function.c (record_insns, contains): Always declare and define.

       * function.c (record_insns, contains): Always declare and define.
       (record_insns): Mark with ATTRIBUTE_UNUSED.

From-SVN: r30121

24 years agoApply patches submitted by eCos team.
Jonathan Larmour [Thu, 21 Oct 1999 12:05:58 +0000 (12:05 +0000)]
Apply patches submitted by eCos team.

From-SVN: r30120

24 years agoAllos suppression of some ARM multilibs
Nick Clifton [Thu, 21 Oct 1999 10:54:53 +0000 (10:54 +0000)]
Allos suppression of some ARM multilibs

From-SVN: r30119

24 years agocp-tree.h (SCOPE_PARTIAL_P): New macro.
Mark Mitchell [Thu, 21 Oct 1999 08:05:57 +0000 (08:05 +0000)]
cp-tree.h (SCOPE_PARTIAL_P): New macro.

* cp-tree.h (SCOPE_PARTIAL_P): New macro.
(pushlevel_temporary): Remove.
(add_scope_stmt): New function.
* decl.c (pushlevel_temporary): Remove.
(poplevel): Use add_scope_stmt.
(start_decl_1): Likewise.
* semantics.c (add_scope_stmt): New function.
(do_pushlevel): Use it.
(do_poplevel): Use it.
(expand_stmt): Check SCOPE_PARTIAL_P.

From-SVN: r30118

24 years agoDaily bump.
Jeff Law [Thu, 21 Oct 1999 07:45:06 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30117

24 years agocp-tree.def (EMPTY_CLASS_EXPR): New tree node.
Mark Mitchell [Thu, 21 Oct 1999 07:10:36 +0000 (07:10 +0000)]
cp-tree.def (EMPTY_CLASS_EXPR): New tree node.

* cp-tree.def (EMPTY_CLASS_EXPR): New tree node.
* call.c (build_call): Use EMPTY_CLASS_EXPR instead of RTL_EXPR.
* expr.c (cplus_expand_expr): Expand it.
* ir.texi: Document EMPTY_CLASS_EXPR.

From-SVN: r30116

24 years agosparc.md (movsf_const_intreg): If splitting, length must be > 1.
Jeffrey A Law [Thu, 21 Oct 1999 05:33:20 +0000 (05:33 +0000)]
sparc.md (movsf_const_intreg): If splitting, length must be > 1.

        * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
        (movdf_const_intreg_sp64): Similarly.

From-SVN: r30112

24 years agolocal-alloc.c (update_equiv_regs): Check the correct insn for pre-existing REG_EQUIV...
Jeffrey A Law [Thu, 21 Oct 1999 05:01:02 +0000 (05:01 +0000)]
local-alloc.c (update_equiv_regs): Check the correct insn for pre-existing REG_EQUIV notes.

        * local-alloc.c (update_equiv_regs): Check the correct insn
        for pre-existing REG_EQUIV notes.

From-SVN: r30111

24 years agocse.c (cse_end_of_basic_block): Don't return the end of a basic block reached by...
Mark Mitchell [Thu, 21 Oct 1999 03:37:33 +0000 (03:37 +0000)]
cse.c (cse_end_of_basic_block): Don't return the end of a basic block reached by a branch if...

* cse.c (cse_end_of_basic_block): Don't return the end of a basic
block reached by a branch if we're not going to actually process
this block

From-SVN: r30109

24 years agoFix noncompile/940510-1.c testsuite failures.
Jim Wilson [Wed, 20 Oct 1999 23:20:01 +0000 (23:20 +0000)]
Fix noncompile/940510-1.c testsuite failures.

* noncompile/noncompile.exp: For 940510-1.c, change compiler_output
to look for one error message instead of two.

From-SVN: r30108

24 years agoFix numerous -O3 -g testsuite failures for DWARF2 targets.
Jim Wilson [Wed, 20 Oct 1999 22:19:06 +0000 (22:19 +0000)]
Fix numerous -O3 -g testsuite failures for DWARF2 targets.

* integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
a local extern function declaration.

From-SVN: r30107

24 years agoi386.c (ix86_expand_prologue): Properly wrap USE around reg for CALL_INSN_FUNCTION_USAGE.
Richard Henderson [Wed, 20 Oct 1999 20:58:29 +0000 (13:58 -0700)]
i386.c (ix86_expand_prologue): Properly wrap USE around reg for CALL_INSN_FUNCTION_USAGE.

        * i386.c (ix86_expand_prologue): Properly wrap USE around
        reg for CALL_INSN_FUNCTION_USAGE.

From-SVN: r30106

24 years agomips.md (movdf_internal1a): Allow floating-point move between GP_REGs.
Andrew Haley [Wed, 20 Oct 1999 18:29:09 +0000 (18:29 +0000)]
mips.md (movdf_internal1a): Allow floating-point move between GP_REGs.

Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>

        * config/mips/mips.md (movdf_internal1a): Allow floating-point
        move between GP_REGs.

From-SVN: r30105

24 years agothumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of the mode size when finding out...
Andrew Haley [Wed, 20 Oct 1999 15:36:33 +0000 (15:36 +0000)]
thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of the mode size when finding out if an offset is legal.

Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>

* config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
the mode size when finding out if an offset is legal.

From-SVN: r30104

24 years agobasic-block.h (PROP_*): Move constants from ...
Richard Henderson [Wed, 20 Oct 1999 14:04:12 +0000 (07:04 -0700)]
basic-block.h (PROP_*): Move constants from ...

        * basic-block.h (PROP_*): Move constants from ...
        * flow.c: ... here.
        (compute_bb_for_insn): Free the array before reallocating.
        (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
        (allocate_reg_life_data): Reset all reg variables collected by
        propagate_block.
        (get_block_head_tail): Don't convert from bb to block.
        (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
        (find_insn_reg_weight): Take block not bb.
        (schedule_block): Don't set block num for moved insns.
        (schedule_region): Don't update_life_info or find_insn_reg_weight.
        (schedule_insns): Do it here instead.
        * combine.c (combine_instructions): Invoke compute_bb_for_insn
        before update_life_info.
        * recog.c (split_all_insns, peephole2_optimize): Update for
        new arg to update_life_info.
        * rtlanal.c (remove_note): Cope with NULL note.
        * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
        if we did sched1.

From-SVN: r30103

24 years ago* gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
Richard Earnshaw [Wed, 20 Oct 1999 12:53:23 +0000 (12:53 +0000)]
* gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.

From-SVN: r30102

24 years ago(split_edge): Handle casesi insns.
Richard Earnshaw [Wed, 20 Oct 1999 12:45:22 +0000 (12:45 +0000)]
(split_edge): Handle casesi insns.

From-SVN: r30101

24 years ago(merge_blocks_move_predecessor_nojumps): Re-order the basic block records so...
Richard Earnshaw [Wed, 20 Oct 1999 12:39:01 +0000 (12:39 +0000)]
(merge_blocks_move_predecessor_nojumps): Re-order the basic block records so...

(merge_blocks_move_predecessor_nojumps): Re-order the basic
block records so that merge_blocks_nomove will clean up correctly.

From-SVN: r30100

24 years ago(jump_optimize_1): More accurately detect casesi insns.
Richard Earnshaw [Wed, 20 Oct 1999 10:21:47 +0000 (10:21 +0000)]
(jump_optimize_1): More accurately detect casesi insns.

From-SVN: r30099

24 years agoDaily bump.
Jeff Law [Wed, 20 Oct 1999 07:45:06 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30098

24 years agocp-tree.h (DECL_NAMESPACE_SCOPE_P): Don't treat template parameters as having namespa...
Mark Mitchell [Wed, 20 Oct 1999 07:02:30 +0000 (07:02 +0000)]
cp-tree.h (DECL_NAMESPACE_SCOPE_P): Don't treat template parameters as having namespace scope.

* cp-tree.h (DECL_NAMESPACE_SCOPE_P): Don't treat template
parameters as having namespace scope.

From-SVN: r30097

24 years agopa.md (call, call_value): Do not emit a blockage after restoring the PIC register.
Jeffrey A Law [Wed, 20 Oct 1999 05:45:09 +0000 (05:45 +0000)]
pa.md (call, call_value): Do not emit a blockage after restoring the PIC register.

        * pa.md (call, call_value): Do not emit a blockage after restoring
        the PIC register.

From-SVN: r30096

24 years ago* c-typeck.c (c_expand_asm_operands): Fix typo.
Mark Mitchell [Wed, 20 Oct 1999 00:18:10 +0000 (00:18 +0000)]
* c-typeck.c (c_expand_asm_operands): Fix typo.

From-SVN: r30095

24 years agoTest code for GNATS gcj/71 and GNATS gcj/72.
Bryce McKinlay [Wed, 20 Oct 1999 00:09:33 +0000 (00:09 +0000)]
Test code for GNATS gcj/71 and GNATS gcj/72.

1999-10-19  Bryce McKinlay  <bryce@albatross.co.nz>

        * libjava.compile/invokeinterface: New directory.
        * libjava.compile/invokeinterface/Test.java: New file. Test code for
        PR gcj/71 and PR gcj/72.
        * libjava.compile/invokeinterface/A.java: New file.
        * libjava.compile/invokeinterface/B.java: New file.

From-SVN: r30094

24 years agojcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
Tom Tromey [Tue, 19 Oct 1999 23:05:28 +0000 (23:05 +0000)]
jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.

* jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
From Mike Moreton <mike@pillim.demon.co.uk>.

From-SVN: r30093

24 years agovalarray_meta.h: (_BinClos::_BinClos): Fix typo.
Gabriel Dos Reis [Tue, 19 Oct 1999 22:10:36 +0000 (00:10 +0200)]
valarray_meta.h: (_BinClos::_BinClos): Fix typo.

1999-10-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>

        * std/valarray_meta.h: (_BinClos::_BinClos): Fix typo.

From-SVN: r30092

24 years agocplus-dem.c (INTBUF_SIZE): New macro.
Mark Mitchell [Tue, 19 Oct 1999 17:52:52 +0000 (17:52 +0000)]
cplus-dem.c (INTBUF_SIZE): New macro.

* cplus-dem.c (INTBUF_SIZE): New macro.
(string_append_template_idx): New function.
(demangle_expression): Likewise.
(demangle_integral_value): Use it.
(demangle_real_value): New function, split out from ...
(demangle_template_value_parm): ... here.  Use
string_append_template_idx.  Use demangle_real_value.
(demangle_template): Use string_append_template_idx.
(demangle_qualified): Use consume_count_with_underscores.
(get_count): Tweak formatting.
(do_type): Use string_append_template_idx.

From-SVN: r30091

24 years agomethod.c (PARM_CAN_BE_ARRAY_TYPE): Remove.
Mark Mitchell [Tue, 19 Oct 1999 17:40:48 +0000 (17:40 +0000)]
method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.

* method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.
(mangling_flags): New type.
(build_overload_int): Change prototype.
(build_overload_value): Likewise.
(numeric_output_need_bar): Improve comment.
(mangle_expression): New function, broken out from ...
(build_overload_int): Here.
(build_overload_value): Adjust for use of mangling flags.  Don't
warn about real-valued template parameters here.  Do handle
complex expressions involving real-valued template parameters.
(build_template_parm_names): Encase non-type template parameters
in underscores, if necessary.
(process_overload_item): Remove conditional on
PARM_CAN_BE_ARRAY_TYPE.

From-SVN: r30090

24 years agoarm.c: Verify modes on operands in predicates
Bernd Schmidt [Tue, 19 Oct 1999 16:47:23 +0000 (16:47 +0000)]
arm.c: Verify modes on operands in predicates

From-SVN: r30088

24 years agoFix APCS violation.
Richard Earnshaw [Tue, 19 Oct 1999 14:27:00 +0000 (14:27 +0000)]
Fix APCS violation.

From-SVN: r30087

24 years agouse genfixes within Makefile.in and move comments to README
Bruce Korb [Tue, 19 Oct 1999 13:22:45 +0000 (13:22 +0000)]
use genfixes within Makefile.in and move comments to README

From-SVN: r30086

24 years agoDo not generate error message about unrecognised command line switches of
Nick Clifton [Tue, 19 Oct 1999 13:02:39 +0000 (13:02 +0000)]
Do not generate error message about unrecognised command line switches of
other languages.

From-SVN: r30085

24 years agoApplied Mumit Khan's patch to fix #pragma push/pop handling.
Mumit Khan [Tue, 19 Oct 1999 10:44:30 +0000 (10:44 +0000)]
Applied Mumit Khan's patch to fix #pragma push/pop handling.

From-SVN: r30084

24 years agoreg-stack.c (stack_result): Aggregates are not returned in stack registers.
Jeffrey A Law [Tue, 19 Oct 1999 08:12:30 +0000 (08:12 +0000)]
reg-stack.c (stack_result): Aggregates are not returned in stack registers.

        * reg-stack.c (stack_result): Aggregates are not returned in
        stack registers.

From-SVN: r30081

24 years ago* gcc.c-torture/execute/991016-1.c: New test.
Jeffrey A Law [Tue, 19 Oct 1999 08:11:05 +0000 (08:11 +0000)]
* gcc.c-torture/execute/991016-1.c: New test.

From-SVN: r30080

24 years agoDaily bump.
Jeff Law [Tue, 19 Oct 1999 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30078

24 years ago* fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
Alasdair Baird [Tue, 19 Oct 1999 07:26:59 +0000 (07:26 +0000)]
* fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.

From-SVN: r30077

24 years agocse.c (invalidate_for_call): Do not remove memory references from the table here.
Jeffrey A Law [Mon, 18 Oct 1999 23:05:03 +0000 (23:05 +0000)]
cse.c (invalidate_for_call): Do not remove memory references from the table here.

        * cse.c (invalidate_for_call): Do not remove memory references from
        the table here.  It's handled elsewhere.

From-SVN: r30076

24 years agoVMClassLoader.java (getVMClassLoader): New method.
Tom Tromey [Mon, 18 Oct 1999 22:57:07 +0000 (22:57 +0000)]
VMClassLoader.java (getVMClassLoader): New method.

* gnu/gcj/runtime/VMClassLoader.java (getVMClassLoader): New
method.
(redirect): New static field.
* java/lang/ClassLoader.java (getSystemClassLoader): Now
native
(getVMClassLoader0): Removed.
* java/lang/natClassLoader.cc (getVMClassLoader0): Removed.
(redirect): Removed.
(getSystemClassLoader): Implemented.

From-SVN: r30075

24 years agohaifa-sched.c (add_dependence): Protect references to the true dependency cache with...
Jeffrey A Law [Mon, 18 Oct 1999 22:37:30 +0000 (22:37 +0000)]
haifa-sched.c (add_dependence): Protect references to the true dependency cache with #ifdef INSN_SCHEDULING.

        * haifa-sched.c (add_dependence): Protect references to the
        true dependency cache with #ifdef INSN_SCHEDULING.
        (remove_dependence): Similarly.

From-SVN: r30074

24 years agobasic-block.h (set_block_num): Declare.
Richard Henderson [Mon, 18 Oct 1999 22:20:27 +0000 (15:20 -0700)]
basic-block.h (set_block_num): Declare.

        * basic-block.h (set_block_num): Declare.
        * flow.c (update_life_info): Don't call compute_bb_for_insn
        or free_basic_block_vars.
        * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
        (insn_orig_block): Remove.
        (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
        (schedule_block): Keep BLOCK_NUM up-to-date.
        (schedule_insns): Use compute_bb_for_insn.
        * recog.c (split_all_insns): Likewise.
        (peephole2_optimize): Likewise.

From-SVN: r30073

24 years agomn10200.md (outline_epilogue_jump): Embed a (return) to indicate to the cfg code...
Jeffrey A Law [Mon, 18 Oct 1999 19:59:48 +0000 (19:59 +0000)]
mn10200.md (outline_epilogue_jump): Embed a (return) to indicate to the cfg code that this is a return instruction.

        * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
        to the cfg code that this is a return instruction.
        * mn10300.md (return_internal): Similarly.

From-SVN: r30072

24 years agom68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word if the pic register is used.
Andreas Schwab [Mon, 18 Oct 1999 16:49:22 +0000 (16:49 +0000)]
m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word if the pic register is used.

* config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
if the pic register is used.

From-SVN: r30071

24 years ago* ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
Richard Henderson [Mon, 18 Oct 1999 16:38:40 +0000 (09:38 -0700)]
* ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.

From-SVN: r30070

24 years ago* calloc.c: Add a public domain notice.
Kaveh R. Ghazi [Mon, 18 Oct 1999 15:25:01 +0000 (15:25 +0000)]
* calloc.c: Add a public domain notice.

From-SVN: r30069

24 years agoc-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
Bernd Schmidt [Mon, 18 Oct 1999 08:40:20 +0000 (08:40 +0000)]
c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.

        * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
        (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
        if that tests TREE_PERMANENT.

From-SVN: r30068

24 years ago* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
Philippe De Muyter [Mon, 18 Oct 1999 08:36:29 +0000 (10:36 +0200)]
* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.

From-SVN: r30067

24 years ago* POTFILES.in: Track files recently added/deleted/moved.
Manfred Hollstein [Mon, 18 Oct 1999 07:55:17 +0000 (07:55 +0000)]
* POTFILES.in: Track files recently added/deleted/moved.

From-SVN: r30066

24 years agoDaily bump.
Jeff Law [Mon, 18 Oct 1999 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30063

24 years agocombine.c (get_last_value): If the last set of a register is after subst_low_cuid...
Jeffrey A Law [Mon, 18 Oct 1999 07:44:13 +0000 (07:44 +0000)]
combine.c (get_last_value): If the last set of a register is after subst_low_cuid...

        * combine.c (get_last_value): If the last set of a register
        is after subst_low_cuid, then we can not use it to determine
        the register's last value.

From-SVN: r30062

24 years ago* Makefile.in: Back out previous change.
Mark Mitchell [Mon, 18 Oct 1999 04:07:28 +0000 (04:07 +0000)]
* Makefile.in: Back out previous change.

From-SVN: r30061

24 years ago* pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
Jeffrey A Law [Sun, 17 Oct 1999 23:08:36 +0000 (23:08 +0000)]
* pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).

From-SVN: r30060

24 years agoTypo.
Jeff Law [Sun, 17 Oct 1999 21:46:36 +0000 (15:46 -0600)]
Typo.

From-SVN: r30059

24 years agohaifa-sched.c (add_dependence): Only check/update the cache if it exists.
Jeffrey A Law [Sun, 17 Oct 1999 21:27:56 +0000 (21:27 +0000)]
haifa-sched.c (add_dependence): Only check/update the cache if it exists.

        * haifa-sched.c (add_dependence): Only check/update the cache
        if it exists.
        (remove_dependence): Likewise.
        (schedule_insns): Only create the true_dependency_cache if the
        average number of instructions in a basic block is very large.

From-SVN: r30058

24 years agoMakefile.in (ggc-common.o): Depend on genrtl.h.
Mark Mitchell [Sun, 17 Oct 1999 17:59:07 +0000 (17:59 +0000)]
Makefile.in (ggc-common.o): Depend on genrtl.h.

* Makefile.in (ggc-common.o): Depend on genrtl.h.
(ggc-simple.o): Likewise.
(ggc-page.o): Likewise.

From-SVN: r30057

24 years agodump.c (dequeue_and_dump): Handle CLEANUP_POINT_EXPR.
Mark Mitchell [Sun, 17 Oct 1999 17:40:12 +0000 (17:40 +0000)]
dump.c (dequeue_and_dump): Handle CLEANUP_POINT_EXPR.

* dump.c (dequeue_and_dump): Handle CLEANUP_POINT_EXPR.

* ir.texi: Clean up documentation of RETURN_INIT.

From-SVN: r30056

24 years agobasic-block.h (pre_edge_lcm, [...]): Prototype for exported functions.
Andrew MacLeod [Sun, 17 Oct 1999 09:21:25 +0000 (09:21 +0000)]
basic-block.h (pre_edge_lcm, [...]): Prototype for exported functions.

        * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
        Prototype for exported functions.
        (pre_lcm, pre_rev_lcm): Remove prototypes.
        * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
        (compute_available): Move to lcm.c, and change parameter order.
        (one_classic_gcse_pass): Call compute_ae_kill with parameters.
        (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
        (gcse_main): No longer call compute_preds_succs.  Rebuild the
        set table after reach pre pass.
        (pre_insert_map, pre_delete_map, edge_list): New.
        (alloc_pre_mem): Allocate edge vectors.
        (free_pre_mem): Delete edge vectors.
        (compute_pre_data): Call new edge based lcm routines.
        (process_insert_insn): New function.
        (insert_insn_end_bb): Use it.
        (pre_edge_insert): New function.
        (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
        needed.
        (pre_insert_copies): Revamp using new edge based lcm outputs.
        (pre_delete): Likewise.
        (one_pre_gcse_pass): Insert & remove fake edges to the exit
        block.
        (compute_code_hoist_vbeinout): New new edge based routines.
        * lcm.c: Remove all the old LCM functions.  Replace with new ones
        that work with the new cfg datastructures and work with edges
        instead of blocks.

From-SVN: r30055

24 years ago* gcse.c (hash_scan_set): Remove incorrect ! optimize_size check.
Andrew MacLeod [Sun, 17 Oct 1999 08:53:48 +0000 (08:53 +0000)]
* gcse.c (hash_scan_set): Remove incorrect ! optimize_size check.

From-SVN: r30054

24 years agoFix typo in last change.
Jeff Law [Sun, 17 Oct 1999 08:19:37 +0000 (02:19 -0600)]
Fix typo in last change.

From-SVN: r30053

24 years agoDaily bump.
Jeff Law [Sun, 17 Oct 1999 07:45:06 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30052

24 years agoreload.h (struct reload): Add new fields "mode" and "nregs".
Bernd Schmidt [Sun, 17 Oct 1999 06:47:27 +0000 (06:47 +0000)]
reload.h (struct reload): Add new fields "mode" and "nregs".

        * reload.h (struct reload): Add new fields "mode" and "nregs".
        * reload1.c: Change all occurrences of reload_mode and reload_nregs
        to reference the "mode" and "nregs" field within struct reload.

From-SVN: r30051

24 years agohaifa-sched.c (true_dependency_cache): New.
Jeffrey A Law [Sun, 17 Oct 1999 06:28:22 +0000 (06:28 +0000)]
haifa-sched.c (true_dependency_cache): New.

        * haifa-sched.c (true_dependency_cache): New.
        (add_dependence): Use the true dependency cache to avoid expensive
        walks down the LOG_LINKS dependency list.  Add entries to the
        cache as necessary.
        (remove_dependence): Remove entries from the true dependency cache
        as needed.
        (schedule_insns): Allocate and initialize and free the true
        dependency cache.

From-SVN: r30050

24 years agohaifa-sched.c (schedule_insns): Do not remove inter-block dependencies anymore.
Jeffrey A Law [Sun, 17 Oct 1999 03:50:21 +0000 (03:50 +0000)]
haifa-sched.c (schedule_insns): Do not remove inter-block dependencies anymore.

        * haifa-sched.c (schedule_insns): Do not remove inter-block
        dependencies anymore.

From-SVN: r30049

24 years agoClassLoader.java (getSystemResource): Use getSystemClassLoader instead of ClassLoader...
Anthony Green [Sun, 17 Oct 1999 03:11:50 +0000 (03:11 +0000)]
ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of ClassLoader.system.

        * java/lang/ClassLoader.java (getSystemResource): Use
        getSystemClassLoader instead of ClassLoader.system.
        (getSystemResourceAsStream): Ditto.

        * java/lang/natClassLoader.cc (redirect): Make static and
        remove #ifdef INTERPRETER so it is always defined.
        (getVMClassLoader0): Remove #ifdef INTERPRETER so it always
        returns a VMClassLoader.

        * java/util/ResourceBundle.java (trySomeGetBundle): Create a
        PropertyResourceBundle if a properties file is found before a
        ResourceBundle class.

From-SVN: r30048

24 years agot-cygwin (winnt.o): Depend on RTL_H and TREE_H.
Richard Henderson [Sat, 16 Oct 1999 18:22:29 +0000 (11:22 -0700)]
t-cygwin (winnt.o): Depend on RTL_H and TREE_H.

        * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
        * i386/t-winnt: Likewise.

From-SVN: r30045

24 years agoMakefile.in (LANGUAGES): Omit "proto".
Manfred Hollstein [Sat, 16 Oct 1999 15:52:04 +0000 (15:52 +0000)]
Makefile.in (LANGUAGES): Omit "proto".

* Makefile.in (LANGUAGES): Omit "proto".
(clean): Remove stale comment about removing unprotoize.c.

From-SVN: r30044

24 years agoprotoize.c (safe_read, safe_write): Avoid the gcc extension of using arithmetic on...
Kaveh R. Ghazi [Sat, 16 Oct 1999 15:32:00 +0000 (15:32 +0000)]
protoize.c (safe_read, safe_write): Avoid the gcc extension of using arithmetic on void pointers.

        * protoize.c (safe_read, safe_write): Avoid the gcc extension of
        using arithmetic on void pointers.

From-SVN: r30043

24 years agohaifa-sched.c (compute_block_forward_dependencies): Only check for notes, deleted...
Jeffrey A Law [Sat, 16 Oct 1999 08:54:07 +0000 (08:54 +0000)]
haifa-sched.c (compute_block_forward_dependencies): Only check for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.

  * haifa-sched.c (compute_block_forward_dependencies): Only check
for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.

From-SVN: r30042

24 years agoDaily bump.
Jeff Law [Sat, 16 Oct 1999 07:45:07 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r30041

24 years ago* gcc.c-torture/execute/991016-1.c: New test.
Richard Henderson [Sat, 16 Oct 1999 07:08:45 +0000 (00:08 -0700)]
* gcc.c-torture/execute/991016-1.c: New test.

From-SVN: r30040

24 years agogcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
Richard Henderson [Sat, 16 Oct 1999 07:08:27 +0000 (00:08 -0700)]
gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.

        * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
        (expr_equiv_p): Reject memories with different alias sets.

From-SVN: r30039