1. 09 Nov, 2000 5 commits
  2. 08 Nov, 2000 24 commits
  3. 07 Nov, 2000 11 commits
    • va-arg-15.x: Changed to mips*-sgi-irix6.*. · 475e22ba
      2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
      
      	* gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
      	* gcc.c-torture/execute/va-arg-16.x: Likewise.
      	* gcc.c-torture/execute/va-arg-17.x: Likewise.
      
      From-SVN: r37305
      Jeffrey Oldham committed
    • m88k.h (GLOBAL_ASM_OP): Add missing tab. · d7cac874
      	* config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
      	(INTERNAL_ASM_OP): Add missing tab.
      
      From-SVN: r37304
      Nick Clifton committed
    • alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). · 961192e1
      	* alias.c (init_alias_analysis), calls.c (expand_call,
      	emit_library_call_value_1), combine.c (init_reg_last_arrays),
      	cse.c (new_basic_block), dbxout.c (dbxout_type), diagnostic.c
      	(init_output_buffer, set_diagnostic_context), dwarf2out.c
      	(equate_decl_number_to_die, build_abbrev_table), emit-rtl.c
      	(init_emit_once), fold-const.c (mul_double, div_and_round_double),
      	function.c (assign_parms), gcse.c (compute_can_copy,
      	alloc_gcse_mem, alloc_reg_set_mem, record_one_set,
      	compute_hash_table, compute_set_hash_table,
      	compute_expr_hash_table), genattrtab.c (optimize_attrs), global.c
      	(global_alloc, global_conflicts), haifa-sched.c (compute_trg_info,
      	clear_units, schedule_block), integrate.c (initialize_for_inline,
      	expand_inline_function), jump.c (thread_jumps), local-alloc.c
      	(local_alloc), loop.c (combine_movables, count_loop_regs_set,
      	load_mems_and_recount_loop_regs_set), print-tree.c (debug_tree),
      	regclass.c (init_reg_sets, init_reg_sets_1, regclass,
      	record_reg_classes, allocate_reg_info), reload.c
      	(get_secondary_mem, remove_address_replacements, find_reloads),
      	reload1.c (reload, set_initial_label_offsets, finish_spills,
      	reload_as_needed, choose_reload_regs_init,
      	reload_cse_simplify_operands), reorg.c (dbr_schedule), sbitmap.c
      	(sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c
      	(rename_registers), stmt.c (expand_end_case), unroll.c
      	(unroll_loop), varray.c (varray_grow), objc/objc-act.c: Use memset
      	() instead of bzero ().
      
      ch:
      	* actions.c (check_missing_cases), typeck.c (build_chill_slice,
      	build_chill_cast): Use memset () instead of bzero ().
      
      cp:
      	* class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
      	(push_binding_level), error.c (cp_tree_printer), pt.c
      	(process_partial_specialization, tsubst_template_arg_vector),
      	search.c (lookup_member): Use memset () instead of bzero ().
      
      java:
      	* expr.c (note_instructions), jcf-io.c (find_class), jcf-parse.c
      	(init_outgoing_cpool), lex.c (java_init_lex): Use memset ()
      	instead of bzero ().
      
      From-SVN: r37303
      Joseph Myers committed
    • oops, wrong ChangeLog · 0b13d6c2
      From-SVN: r37302
      DJ Delorie committed
    • * gcc.c-torture/execute/string-opt-1.c: New test. · a7c683a8
      From-SVN: r37301
      Kaveh R. Ghazi committed
    • va-arg-15.x: New file. · 8735550f
      2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
      
      	* gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
      	mips-sgi-irix6.* because the MIPS ABI passes floating-point
      	parameters in registers, and there is no way for a varargs
      	function to know in which order the integer and floating-point
      	parameters should be interleaved when they are placed on the
      	stack.
      	* gcc.c-torture/execute/va-arg-16.x: Likewise.
      	* gcc.c-torture/execute/va-arg-17.x: Likewise.
      
      From-SVN: r37300
      Jeffrey Oldham committed
    • * cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB. · e3cc3581
      From-SVN: r37299
      Neil Booth committed
    • sjis_comment3.java: Removed. · c7e05afb
      	* libjava.compile/sjis_comment3.java: Removed.
      	* libjava.compile/sjis_comment2.java: Removed.
      	* libjava.compile/sjis_comment1.java: Removed.
      	* libjava.compile/euc_comment3.java: Removed.
      	* libjava.compile/euc_comment2.java: Removed.
      	* libjava.compile/euc_comment1.java: Removed.
      
      From-SVN: r37298
      Tom Tromey committed
    • * combine.c (distribute_notes): Fix typo in last change. · 71fd5a51
      From-SVN: r37296
      J"orn Rennecke committed
    • rs6000.md (movdi_internal32+1): Use operand_subreg_force rather than gen_rtx_SUBREG. · bdaa0181
      	* config/rs6000/rs6000.md (movdi_internal32+1): Use
      	operand_subreg_force rather than gen_rtx_SUBREG.
      	(movdi_internal32+2): Likewise.
      
      From-SVN: r37295
      Geoffrey Keating committed