1. 06 Oct, 1998 5 commits
    • Cleanup for -fdump-unnumbered: · b707b450
      	* flags.h (flag_dump_unnumbered): Declare.
      	* toplev.c (flag_dump_unnumbered): Don't declare.
      	* print-rtl.c (flags.h): Include.
      	(print_rtl_single): Add return value.
      	* rtl.h (print_rtl_single): Update declaration.
      	* flow.c (flag_dump_unnumbered): Don't declare.
      	(print_rtl_with_bb): Use return value of print_rtl_single.
      
      From-SVN: r22865
      J"orn Rennecke committed
    • Warning fixes: · 87603ed0
              * Makefile.in (spew.o): Depend on toplev.h.
              * call.c (compare_ics): Initialize variables `deref_from_type2',
              `deref_to_type1' and `deref_to_type2'.
              * except.c (get_eh_type): Hide prototype and definition.
              (process_start_catch_block_old): Remove unused static prototype.
              * pt.c (tsubst_decl): Initialize variable `argvec'.
              * spew.c: Include toplev.h.
      
      From-SVN: r22864
      Kaveh R. Ghazi committed
    • Daily bump. · bcd26ca7
      From-SVN: r22863
      Jeff Law committed
    • Makefile.in (stupid.o): Update dependencies. · cad6f7d0
      	* Makefile.in (stupid.o): Update dependencies.
      	(global.o): Likewise.
      	* global.c: Include reload.h
      	(reg_becomes_live): New function.
      	(reg_dies): New function.
      	(build_insn_chain): New function.
      	(global_alloc): Call build_insn_chain before calling reload.
      	* reload.h (struct needs): New structure definition.
      	(struct insn_chain): Likewise.
      	(reload_insn_chain): Declare variable.
      	(new_insn_chain): Declare function.
      	* reload1.c (reload_startobj): New variable.
      	(reload_insn_chain): New variable.
      	(unused_insn_chains): New variable.
      	(new_insn_chain): New function.
      	(init_reload): Initialize reload_startobj, not reload_firstobj.
      	(reload): Initialize reload_firstobj.
      	Before returning, free everything on the reload_obstack.
      	* stupid.c: Include insn-config.h, reload.h and basic-block.h.
      	(reg_where_dead_chain, reg_where_born_exact, reg_where_born_clobber,
      	current_chain): New variables.
      	(reg_where_born): Delete variable.
      	(REG_WHERE_BORN): New macro.
      	(find_clobbered_regs): New function.
      	(stupid_life_analysis): Don't allocate/free reg_where_born.
      	Allocate and free reg_where_born_exact, reg_where_born_clobber,
      	reg_where_dead_chain.
      	Use REG_WHERE_BORN instead of reg_where_born.
      	While processing the insns, build the reload_insn_chain with
      	information about register lifetimes.
      	(stupid_reg_compare): Use REG_WHERE_BORN instead of reg_where_born.
      	(stupid_mark_refs): Replace arg INSN with arg CHAIN.  All callers
      	changed.
      	Compute and information about birth and death of pseudo registers in
      	reg_where_dead_chain, reg_where_born_exact and reg_where_born_clobber.
      	Delete code to set elements of reg_where_born.
      
      From-SVN: r22862
      Bernd Schmidt committed
    • friend35.C: New test. · 0eaae86c
      	* g++.old-deja/g++.pt/friend35.C: New test.  A template function
       	must be declared before its specializations can be named in friend
       	declarations.
      
      From-SVN: r22861
      Alexandre Oliva committed
  2. 05 Oct, 1998 21 commits
  3. 04 Oct, 1998 14 commits