1. 19 Dec, 1999 3 commits
  2. 18 Dec, 1999 10 commits
  3. 17 Dec, 1999 18 commits
  4. 16 Dec, 1999 9 commits
    • class.c (check_field_decls): Don't return a value. · 607cf131
      1999-12-16  Mark Mitchell  <mark@codesourcery.com>
      
      	* class.c (check_field_decls): Don't return a value.
      	(avoid_overlap): Moved here from tree.c.
      	(build_base_fields): Likewise.
      	(check_bases): New function, split out from finish_base_struct.
      	(check_bases_and_members): New function, split out from finish_struct_1.
      	(struct base_info): Remove cant_have_default_ctor,
      	cant_have_const_ctor, cant_have_asn_ref.
      	(finish_base_struct): Split semantic analysis into check_bases.
      	(finish_struct_methods): Fix bogus assertion.
      	(check_field_decls): Call finish_struct_anon here.
      	(build_vbase_pointer_fields): Use CLASSTYPE_N_BASECLASSES.
      	(finish_struct_1): Use check_bases_and_members.  Reorganize.
      	* cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
      	(build_base_fields): Don't declare.
      	* tree.c (avoid_overlap): Remove.
      	(build_base_fields): Likewise.
      
      From-SVN: r30983
      Mark Mitchell committed
    • Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H. · a97901e6
      	* Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
      	* function.c (insert_block_after_note): Remove.
      	(retrofit_block): Likewise.
      	(identify_blocks): Fix indentation.
      	(reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
      	NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
      	* function.h (insert_block_after_note): Remove prototype.
      	(retrofit_block): Likewise.
      	* integrate.c (expand_inline_function): Don't call
      	find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
      	just expand_start_bindings.  Use the block_map to remap old
      	NOTE_BLOCKs to new ones.
      	(integrate_decl_tree): Keep track of remapped blocks.
      	* integrate.h (struct inline_remap): Add block_map.
      	* stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
      	NOTE_BLOCK on the notes.
      	(expand_start_bindings): Rename to ...
      	(expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
      	(expand_end_bindings): Set NOTE_BLOCK.
      	* toplev.c (rest_of_compilation): In function-at-a-time-mode,
      	reconstruct the BLOCK tree.
      	* tree.h (expand_start_bindings): Macroize.  Call ...
      	(expand_start_bindings_and_block): New function.
      
      	* optimize.c (struct inline_data): Remove scope_stmt.
      	(remap_block): Don't use insert_block_after_note.  Don't update
      	scope_stmt.
      	(expand_call_inline): Don't update scope_stmt.
      	(optimize_function): Don't initialize scope_stmt.
      	* semantics.c (expand_stmt): Set NOTE_BLOCK for newly emitted
      	NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END notes.
      
      From-SVN: r30982
      Mark Mitchell committed
    • sparc.c (print_operand): Cast fprintf arguments to match the format. · 0d9484c5
      
      	* config/sparc/sparc.c (print_operand): Cast fprintf arguments to
      	match the format.
      
      From-SVN: r30981
      Jakub Jelinek committed
    • sparc.c (epilogue_renumber): Add default case to switch stmt. · 76a7c776
      	* config/sparc/sparc.c (epilogue_renumber): Add default case
      	to switch stmt.
      
      From-SVN: r30980
      David S. Miller committed
    • expr.c (emit_move_insn_1): Only emit clobbers if one of the outputs is a SUBREG. · 235ae7be
      	* expr.c (emit_move_insn_1): Only emit clobbers if one of
      	the outputs is a SUBREG.
      	* rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
      	change.
      
      From-SVN: r30979
      David S. Miller committed
    • toplev.c (rest_of_compilation): Run branch shortening after reg-stack. · 5b772bbd
              * toplev.c (rest_of_compilation): Run branch shortening after
              reg-stack.
      
      From-SVN: r30978
      Jan Hubicka committed
    • New testcase. · 8cc24765
      From-SVN: r30977
      Bernd Schmidt committed
    • regclass.c (loop_depth): Remove · 954d8e99
      	* regclass.c (loop_depth): Remove
      	(scan_one_insn): Do not handle LOOP_NOTE insns.
      	(regclass): Go through basic blocks and set loop_cost
      
      From-SVN: r30976
      Jan Hubicka committed
    • Fix an older test · 5ba280da
      From-SVN: r30975
      Bernd Schmidt committed