1. 29 Nov, 1999 17 commits
  2. 28 Nov, 1999 11 commits
  3. 27 Nov, 1999 8 commits
  4. 26 Nov, 1999 2 commits
  5. 25 Nov, 1999 2 commits
    • Make-lang.in (CXX_SRCS): Add optimize.c. · 46e8c075
      1999-11-25  Mark Mitchell  <mark@codesourcery.com>
      
      	* Make-lang.in (CXX_SRCS): Add optimize.c.
      	* Makefile.in (CXX_OBJS): Add optimize.o.
      	(CXX_TREE_H): Add splay-tree.h, system.h, and $(CONFIG_H).
      	(spew.o, lex.o, decl.o, decl2.o, typeck2.o, typeck.o): Adjust.
      	(class.o, call.o, friend.o, init.o, method.o, cvt.o): Likewise.
      	(search.o, tree.o, ptree.o, rtti.o, except.o, expr.o): Likewise.
      	(xref.o, pt.o, error.o, errfn.o, repo.o, semantics.o): Likewise.
      	(dump.o): Likewise.
      	(optimize.o): New target.
      	* class.c: Don't include splay-tree.h.
      	* cp-tree.def (CTOR_COMPLETE): Rename to CTOR_STMT.
      	* cp-tree.h: Include splay-tree.h.
      	(DECL_UNINLINABLE): New macro.
      	(CTOR_BEGIN_P, CTOR_END_P): New macros.
      	(flag_inline_trees): New variable.
      	(local_variable_p): New function.
      	(nonstatic_local_decl_p): Likewise.
      	(optimize_function): Likewise.
      	(cplus_unsave_expr_now): Remove.
      	(copy_tree_r): Declare.
      	(remap_save_expr): Likewise.
      	* decl.c (local_variable_p): Don't
      	make it static.
      	(local_variable_p_walkfn): New function.
      	(make_rtl_for_local_static): Remove code to try to avoid writing
      	out static constants.
      	(emit_local_var): Fix indentation.
      	(nonstatic_local_decl_p): New function.
      	(check_default_argument): Use local_variable_p_walkfn, not
      	local_variable_p, when walking the tree.
      	(start_function): Set the DECL_CONTEXT for automatically generated
      	labels.
      	(finish_constructor_body): Use CTOR_STMT to mark the end of a
      	constructor.
      	* decl2.c: Don't include splay-tree.h.
      	(flag_inline_trees): Define.
      	* dump.c: Don't include
      	splay-tree.h.
      	* except.c (expand_end_catch_block): Fix comment formatting.
      	(expand_end_eh_spec): Set DECL_CONTEXT on temporary variables.
      	(expand_throw): Tidy comment.
      	* init.c (build_vec_delete_1): Use create_temporary_var.
      	* lex.c (cplus_tree_code_type): Make it static.
      	(cplus_tree_code_length): Likewise.
      	(cplus_tree_code_name): Likewise.
      	* optimize.c: New file.
      	* semantics.c (finish_goto_stmt): Set DECL_UNLINABLE for functions
      	with computed gotos.
      	(setup_vtbl_ptr): Mark the beginnings of constructors with
      	CTOR_STMT.
      	(expand_stmt): Handle CTOR_STMT, not CTOR_COMPLETE.
      	(expand_body): Call optimize_function.  Save bodies if we're doing
      	inlining on trees.
      	* tree.c: Don't include splay-tree.h.  Include insn-config.h and
      	integrate.h.
      	(copy_tree_r): Make it public.
      	(statement_code_p): New function.
      	(mark_local_for_remap_r): Likewise.
      	(cp_usave_r): Likewise.
      	(cp_unsave): Likewise.
      	(build_cplus_new): Set DECL_CONTEXT for temporary variables.
      	(walk_tree): Walk into `s' class nodes.  Walk statement chains.
      	(copy_tree_r): Handle 's' class nodes.  Restore chains for
      	statements.  Nullify scopes.  Don't copy types.
      	(init_tree): Set lang_unsave to cp_unsave.
      	(remap_save_expr): Define.
      	* ir.texi: Document CTOR_STMT.
      
      From-SVN: r30669
      Mark Mitchell committed
    • /gcc/../texinfo/makeinfo/Makefile ] ... · 82d26ad0
      /gcc/../texinfo/makeinfo/Makefile ] ; then echo /home/mitchell/dev/egcs/objdir/gcc/../texinfo/makeinfo/makeinfo ; else echo makeinfo ; fi`" "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=` if [ -f /home/mitchell/dev/egcs/objdir/gcc/../binutils/ranlib ] ; then echo /home/mitchell/dev/egcs/objdir/gcc/../binutils/ranlib ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ranlib; else t='s,^,i686-pc-linux-gnu-,'; echo ranlib | sed -e $t ; fi; fi`" "RANLIB_TEST_FOR_TARGET=[ -f ` if [ -f /home/mitchell/dev/egcs/objdir/gcc/../binutils/ranlib ] ; then echo /home/mitchell/dev/egcs/objdir/gcc/../binutils/ranlib ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ranlib; else t='s,^,i686-pc-linux-gnu-,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.96/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=" "gcc_tooldir=/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.96/../../../../i686-pc-linux-gnu" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.96" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=gcc" "CXX_FOR_BUILD=" "CXXFLAGS=" "CXX_FOR_TARGET=" ../cc1plus
      make[1]: Entering directory `/home/mitchell/dev/egcs/objdir/gcc/cp'
      gcc  -DIN_GCC    -g -W -Wall  -W -Wall  -o ../cc1plus `cat ../stamp-objlist` ../c-common.o ../c-pragma.o call.o decl.o errfn.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o xref.o repo.o dump.o optimize.o   ../../libiberty/libiberty.a
      make[1]: Leaving directory `/home/mitchell/dev/egcs/objdir/gcc/cp'
      bash$ cd ~/dev/egcs/gcc
      bash$ cvs update ChangeLog
      P ChangeLog
      bash$ cd cp
      	* except.c (init_eh_for_function): But still zero
      	eh_return_context, eh_return_stack_adjust, and eh_return_handler.
      
      From-SVN: r30668
      Mark Mitchell committed