1. 17 Jun, 2000 8 commits
  2. 16 Jun, 2000 8 commits
    • inclhack.def (ctrl_quotes_def, [...]): Modify select pattern to also match macro… · cf6d5133
      inclhack.def (ctrl_quotes_def, [...]): Modify select pattern to also match macro defs with only one argument.
      
      	* fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
      	select pattern to also match macro defs with only one argument.
      
      From-SVN: r34576
      Kaveh R. Ghazi committed
    • re GNATS libgcj/261 (Macro-inconsistency) · 3fff8475
      	Fix for PR libgcj/261:
      	* include/win32-signal.h (MAKE_THROW_FRAME): Added `_exception'
      	argument.
      	* include/sparc-signal.h (MAKE_THROW_FRAME): Added `_exception'
      	argument.  (This is a patch from long ago that somehow went
      	missing.)
      
      From-SVN: r34575
      Tom Tromey committed
    • cp-tree.h (finish_mem_initializers): Declare. · bf3428d0
      	* cp-tree.h (finish_mem_initializers): Declare.
      	(count_trees): Likewise.
      	* parse.y (base_init): Use finish_mem_initializers.
      	* semantics.c (finish_mem_initializers): New function.
      
      	* tree.c (count_trees_r): Prototype.  Use DATA parameter to store
      	the number of trees.
      	(n_trees): Remove.
      	(count_trees): Don't use it.
      
      From-SVN: r34574
      Mark Mitchell committed
    • * gcc.c-torture/execute/loop-6.c: New test. · 22c40c28
      From-SVN: r34573
      Jakub Jelinek committed
    • Daily bump. · 974ce8d3
      From-SVN: r34572
      Jeff Law committed
    • cp-tree.h (struct language_function): Remove x_base_init_list and x_member_init_list. · fd74ca0b
      	* cp-tree.h (struct language_function): Remove x_base_init_list
      	and x_member_init_list.
      	(current_base_init_list): Remove.
      	(current_member_init_list): Likewise.
      	(setup_vtbl_ptr): Change prototype.
      	(emit_base_init): Likewise.
      	(expand_member_init): Likewise.
      	(reinit_parse_for_function): Remove.
      	* decl.c (save_function_data): Don't clear x_base_init_list and
      	x_member_init_list.
      	(mark_language_function): Don't mark them.
      	* init.c (perform_member_init): Tweak comment.
      	(sort_member_init): Take the list of initializers as an argument.
      	(sort_base_init): Likewise.
      	(emit_base_init): Likewise.
      	(expand_member_init): Return the initializer.  Don't use global
      	variables.
      	* lex.c (reinit_parse_for_function): Remove.
      	* method.c (build_template_parm_names): Correct substitution.
      	(do_build_copy_constructor): Don't use current_member_init_list
      	and current_base_init_list.
      	(synthesize_method): Likewise.
      	* parse.y (base_init): Split mem-initializers into
      	base-initializers and field-initializers.
      	(member_init_list): Build up the list here.
      	(member_init): Return the initializer.
      	(fn.depfn): Don't use reinit_parse_for_function.
      	* parse.c: Regenerated.
      	* pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
      	ERROR_MARK.
      	(tsubst_expr): Don't use current_member_init_list
      	and current_base_init_list.
      	(tsubst_expr_values): Rename to ...
      	(tsubst_initializer_list): ... this.  Use convert_from_reference.
      	* semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
      	and current_base_init_list.
      	(begin_function_definition): Don't call reinit_parse_for_function.
      
      	* dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
      
      	* error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
      	correctly.
      
      From-SVN: r34571
      Mark Mitchell committed
    • natIconv.cc (iconv_adapter): New function. · ff1c0096
      	* gnu/gcj/convert/natIconv.cc (iconv_adapter): New function.
      	(read): Use it.
      	(write): Likewise.
      
      From-SVN: r34570
      Tom Tromey committed
    • i386.md: Create new [right,left] rotate and right shift patterns to optimize shift by 1... · 8bad7136
      	* i386.md: Create new [right,left] rotate and right shift
      	patterns to optimize shift by 1 bit for certain ia32 processors.
      	Update patterns which perform left shifts to optimize shift by
      	1 bit for certain ia32 processors.
      	* i386.c (const_int_1_operand): New predicate.
      	* i386.h (PREDICATE_CODES): Handle const_int_1_operand.
      	* i386-protos.h (const_int_1_operand): Prototype.
      
      From-SVN: r34569
      Jeffrey A Law committed
  3. 15 Jun, 2000 9 commits
  4. 14 Jun, 2000 15 commits