- 19 Jun, 2000 2 commits
-
-
From-SVN: r34592
Richard Kenner committed -
* function.c (put_var_into_stack): Don't reference DECL_ fields if input is a SAVE_EXPR. Use set_mem_attributes in COMPLEX case. From-SVN: r34591
Richard Kenner committed
-
- 18 Jun, 2000 5 commits
-
-
* java/lang/natClass.cc (forName): Removed dead code. Initialize returned class. For PR gcj/260. From-SVN: r34590
Tom Tromey committed -
* config/ia64/ia64-protos.h (process_for_unwind_directive): Declare. (ia64_file_start): Declare. * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0. (GR_REGNO_P): Likewise. * config/ia64/ia64.c: Many prototypes. (ia64_reg_numbers): Constify. (ia64_input_reg_names, ia64_local_reg_names): Likewise. (ia64_section_threshold): Make unsigned. (ia64_print_operand): Constify. (fix_range): Constify. (ia64_init_builtins): Don't compare signed vs unsigned. (ia64_expand_builtin): Likewise. * config/ia64/ia64.h (EXTRA_CONSTRAINT): New. (CONSTRAINT_OK_FOR_Q): New. * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem. (movsf_internal, movdf_internal): Likewise. (cmovdi_internal): Rewrite so that constraints and predicates match; simplify splitters. (cmovsi_internal): Likewise. * config/ia64/ia64.h (ASM_SPEC): Add -x for gas. (ASM_FILE_START): New. * config/ia64/ia64.c (ia64_file_start): New. (rtx_needs_barrier): Handle pred.rel.mutex. (emit_predicate_relation_info): New. * config/ia64/ia64.md (pred_rel_mutex): New. * config/ia64/linux.h (ASM_SPEC): Define. * config/ia64/sysv4.h (ASM_FILE_START): Define. * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko filtering global register variables. From-SVN: r34589
Richard Henderson committed -
From-SVN: r34588
Kaveh R. Ghazi committed -
From-SVN: r34587
Jeff Law committed -
From-SVN: r34586
Michael Meissner committed
-
- 17 Jun, 2000 9 commits
-
-
From-SVN: r34585
Bruce Korb committed -
From-SVN: r34584
Bruce Korb committed -
From-SVN: r34583
Bruce Korb committed -
From-SVN: r34582
Bruce Korb committed -
From-SVN: r34581
Bruce Korb committed -
From-SVN: r34580
Richard Kenner committed -
2000-05-17 H.J. Lu (hjl@gnu.org) * Make-lang.in: Use a unique stamp for each target to support parallel make. From-SVN: r34579
H.J. Lu committed -
From-SVN: r34578
Jeff Law committed -
* c-common.c (c_tree_code_type): New array. (c_tree_code_length): Likewise. (c_tree_code_name): Likewise. (add_c_tree_codes): New function. * c-common.h (add_c_tree_codes): Declare. (enum c_tree_code): New enum. * c-lex.c (init_parse): Added call to add_c_tree_codes. * cp/cp-tree.h (enum cplus_tree_code): Changed __DUMMY to CP_DUMMY_TREE_CODE. Remove #include "c-common.def". * cp/lex.c (cplus_tree_code_type[]): Removed #include "c-common.def". (cplus_tree_code_length[]): Likewise. (cplus_tree_code_name[]): Likewise. (init_parse): Added call to add_c_tree_codes. Changed LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE. From-SVN: r34577
Benjamin Chelf committed
-
- 16 Jun, 2000 8 commits
-
-
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 -
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. (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 -
From-SVN: r34573
Jakub Jelinek committed -
From-SVN: r34572
Jeff Law committed -
* 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 -
* 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 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
-
- 15 Jun, 2000 9 commits
-
-
* tree.c (count_trees): New debugging function. * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P. * init.c (build_member_call): Pull out the name of a DECL. * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H. * semantics.c (expand_body): Push to TV_INTEGRATION here. * optimize.c (optimize_function): Not here. * pt.c (instantiate_decl): Push to TV_PARSE. From-SVN: r34568
Jason Merrill committed -
From-SVN: r34567
Mark Mitchell committed -
* jcf-write.c (CHECK_PUT): Add static prototype. Make pointer types the same in comparison. (CHECK_OP): Add static prototype. From-SVN: r34566
Kaveh R. Ghazi committed -
From-SVN: r34565
Kaveh R. Ghazi committed -
* gcc.dg/20000614-1.c: New test. * gcc.dg/20000614-2.c: New test. From-SVN: r34564
Jakub Jelinek committed -
Fix for PR java.lang/258: * prims.cc (_Jv_PrimClass): Set state of primitive class to JV_STATE_DONE, to prevent accidental initialization. * java/lang/natClass.cc (_Jv_IsAssignableFrom): Call _Jv_InterfaceAssignableFrom if target is an interface and source is an interface or an abstract class. Remove redundant initializeClass calls. Remove duplicate if_idt test. (_Jv_InterfaceAssignableFrom): New function. * java/lang/Class.h (_Jv_InterfaceAssignableFrom): Prototype. From-SVN: r34563
Bryce McKinlay committed -
Fix for PR java.lang/258: * prims.cc (_Jv_PrimClass): Set state of primitive class to JV_STATE_DONE, to prevent accidental initialization. * java/lang/natClass.cc (_Jv_IsAssignableFrom): Call _Jv_InterfaceAssignableFrom if target is an interface and source is an interface or an abstract class. Remove redundant initializeClass calls. Remove duplicate if_idt test. * java/lang/Class.h (_Jv_InterfaceAssignableFrom): New function. From-SVN: r34562
Bryce McKinlay committed -
From-SVN: r34561
Jeff Law committed -
From-SVN: r34560
Jason Merrill committed
-
- 14 Jun, 2000 7 commits
-
-
From-SVN: r34559
J"orn Rennecke committed -
2000-06-14 Geoff Keating <geoffk@cygnus.com> * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare LABEL_REFs. From-SVN: r34558
Geoff Keating committed -
* conflict.c (conflict_graph_compute): Don't look for REG_INC. * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit auto-inc code. From-SVN: r34557
Richard Henderson committed -
From-SVN: r34556
Richard Henderson committed -
* rs6000.c (expand_block_move): Fix typo in earlier change. (print_operand): Remove unused variables neg and op. (toc_hash_mark_entry): Fix prototype. From-SVN: r34555
David Edelsohn committed -
From-SVN: r34554
Hans-Peter Nilsson committed -
From-SVN: r34553
Ben Chelf committed
-