1. 01 May, 2000 4 commits
    • expr.c (cplus_expand_expr): Preserve temporaries when expanding STMT_EXPRs. · 738e2810
      	* expr.c (cplus_expand_expr): Preserve temporaries when expanding
      	STMT_EXPRs.
      	* optimize.c (struct inline_data): Add target_exprs field.
      	(declare_return_variable): When a function returns an aggregate,
      	use the variable declared in the TARGET_EXPR as the remapped
      	DECL_RESULT.
      	(expand_call_inline): Update the pending target_exprs stack.
      	(optimize_function): Initialize the stack.
      
      From-SVN: r33561
      Mark Mitchell committed
    • bb-reorder.c (scope_def): New struct. · e3fdc58a
      Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
      
      	* bb-reorder.c (scope_def): New struct.
      	(scope_forest_info): New struct.
      	(struct reorder_block_def): New member "scope".
      	(REORDER_BLOCK_SCOPE): New macro.
      	(relate_bbs_with_scopes): New function and prototype.
      	(make_new_scope): Likewise.
      	(build_scope_forest): Likewise.
      	(remove_scope_notes): Likewise.
      	(insert_intra_1): Likewise.
      	(insert_intra_bb_scope_notes): Likewise.
      	(insert_inter_bb_scope_notes): Likewise.
      	(rebuild_scope_notes): Likewise.
      	(free_scope_forest_1): Likewise.
      	(free_scope_forest): Likewise.
      	(dump_scope_forest): Likewise.
      	(dump_scope_forest_1): Likewise.
      	(chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
      	Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
      	block.
      	(reorder_basic_blocks): Added calls to build_scope_scope_forest
      	and remove_scope_notes before reordering is done. Added calls to
      	rebuild_scope_notes, free_scope_forest, and reorder_blocks after
      	after reordering is done.
      
      From-SVN: r33560
      Jason Eckhardt committed
    • * decl2.c (finish_file): Fix typo in comment. · 4c0aad2c
      From-SVN: r33559
      Mark Mitchell committed
    • mknumeric_limits (trait_name): Fix copyright notice. · 6dd4c3fd
      
      2000-04-30  Benjamin Kosnik  <bkoz@gnu.org>
      
      	* mknumeric_limits (trait_name): Fix copyright notice.
      	* src/gen-num-limits.cc: Explicitly instantiate epsilon and
      	round_error data members of struct value. This works around
      	weak-linking issues on AIX, HPUX.
      
      From-SVN: r33558
      Benjamin Kosnik committed
  2. 30 Apr, 2000 18 commits
  3. 29 Apr, 2000 7 commits
  4. 28 Apr, 2000 11 commits