11 GCC HEAD regressions, 0 new, with your patch on 2004-08-26T01:00:03Z.

GCC regression checker geoffk@apple.com
Thu Aug 26 18:11:00 GMT 2004


With your recent patch, GCC HEAD has some regression test failures, 
which used to pass.  There are 0 new failures, and 11
failures that existed before and after that patch; 0 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
native g++.sum g++.dg/gcov/gcov-1.C
native gcc.sum gcc.c-torture/compile/20021108-1.c
native gcc.sum gcc.c-torture/compile/labels-1.c
native gcc.sum gcc.c-torture/compile/labels-2.c
native gcc.sum gcc.c-torture/execute/931004-12.c
native gcc.sum gcc.c-torture/execute/va-arg-22.c
native gcc.sum gcc.dg/c90-const-expr-3.c
native gcc.sum gcc.dg/c99-const-expr-3.c
native gcc.sum gcc.misc-tests/gcov-4.c
native objc.sum objc.dg/const-str-3.m
native objc.sum objc.dg/const-str-4.m

For more information, see http://gcc.gnu.org/regtest/.

-------------- next part --------------
ChangeLog entries since last run on 2004-08-25T04:24:30Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Tue Aug 24 21:25:22 2004
+++ gcc/gcc/ChangeLog	Wed Aug 25 18:00:54 2004
@@ -1,3 +1,347 @@
+2005-08-28  Paul Brook  <paul@codesourcery.com>
+
+	* config/arm/symbian.h (SUBTARGET_ASM_FLOAT_SPEC): Default to
+	-mfpu=vfp -march=armv5t
+	* config/arm/t-symbian: Change multilib to mfloat-aby=softfp.
+
+2004-08-25  Richard Henderson  <rth@redhat.com>
+
+	* target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.
+	* target.h (struct gcc_target): Add scalar_mode_supported_p.
+	* targhooks.c (default_scalar_mode_supported_p): New.
+	* targhooks.h (default_scalar_mode_supported_p): Declare.
+	* doc/tm.texi (TARGET_SCALAR_MODE_SUPPORTED_P): Document.
+
+	* c-common.c (handle_mode_attribute): Query scalar_mode_supported_p
+	before attempting to create types.  Tidy.
+	* expr.c (vector_mode_valid_p): Use scalar_mode_supported_p.
+
+	* config/alpha/alpha.c (alpha_scalar_mode_supported_p): New.
+	(TARGET_SCALAR_MODE_SUPPORTED_P): New.
+
+2004-08-25  Richard Henderson  <rth@redhat.com>
+
+	* config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
+	set REAL_MODE_FORMAT for TFmode.
+
+2004-08-25  Ziemowit Laski  <zlaski@apple.com>
+
+	* c-decl.c (grokparm): New function.
+	* c-tree.h (grokparm): New prototype.
+
+2004-08-25  Andrew MacLeod  <amacleod@redhat.com>
+
+	* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.  SSA operand
+	iterator controlling structure.
+	(SSA_OP_USE, SSA_OP_DEF, SSA_OP_VUSE, SSA_OP_VMAYUSE, SSA_OP_VMAYDEF,
+	SSA_OP_VMUSTDEF, SSA_OP_VIRTUAL_USES, SSA_OP_VIRTUAL_DEFS,
+	SSA_OP_ALL_USES, SSA_OP_ALL_DEFS, SSA_OP_ALL_OPERANDS): New.  Operand
+	iterator flags.
+	(FOR_EACH_SSA_TREE_OPERAND): New.  Iterate over operands as trees.
+	(FOR_EACH_SSA_USE_OPERAND): New.  Iterate over operands as uses.
+	(FOR_EACH_SSA_DEF_OPERAND): New.  Iterate over operands as defs.
+	(FOR_EACH_SSA_MAYDEF_OPERAND): New.  Iterate over V_MAY_DEFs.
+	* tree-ssa-operands.c (NULL_DEF_OPERAND_P, NULL_USE_OPERAND_P): New. 
+	Empty operand pointers.
+	* tree-flow-inline.h (op_iter_done): New.  Return true if finished.
+	(op_iter_next_use): New.  Return next use_operand_p.
+	(op_iter_next_def): New.  Return next def_operand_p.
+	(op_iter_next_tree): New.  Return next operands as a tree.
+	(op_iter_init): New.  Initialize an iterator structure.
+	(op_iter_init_use): New.  Initialize structure and get the first use.
+	(op_iter_init_def): New.  Initialize structure and get the first def.
+	(op_iter_init_tree): New.  Initialize structure and get the first tree.
+	(op_iter_next_maydef): New.  Return next V_MAY_DEF operands.
+	(op_iter_init_maydef): New.  Initialize structure and get the first 
+	V_MAY_DEF operands.
+	* tree-cfg.c (tree_duplicate_bb): Use new operand iterator.
+	* tree-dfa.c (compute_immediate_uses_for_stmt, 
+	redirect_immediate_uses): Use new operand iterator.
+	(v_may_defs_disappeared_p, v_must_defs_disappeared_p): Delete.
+	(mark_new_vars_to_rename): Use new operand iterator.  Count virtual
+	operands instead of using *_disappeared_p routines.
+	* tree-into-ssa.c (mark_def_sites, ssa_mark_def_sites, rewrite_stmt,
+	ssa_rewrite_stmt): Use new operand iterator.
+	* tree-outof-ssa.c (check_replaceable, find_replaceable_in_bb,
+	rewrite_trees): Use new operand iterator.
+	* tree-pretty-print.c (dump_vops): Use new operand iterator.
+	* tree-sra.c (mark_all_v_defs): Use new operand iterator.
+	* tree-ssa-alias.c (compute_points_to_and_addr_escape, 
+	dump_points_to_info): Use new operand iterator.
+	* tree-ssa-ccp.c (cp_lattice_meet, visit_stmt, initialize, 
+	replace_uses_in, replace_vuse_in, likely_value, set_rhs): Use new 
+	operand iterator.
+	* tree-ssa-dce.c (mark_stmt_if_obviously_necessary, 
+	propagate_necessity): Use new operand iterator.
+	* tree-ssa-dom.c (cprop_into_stmt, optimize_stmt): Use operand iterator.
+	(register_definitions_for_stmt): Use new operand iterator.  Take stmt as
+	a parameter instead of a stmt_ann_t.
+	* tree-ssa-live.c (create_ssa_var_map, calculate_live_on_entry,
+	build_tree_conflict_graph): Use new operand iterator.
+	* tree-ssa-loop-im.c (determine_max_movement, single_reachable_address,
+	rewrite_mem_refs): Use new operand iterator.
+	* tree-ssa-loop-manip.c (find_uses_to_rename_stmt, 
+	check_loop_closed_ssa_use): Use new operand iterator.
+	* tree-ssa.c (verify_ssa, replace_immediate_uses): Use operand iterator.
+	* tree-ssanames.c (release_defs): Use new operand iterator.
+	* tree-vectorizer.c (vect_create_data_ref): Use new operand iterator.
+
+2004-08-25  Adam Nemet  <anemet@lnxw.com>
+
+	* tlink.c (initial_cwd): New variable.
+	(tlink_init): Initialize it.
+	(recompile_files): Use tlink_execute() instead of system().  Don't
+	duplicate verbose output of collect_execute.  Restore initial_cwd.
+	Update comment before the function.
+
+2004-08-25  Ziemowit Laski  <zlaski@apple.com>
+
+	* c-typeck.c (build_c_cast): In ObjC, always preserve (and silently
+	accept) a cast from one Objective-C pointer type to another.
+
+2004-08-25  Paolo Carlini  <pcarlini@suse.de>
+
+	* doc/install.texi: Document that libstdc++-v3 requires
+	now automake 1.9.1.
+
+2004-08-25  Caroline Tice  <ctice@apple.com>
+
+	* bb-reorder.c (partition_hot_cold_basic_blocks):  Add more details
+	to comments at start of function.
+	* cfgbuild.c (make_edges):  Add more details to hot/cold partitioning
+	comment.
+	* cfgcleanup.c (try_simplify_condjump, try_forward_edges, 
+	merge_blocks_move_predecessor_nojumps, 
+	merge_blocks_move_successor_nojumps, merge_blocks_move, 
+	try_crossjump_to_edge, try_crossjump_bb): Likewise.
+	* cfglayout.c (fixup_reorder_chain): Likewise.
+	* cfgrtl.c (rtl_can_merge_blocks, try_redirect_by_replacing_jump,
+	cfg_layout_can_merge_blocks_p):  Likewise.
+	* ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
+	* passes.c (rest_of_compilation): Update comments for calling 
+	optimization that partitions hot/cold basic blocks.
+	* doc/invoke.texi:  Update documentation of 
+	freorder-blocks-and-partition flag.
+	
+2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
+
+	* config/mips/mips.md (reg): Renamed mode attribute from ccreg.
+	(*mov*_on_*): Adjust accordingly.  Add an explicit MOVECC: prefix.
+
+2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
+
+	* config/mips/mips.md (any_shift): New code macro.
+	(optab, insn): New code attributes.
+	({ashl,ashr,lshr}[sd]i3): Redefine using :GPR and any_shift.
+	Use the standard rather than internal patterns for the MIPS16
+	double-shift optimization.
+	(*{ashl,ashr,lshr}[sd]i3): New names for the non-mips16 shift patterns.
+	Redefine using :GPR and any_shift.
+	(*{ashl,ashr,lshr}si3_extend): Generalize ashlsi3_internal1_extend
+	to cover all three shifts.
+	(*{ashl,ashr,lshr}si3_mips16): New names for the mips16 SImode shifts.
+	Redefine using any_shift.  Use :GPR and any_shift to combine splitters.
+	(*{ashl,ashr,lshr}di3_mips16): New names for the mips16 DImode shifts.
+
+2004-08-24  Geoffrey Keating  <geoffk@apple.com>
+
+	* gimplify.c (lookup_tmp_var): Separate temporaries when not
+	optimizing.
+
+2004-08-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+	PR libstdc++/17005 (fix for HP-UX 11.11)
+	* config.gcc (hppa*-*-*): Move MASK_BIG_SWITCH to target_cpu_default2.
+	(hppa*-*-hpux*): Consolidate hppa1.0-*-* code.  Rework handling of
+	tm_file including pa-hpux1010.h or pa-hpux1111.h when appropriate.  
+	* config/pa/pa-hpux1010.h, config/pa/pa-hpux1111.h: New files.
+	* config/pa/pa-hpux.h (TARGET_HPUX): Define.
+	(LINK_SPEC): Handle march=1.0 option.
+	* config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Predefine _XOPEN_UNIX
+	and _XOPEN_SOURCE_EXTENDED for UNIX 95.
+	(SUBTARGET_OPTIONS): New define.
+	(LINK_SPEC): Handle march=1.0 option.
+	(STARTFILE_SPEC): New define.
+	* config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Predefine _XOPEN_UNIX
+	and _XOPEN_SOURCE_EXTENDED for UNIX 95.  Additionally, predefine
+	_INCLUDE__STDC_A1_SOURCE and _INCLUDE_XOPEN_SOURCE_500 for UNIX 98.
+	(SUBTARGET_OPTIONS): New define.
+	(LINK_SPEC): Handle march=1.0 option.
+	(STARTFILE_SPEC): New define.
+	* config/pa/pa.c (override_options): Add code to process -munix= option.
+	* config/pa/pa.h (pa_unix_string, flag_pa_unix): Declare.
+	(TARGET_HPUX, TARGET_HPUX_10_10, TARGET_HPUX_11_11): Provide default
+	defines.
+	(TARGET_OPTIONS): Add SUBTARGET_OPTIONS to option list.
+	(SUBTARGET_OPTIONS): Provide default define.
+	* config/pa/pa64-hpux.h (STANDARD_STARTFILE_PREFIX_1,
+	STANDARD_STARTFILE_PREFIX_2): New defines.
+	(STARTFILE_SPEC): Provide unix95.o or unix98.o startfiles as necessary.
+	(ENDFILE_SPEC): Use %O.
+	* doc/install.texi (hppa*-*-hpux*): Reword paragraph on -g and gas.
+	Mention issue caused by changing namespace and runtime to UNIX 95/98.
+	* doc/invoke.texi (HPPA options): Move misplaced text to FRV options.
+	Document -munix=std option.
+
+2004-08-25  Steven Bosscher  <stevenb@suse.de>
+
+	* cse.c (cse_around_loop, cse_check_loop_start,
+	cse_set_around_loop): Remove.
+	(cse_basic_block): Remove the around_loop argument.
+	(cse_end_of_basic_block): Remove the after_loop argument.
+	(cse_main): Likewise.
+	* rtl.h (cse_main): Update prototype.
+	* passes.c (rest_of_handle_cse, rest_of_handle_cse2,
+	rest_of_handle_gcse): Update cse_main calls.
+
+2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* tree.h  (build_int_cst): New, sign extended constant.
+	(build_int_cstu): New, zero extended constant.
+	(build_int_cst_wide): Renamed from build_int_cst.
+	* tree.c (build_int_cst, build_int_cstu): New.
+	(build_int_cst_wide): Renamed from build_int_cst.
+	(make_vector_type, build_common_tree_nodes,
+	build_common_tree_nodes_2): Adjust build_int_cst calls.
+	* builtins.c (expand_builtin_prefetch, expand_builtin_strstr,
+	expand_builtin_strpbrk, expand_builtin_fputs,
+	build_string_literal, expand_builtin_printf,
+	expand_builtin_sprintf, fold_builtin_classify_type,
+	fold_builtin_lround, fold_builtin_bitop, fold_builtin_isascii,
+	fold_builtin_toascii, fold_builtin_isdigit,
+	simplify_builtin_strstr, simplify_builtin_strpbrk,
+	fold_builtin_fputs, simplify_builtin_sprintf): Likewise.
+	* c-common.c (start_fname_decls, fix_string_type, shorten_compare,
+	DEF_ATTR_INT): Likewise.
+	* c-decl.c (complete_array_type, check_bitfield_type_and_width):
+	Likewise.
+	* c-lex.c (interpret_integer, lex_charconst): Likewise.
+	* c-parse.in (primary) <TYPES_COMPATIBLE_P> Likewise.
+	* c-pretty-print.c (pp_c_integer_constant): Likewise.
+	* c-typeck.c (really_start_incremental_init, push_init_level,
+	set_nonincremental_init_from_string): Likewise.
+	* calls.c (load_register_parameters): Likewise.
+	convert.c (convert_to_pointer): Likewise.
+	coverage.c (coverage_counter_alloc, tree_coverage_counter_ref,
+	build_fn_info_type, build_fn_info_value, build_ctr_info_value,
+	build_gcov_info): Likewise.
+	* except.c (init_eh, assign_filter_values): Likewise.
+	* expmed.c (store_fixed_bit_field, extract_bit_field,
+	extract_fixed_bit_field, extract_split_bit_field, expand_shift,
+	expand_mult_const, expand_mult_highpart_adjust, extract_high_half,
+	expand_sdiv_pow2, expand_divmod, make_tree): Likewise.
+	* expr.c (convert_move, emit_group_load, emit_group_store,
+	expand_assignment, store_constructor, store_field,
+	expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
+	fold-const.c (force_fit_type, int_const_binop, fold_convert_const,
+	invert_truthvalue, optimize_bit_field_compare,
+	decode_field_reference, all_ones_mask_p, constant_boolean_node,
+	fold_div_compare, fold, fold_read_from_constant_string,
+	fold_negate_const, fold_abs_const, fold_not_const, round_up,
+	round_down): Likewise.
+	* function.c (assign_parm_setup_block): Likewise.
+	* stmt.c (shift_return_value, expand_case, estimate_case_costs):
+	Likewise.
+	* stor-layout.c (layout_type, initialize_sizetypes,
+	set_min_and_max_values_for_integral_type): Likewise.
+	* tree-chrec.c (chrec_fold_multiply_poly_poly,
+	reset_evolution_in_loop): Likewise.
+	* tree-chrec.h (build_polynomial_chrec): Likewise.
+	* tree-complex.c (build_replicated_const): Likewise.
+	* tree-eh.c (honor_protect_cleanup_actions,
+	lower_try_finally_onedest, lower_try_finally_copy,
+	lower_try_finally_switch): Likewise.
+	* tree-mudflap.c (mf_build_string, mx_register_decls,
+	mudflap_register_call, mudflap_enqueue_constant): Likewise.
+	* tree-nested.c (get_trampoline_type, get_nl_goto_field): Likewise.
+	* tree-pretty-print.c (dump_generic_node): Likewise.
+	* tree-ssa-ccp.c (widen_bitfield, maybe_fold_offset_to_array_ref):
+	Likewise.
+	* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
+	* tree-ssa-loop-niter.c (number_of_iterations_cond,
+	loop_niter_by_eval, upper_bound_in_type, lower_bound_in_type):
+	Likewise.
+	* tree-ssa-loop-ivcanon.c (create_canonical_iv,
+	canonicalize_loop_induction_variables): Likewise.
+	* tree-vectorizer.c (vect_create_index_for_array_ref,
+	vect_transform_loop_bound, vect_compute_data_ref_alignment):
+	Likewise.
+
+	* config/alpha/alpha.c (alpha_initialize_trampoline, alpha_va_start,
+	alpha_gimplify_va_arg_1): Likewise.
+	* config/arm/arm.c (arm_get_cookie_size): Likewise.
+	* config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
+	* config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise.
+	* config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
+	* config/mips/mips.c (mips_build_builtin_va_list, mips_va_start,
+	mips_gimplify_va_arg_expr): Likewise.
+	* config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
+	* config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg,
+	add_compiler_branch_island): Likewise.
+	* config/s390/s390.c (s390_va_start): Likewise.
+	* config/sh/sh.c (sh_va_start): Likewise.
+	* config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
+	Likewise.
+	* config/xtensa/xtensa.c (xtensa_va_start,
+	xtensa_gimplify_va_arg_expr): Likewise.
+	
+	* objc/objc-act.c (build_objc_string_object,
+	build_objc_symtab_template, init_def_list, init_objc_symtab,
+	init_module_descriptor, generate_static_references,
+	build_selector_translation_table, get_proto_encoding,
+	build_typed_selector_reference, build_selector_reference,
+	build_next_objc_exception_stuff,
+	build_method_prototype_list_template, generate_descriptor_table,
+	generate_protocols, build_protocol_initializer,
+	build_ivar_list_template, build_method_list_template,
+	build_ivar_list_initializer, generate_ivars_list,
+	generate_dispatch_table, generate_protocol_list,
+	build_category_initializer, build_shared_structure_initializer,
+	generate_shared_structures, handle_impent,
+	generate_objc_image_info): Likewise.
+
+2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
+
+	* cfglayout.c (duplicate_insn_chain): Remove references to
+	NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT.
+	* cfgloop.h (struct loop): Remove fields vtop, cont and cont_dominator.
+	* cfgrtl.c (rtl_delete_block): Remove handling of NOTE_INSN_LOOP_CONT.
+	* final.c (final_scan_insn): Remove references to NOTE_INSN_LOOP_VTOP
+	and NOTE_INSN_LOOP_CONT.
+	* insn-notes.def (NOTE_INSN_LOOP_VTOP, NOTE_INSN_LOOP_CONT): Remove.
+	* jump.c (squeeze_notes): Remove references to NOTE_INSN_LOOP_VTOP
+	and NOTE_INSN_LOOP_CONT.
+	* loop.c (scan_loops, find_and_verify_loops, for_each_insn_in_loop,
+	check_dbra_loop, loop_dump_aux): Remove references to removed notes
+	and fields.
+	* reorg.c (mostly_true_jump): Do not rely on NOTE_INSN_LOOP_VTOPs.
+	* unroll.c (unroll_loop, copy_loop_body, loop_iterations): Remove
+	references to removed notes and fields.
+	(subtract_reg_term, ujump_to_loop_cont): Remove.
+
+2004-08-25  Paolo Bonzini  <bonzini@gnu.org>
+
+	* doc/install.texi: Document that libcpp does not require
+	Automake any longer.  Document that Automake 1.9.1 should
+	work everywhere.
+
+2004-08-25  Zack Weinberg  <zack@codesourcery.com>
+
+	* flags.h (enum debug_info_type): Remove DWARF_DEBUG.
+	* defaults.h (PREFERRED_DEBUGGING_TYPE): Remove check for
+	DWARF_DEBUGGING_INFO from choice-of-definition chain;
+	restructure using C89 features (#elif, #error).
+	* c-lex.c, final.c, opts.c, config/cris/cris.c, config/frv/frv.c
+	* config/sh/sh.h: Remove references to DWARF_DEBUG.
+	* doc/invoke.texi: Remove references to DWARF version 1;
+	clarify why -gdwarf-2<n> doesn't work.
+
+2004-08-25  Zack Weinberg  <zack@codesourcery.com>
+
+	* basic-block.h (BB_SET_PARTITION): Clear old value first.
+	* cfg.c (clear_bb_flags): Don't clear partition setting.
+	* ifcvt.c (find_if_case_1): Remove ??? comment.
+
 2004-08-25  Alan Modra  <amodra@bigpond.net.au>
 
 	PR target/17052
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog	Tue Aug 24 21:25:34 2004
+++ gcc/gcc/cp/ChangeLog	Wed Aug 25 18:01:13 2004
@@ -1,6 +1,80 @@
+2004-08-25  Roger Sayle  <roger@eyesopen.com>
+
+	PR middle-end/16693
+	PR tree-optimization/16372
+	* decl.c (finish_enum): Make the precision of the enumerated type
+	the same width as the underlying integer type.
+
+2004-08-25  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/17155
+	* lex.c (build_lang_decl): Set DECL_NO_STATIC_CHAIN for all C++
+	functions.
+
+	* mangle.c (get_identifier_nocopy): Add cast.
+
+	* cp-tree.h (mangle_type): Remove.
+	* mangle.c (globals): GTY it.
+	(mangle_obstack): New variable.
+	(name_obstack): Likewise.
+	(name_base): Likewise.
+	(write_char): Adjust accordingly.
+	(write_chars): Likewise.
+	(write_string): Likewise.
+	(start_mangling): Initialize G.substitutions only one.  Add
+	ident_p parameter.
+	(finish_mangling): Use VARRAY_CLEAR to reclaim
+	storage in G.substitutions.  Use obstack_finish.
+	(init_mangle): Adjust for changes to variable names above.
+	Initialize G.substitutions.
+	(mangle_decl_string): Adjust call to start_mangling.
+	(get_identifier_nocopy): New function.
+	(mangle_decl): Use it.
+	(mangle_type_string): Adjust call to start_mangling.
+	(mangle_special_for_type): Likewise.
+	(mangle_vtt_for_type): Likewise.
+	(mangle_ctor_vtbl_for_type): Likewise.
+	(mangle_thunk): Likewise.
+	(mangle_guard_variable): Likewise.
+	(mangle_ref_init_variable): Likewise.
+
+2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+	PR c++/14428
+	* pt.c (redeclare_class_template): Check the type of non-type and
+	template template parameter.
+
+2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
+
+
+	* call.c (convert_class_to_reference): Adjust build_int_cst calls.
+	(build_user_type_conversion_1, convert_like_real,
+	build_java_interface_fn_ref, build_special_member_call): Likewise.
+	* class.c (finish_struct_1, build_vtbl_initializer): Likewise.
+	* cp-gimplify.c (cp_gimplify_expr): Likewise.
+	* cvt.c (cp_convert_to_pointer): Likewise.
+	* decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
+	* decl2.c (start_static_initialization_or_destruction,
+	generate_ctor_or_dtor_function): Likewise.
+	* except.c (build_throw): Likewise.
+	* mangle.c (write_integer_cst): Likewise.
+	* method.c (finish_thunk): Likewise.
+	* rtti.c (build_headof, get_tinfo_decl_dynamic,
+	build_dynamic_cast_1, ptr_initializer, ptm_initializer,
+	get_pseudo_ti_init): Likewise.
+	* search.c (get_dynamic_cast_base_type): Likewise.
+	
+2004-08-25  Zack Weinberg  <zack@codesourcery.com>
+
+	* class.c, search.c: Remove references to DWARF_DEBUG.
+
+2004-08-25  Adam Nemet  <anemet@lnxw.com>
+
+	* repo.c (extract_string): Reset backquote after one character.
+	(get_base_filename): Fix indentation.
 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
 
-	* cp/decl.c (cxx_init_decl_processing): Adjust
+	* decl.c (cxx_init_decl_processing): Adjust
 	build_common_tree_nodes call.
 
 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
--- /Users/regress/tbox/changelog_mail/gcc/gcc/java/ChangeLog	Tue Aug 24 21:25:37 2004
+++ gcc/gcc/java/ChangeLog	Wed Aug 25 18:01:20 2004
@@ -1,6 +1,28 @@
+2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
+
+	* boehm.c (get_boehm_type_descriptor):  Adjust build_int_cst calls.
+	* class.c (build_utf8_ref, build_static_field_ref,
+	make_field_value, make_method_value, get_dispatch_table,
+	make_class_data, emit_symbol_table, emit_catch_table): Likewise.
+	* constants.c (get_tag_node, build_ref_from_constant_pool,
+	build_constants_constructor): Likewise.
+	* decl.c (java_init_decl_processing): Likewise.
+	* expr.c (build_java_array_length_access, build_newarray,
+	expand_java_multianewarray, expand_java_pushc, expand_iinc,
+	build_java_binop, build_field_ref, expand_java_add_case,
+	expand_java_call, build_known_method_ref, build_invokevirtual,
+	build_invokeinterface, build_jni_stub): Likewise.
+	* java-gimplify.c (java_gimplify_new_array_init): Likewise.
+	* jcf-parse.c (get_constant): Likewise.
+	* lex.c (do_java_lex): Likewise.
+	* parse.y (patch_binop, patch_unaryop, patch_cast,
+	build_newarray_node, patch_newarray): Likewise.
+	* resource.c (compile_resource_data): Likewise.
+	* typeck.c (build_prim_array_type): Likewise.
+
 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
 
-	* java/decl.c (java_init_decl_processing): Adjust
+	* decl.c (java_init_decl_processing): Adjust
 	initialize_sizetypes call.
 
 2004-08-23  Nathan Sidwell  <nathan@codesourcery.com>
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Tue Aug 24 21:25:38 2004
+++ gcc/gcc/testsuite/ChangeLog	Wed Aug 25 18:01:22 2004
@@ -1,3 +1,38 @@
+2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+	* gfortran.dg/assignment_1.f90: New test.
+
+2004-08-25  Adam Nemet  <anemet@lnxw.com>
+
+	* g++.dg/template/repo3.C: New test.
+
+2004-08-25  Roger Sayle  <roger@eyesopen.com>
+
+	PR middle-end/16693
+	PR tree-optimization/16372
+	* g++.dg/opt/pr16372-1.C: New test case.
+	* g++.dg/opt/pr16693-1.C: New test case.
+	* g++.dg/opt/pr16693-2.C: New test case.
+
+2004-08-25  Ziemowit Laski  <zlaski@apple.com>
+
+	* objc.dg/proto-lossage-4.m: New test.
+
+2004-08-25  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/17155
+	* g++.dg/inherit/local2.C: New test.
+
+2004-08-25  Paul Brook  <paul@codesourcery.com>
+
+	PR fortran/17144
+	* gfortran.dg/string_ctor_1.f90: New test.
+
+2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+	PR c++/14428
+	* g++.dg/template/redecl2.C: New test.
+
 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
 
 	PR fortran/17143
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Tue Aug 24 21:26:00 2004
+++ gcc/libstdc++-v3/ChangeLog	Wed Aug 25 18:01:46 2004
@@ -1,3 +1,16 @@
+2004-08-25  Paolo Carlini  <pcarlini@suse.de>
+
+	PR libstdc++/17038 (partial)
+	* include/bits/locale_facets.tcc (time_put<>::do_put): Increase
+	__maxlen to 128.
+	* include/bits/locale_facets.h (class __timepunct): Add FIXME
+	comment about _M_put.
+	* config/locale/generic/time_members.cc (_M_put): Always null
+	terminate __s.
+	* config/locale/gnu/time_members.cc (_M_put): Likewise.
+	* testsuite/22_locale/time_put/put/char/17038.cc: New.
+	* testsuite/22_locale/time_put/put/wchar_t/17038.cc: New.
+
 2004-08-24  Paolo Carlini  <pcarlini@suse.de>
 
 	* testsuite/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc: New.
--- /Users/regress/tbox/changelog_mail/gcc/libffi/ChangeLog	Mon Aug 23 10:47:40 2004
+++ gcc/libffi/ChangeLog	Wed Aug 25 18:01:30 2004
@@ -1,3 +1,65 @@
+2004-08-24  David Daney  <daney@avtrex.com>
+
+	* testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
+	* testsuite/libffi.call/closure_fn1.c: Likewise.
+	* testsuite/libffi.call/closure_fn2.c  Likewise.
+	* testsuite/libffi.call/closure_fn3.c: Likewise.
+	* testsuite/libffi.call/closure_fn4.c: Likewise.
+	* testsuite/libffi.call/closure_fn5.c: Likewise.
+	* testsuite/libffi.call/cls_18byte.c: Likewise.
+	* testsuite/libffi.call/cls_19byte.c: Likewise.
+	* testsuite/libffi.call/cls_1_1byte.c: Likewise.
+	* testsuite/libffi.call/cls_20byte.c: Likewise.
+	* testsuite/libffi.call/cls_20byte1.c: Likewise.
+	* testsuite/libffi.call/cls_24byte.c: Likewise.
+	* testsuite/libffi.call/cls_2byte.c: Likewise.
+	* testsuite/libffi.call/cls_3_1byte.c: Likewise.
+	* testsuite/libffi.call/cls_3byte1.c: Likewise.
+	* testsuite/libffi.call/cls_3byte2.c: Likewise.
+	* testsuite/libffi.call/cls_4_1byte.c: Likewise.
+	* testsuite/libffi.call/cls_4byte.c: Likewise.
+	* testsuite/libffi.call/cls_64byte.c: Likewise.
+	* testsuite/libffi.call/cls_6byte.c: Likewise.
+	* testsuite/libffi.call/cls_7byte.c: Likewise.
+	* testsuite/libffi.call/cls_8byte.c: Likewise.
+	* testsuite/libffi.call/cls_9byte1.c: Likewise.
+	* testsuite/libffi.call/cls_9byte2.c: Likewise.
+	* testsuite/libffi.call/cls_align_double.c: Likewise.
+	* testsuite/libffi.call/cls_align_float.c: Likewise.
+	* testsuite/libffi.call/cls_align_longdouble.c: Likewise.
+	* testsuite/libffi.call/cls_align_pointer.c: Likewise.
+	* testsuite/libffi.call/cls_align_sint16.c: Likewise.
+	* testsuite/libffi.call/cls_align_sint32.c: Likewise.
+	* testsuite/libffi.call/cls_align_sint64.c: Likewise.
+	* testsuite/libffi.call/cls_align_uint16.c: Likewise.
+	* testsuite/libffi.call/cls_align_uint32.c: Likewise.
+	* testsuite/libffi.call/cls_align_uint64.c: Likewise.
+	* testsuite/libffi.call/cls_double.c: Likewise.
+	* testsuite/libffi.call/cls_float.c: Likewise.
+	* testsuite/libffi.call/cls_multi_schar.c: Likewise.
+	* testsuite/libffi.call/cls_multi_sshort.c: Likewise.
+	* testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
+	* testsuite/libffi.call/cls_multi_uchar.c: Likewise.
+	* testsuite/libffi.call/cls_multi_ushort.c: Likewise.
+	* testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
+	* testsuite/libffi.call/cls_schar.c: Likewise.
+	* testsuite/libffi.call/cls_sint.c: Likewise.
+	* testsuite/libffi.call/cls_sshort.c: Likewise.
+	* testsuite/libffi.call/cls_uchar.c: Likewise.
+	* testsuite/libffi.call/cls_uint.c: Likewise.
+	* testsuite/libffi.call/cls_ulonglong.c: Likewise.
+	* testsuite/libffi.call/cls_ushort.c: Likewise.
+	* testsuite/libffi.call/nested_struct.c: Likewise.
+	* testsuite/libffi.call/nested_struct1.c: Likewise.
+	* testsuite/libffi.call/nested_struct2.c: Likewise.
+	* testsuite/libffi.call/nested_struct3.c: Likewise.
+	* testsuite/libffi.call/problem1.c: Likewise.
+	* testsuite/libffi.special/unwindtest.cc: Likewise.
+	* testsuite/libffi.call/cls_12byte.c: Likewise and set return value
+	to zero.
+	* testsuite/libffi.call/cls_16byte.c: Likewise.
+	* testsuite/libffi.call/cls_5byte.c: Likewise.
+
 2004-08-23  David Daney <daney@avtrex.com>
 
 	PR libgcj/13141
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog	Tue Aug 24 04:13:16 2004
+++ gcc/libjava/ChangeLog	Wed Aug 25 18:01:33 2004
@@ -1,3 +1,8 @@
+2004-08-25  David Daney  <daney@avtrex.com>
+
+	* Makefile.am (AM_GCJFLAGS):  Add LIBGCJ_JAVAFLAGS.
+	* Makefile.in: Regenerated.
+
 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
 
 	* prims.cc (JVMPI_NOTIFY_ALLOC): New macro. Call jvmpi_notify_alloc

ChangeLog entries between 2004-08-25T04:24:30Z and the last time everything
passed, on 2004-01-26T14:22:28Z:
--- /Users/regress/tbox/changelog_pass/gcc/ChangeLog	Fri Jan 23 18:13:03 2004
+++ gcc/ChangeLog	Fri Aug 20 09:03:12 2004
@@ -1,3 +1,777 @@
+2004-08-19  Michael Koch  <konqueror@gmx.de>
+
+	* gcc/doc/install.texi: Update entry about automake for libjava.
+
+2004-08-17  Robert Millan  <robertmh@gnu.org>
+
+	* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
+	(instead of FreeBSD).
+	* configure: Regenerate.
+
+2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.in: Regenerate.
+	* configure: Regenerate.
+
+	* Makefile.def (bootstrap-stage): Rename extra_*_flags to
+	stage_*_flags.
+	* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
+	for bootstrapped modules if toplevel bootstrap is going.
+	(GCC bootstrap): Generate per-stage targets for all bootstrapped
+	modules.  Adjust for changes in Makefile.def.  Enable several
+	rules even in non-bootstrap mode, just to avoid peppering the
+	template with unnecessary "@if/@endif gcc-bootstrap" pairs.
+	(stage-[+prev+]-bubble): Remove.
+
+	* Makefile.def (Dependencies): Depend on all-build-bison,
+	all-build-flex, all-build-byacc, all-build-texinfo, rather
+	than the host variations.
+	* Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
+	with BUILD_SUBDIR.
+	(BISON): Update for recent Bisons.
+	(YACC): Fix typo.
+	(cross): Depend on all-build.
+	(all): Do not depend on all-build.
+	(prebootstrap): Remove.
+	(dep-kind): Accept separate prefixes for MODULE and ON variables.
+	(Prebootstrap dependencies): Add them to the per-stage targets
+	and to all-prebootstrap.
+	* configure.in (build_configdirs): Always enable build_tools.
+	(BUILD_DIR_PREFIX): Remove.
+
+	* Makefile.def (gcc): Add target variable.
+	(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
+	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
+	in the recursive `make', instead of hardwiring `all'.
+	(Autogenerated TARGET-* variables): New.
+
+2004-08-13  Brian Booth  <bbooth@redhat.com>
+
+	* MAINTAINERS: Remove myself from write-after-approval.
+
+2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* src-release: Stop distributing mmalloc with gdb (which doesn't
+	use it).
+	* Makefile.def: GDB doesn't depend on mmalloc anymore.
+	* Makefile.in: Regenerate.
+
+2004-08-09  Mark Mitchell  <mark@codesourcery.com>
+
+	* configure.in (arm*-*-eabi*): New target.
+	* configure: Regenerate.
+
+2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
+	(bison, byacc, flex, texinfo): Do not mark as bootstrap module.
+	(Dependencies): New section.
+	* Makefile.tpl (Dependencies): Generate from Makefile.def.
+	(configure-target-[+module+]): Depend on maybe-all-gcc
+	(all-prebootstrap): New name of all-bootstrap.  Changed throughout.
+	(toplevel profiledbootstrap): Fix dependencies.
+	* Makefile.in: Regenerate.
+
+2004-08-03  Mark Mitchell  <mark@codesourcery.com>
+
+	* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
+	target-libiberty to noconfigdirs.
+	* configure: Regenerate.
+
+2004-08-03  Paul Brook  <paul@codesourcery.com>
+
+	* configure.in: Check for MPFR as well as GMP.
+	* configure: Regenerate.
+
+2004-08-01  Robert Millan  <robertmh@gnu.org>
+
+	* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
+	libmudflap for all GNU-based systems (with Glibc).
+	* configure: Regenerate.
+
+2004-08-03 Paolo Bonzini <bonzini@gnu.org>
+
+	* Makefile.def (host-modules): Add gcc.
+	* Makefile.in: Regenerate.
+	* Makefile.tpl (sorry): New rule.
+	(configure-host, all-host, [+make_target+]-host, do-check,
+	install-host): Do not add gcc as a special case.
+	(host modules): Add a small special-casing for gcc.  Export
+	extra_make_flags through the environment.
+	(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
+	maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
+	other recursive targets for gcc): Remove.
+
+	(all, do-[+make_target+], do-check): Wrap between unstage and stage.
+	(stage, unstage): New rules.
+	(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
+	distclean-stage[+id+]): Use stage_current.
+	([+bootstrap-target+], profiledbootstrap): Do not invoke manually
+	the stage*-start rules.
+
+2004-08-02  Geoffrey Keating  <geoffk@apple.com>
+
+	* ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
+	use -all_load flag.
+
+2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
+
+	* configure.in: Sync from src, add noconfigdirs for crx-*-*.
+	* configure: Regenerate.
+
+2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+	* maintainer-scripts/gcc_release: Revert yesterday's change.
+
+2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
+
+	* MAINTAINERS: Add myself to write-after-approval.
+
+2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+	* libf2c: Removed.
+	* gcc/gccbug.in: Updated because of libf2c removal.
+	* maintainer-scripts/gcc_release: Ditto.
+
+2004-07-09  Loren J. Rittle <ljrittle@acm.org>
+
+	* configure.in: Build libmudflap by default on FreeBSD.
+	* configure: Regenerated.
+
+2004-07-09  Mark Mitchell  <mark@codesourcery.com>
+
+	* configure.in: Do not build libmudflap by default on non-GNU/Linux
+	systems.
+	* configure: Regenerated.
+
+2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+	PR target/16344
+	* Makefile.tpl (profiledbootstrap): Build runtime libraries with
+	feedback based compiler.
+	* Makefile.in: Rebuilt.
+
+2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
+
+	* Makefile.def (host_modules): Set bootstrap=true for flex.
+	* Makefile.tpl (all-gcc): Depend on texinfo and flex.
+	* Makefile.in: Rebuilt.
+
+2004-07-07  Jan Hubicka  <jh@suse.cz>
+
+	* MAINTAINERS: Add self as a profile feedback maintainer.
+
+2004-07-05  Phil Edwards  <phil@codesourcery.com>
+
+	* configure.in:  Do not prepend $srcdir to /dev/null in
+	makefile fragments.
+	* configure:  Regenerate.
+
+2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.def (build_modules): Add bison, byacc, flex,
+	m4, texinfo.
+	(flags_to_pass): Add FLEX.
+	* Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
+	(BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
+	(DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
+	DEFAULT_MAKEINFO): Remove.
+	(CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
+	CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
+	(YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
+	objdir or else use configured tool.
+	(all-build): New.
+	(all): Depend on it.
+	(Build module dependencies): Add.
+	* Makefile.in: Regenerate.
+	* configure.in: Better support for multiple build modules,
+	matching what is done for host/target modules.  Do not look
+	for "plausible" locations of build tools if Canadian cross.
+	Use autoconf's AC_PROG_CC to find a C compiler.  Define
+	BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
+	* configure: Regenerate.
+	
+2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.tpl (HOST_EXPORTS): Fix pasto.
+	* Makefile.in: Regenerate.
+
+2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.tpl (configure-build-[+module+],
+	configure-[+module+], configure-target-[+module+]): Pass
+	[+extra_configure_args+].
+	(all-build-[+module+], all-[+module+], check-[+module+],
+	install-[+module+], [+make_target+]-[+module+],
+	all-target-[+module+], check-target-[+module+],
+	install-target-[+module+], [+make_target+]-target-[+module+]):
+	Pass [+extra_make_args+].
+	(HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
+	(GCC_HOST_EXPORTS): Remove.
+	(configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
+	cross, check-gcc, check-gcc-c++, install-gcc,
+	gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
+	Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
+	* Makefile.in: Regenerate.
+
+2004-06-21  Matthew Sachs  <msachs@apple.com>
+
+	* MAINTAINERS: Added self to write-after-approval.
+
+2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
+
+	* configure.in: Check for srcdir/winsup rather than build directory
+	winsup.
+	* configure: Regenerate.
+
+2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
+
+	* configure.in: Don't build Cygwin native newlib if winsup
+	directory is missing.  Emit warning instead.
+	* configure: Regenerate.
+
+2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.tpl (touch-stage[+id+]): New.
+	(restage[+prev+]): Depend on touch-stage[+id+].
+
+	* Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
+	Use it throughout.
+
+	* Makefile.def: Add profile and feedback bootstrap stages.
+	Remove next field from bootstrap stages.
+	* Makefile.tpl (LN, LN_S): Substitute.
+	(stageN-start, stageN-end): Use double-colon rules, to
+	provide a hook for additional setup commands.
+	(distclean-stageN-gcc, restageN): Create dependencies from
+	[+prev+], not from [+next+].
+	(stageN-bubble): Add commands for successive stages from
+	[+prev+], using double-colon rules.
+	(all-stageN-gcc): Fix typo.
+	(stagefeedback-start, profiledbootstrap): New.
+	* Makefile.in: Regenerate.
+	* configure.in: Call ACX_PROG_LN.
+	* configure: Regenerate.
+
+2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
+
+	* configure.in: Fix --enable-bootstrap breakage introduced in trees
+	without gcc.
+	* configure: Regenerate.
+
+2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.tpl: Fix typo.
+	* Makefile.in: Regenerate.
+
+2004-06-01  Paolo Bonzini <bonzini@gnu.org>
+
+	* configure.in: Remove new- prefix from toplevel
+	bootstrap targets.
+	* configure: Regenerate.
+
+2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.tpl (all.normal): Rename to all.
+	(all): Replace with a rule to pick the default
+	target from configure.
+	(all-gcc, configure-gcc): Use conditionals to
+	do nothing when toplevel bootstrap is going on.
+	(GCC directory bootstrap) [gcc-bootstrap]: Disable.
+	(Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
+	* configure.in: Support --enable-bootstrap.
+
+	* Makefile.def: Remove new- prefix from toplevel
+	bootstrap targets.
+	* Makefile.tpl: Likewise.
+
+	* Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
+	target.
+
+	* Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
+	$(RECURSE_FLAGS) to recursive invocation of make.
+
+	* Makefile.in: Regenerate.
+	* configure: Regenerate.
+
+2004-05-30  Andreas Jaeger  <aj@suse.de>
+	    Jim Wilson <wilson@specifixinc.com>
+
+	* config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
+	like CC.
+
+2004-05-27  Daniel Jacobowitz  <dan@debian.org>
+
+	* configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
+	* configure: Regenerate.
+
+2004-05-25  Daniel Jacobowitz  <drow@false.org>
+
+	* Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
+	(STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
+	(NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
+	targets.
+	* Makefile.in: Regenerate.
+
+2004-05-24  Paolo Bonzini <bonzini@gnu.org>
+
+	* configure.in: Test the ability to symlink directories.
+	* configure: Regenerate.
+
+	* Makefile.def (bootstrap-stage): New definitions.
+	* Makefile.tpl (configure-stage1-gcc,
+	configure-stage2-gcc, configure-stage3-gcc,
+	all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
+	new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
+	new-restage3, compare): Autogenerate, see Makefile.in
+	entry for behavioral changes.
+	(distclean-stage1, new-stage1-start, new-stage1-end,
+	new-stage1-bubble, distclean-stage2, new-stage2-start,
+	new-stage2-end, new-stage2-bubble, distclean-stage3,
+	new-stage3-start, new-stage3-end): New autogenerated targets.
+	(objext, prebootstrap, BOOT_CFLAGS,
+	POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
+	targets.
+
+	* Makefile.in: Regenerate.
+	(distclean-stage1, new-stage1-start, new-stage1-end,
+	new-stage1-bubble, distclean-stage2, new-stage2-start,
+	new-stage2-end, new-stage2-bubble, distclean-stage3,
+	new-stage3-start, new-stage3-end): New targets.
+	(all-stage1-gcc): Move prebootstrap dependency from here...
+	(configure-stage1-gcc): ...to here.
+	(new-bootstrap): Use bubble targets.
+	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
+	Use per-stage distclean targets.
+	(configure-stage1-gcc, configure-stage2-gcc,
+	configure-stage3-gcc, all-stage1-gcc,
+	all-stage2-gcc, all-stage3-gcc, new-bootstrap):
+	Use new-stageN-start to prepare the tree.
+
+2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.def (host_modules): add libcpp.
+	* Makefile.tpl: Add dependencies on and for libcpp.
+	* Makefile.in: Regenerate.
+	* configure.in: Add libcpp host module.
+	* configure: Regenerate.
+
+2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.tpl: Whenever a recursive target is defined, wrap
+	it in a special @if/@endif block, and prepare its maybe
+	dependency in the @if/@endif block
+	* configure.in: Instead of writing maybe dependencies, remove
+	the @if/@endif statements, and remove the @if/@endif blocks
+	that remain.
+	* configure: Regenerate.
+	* Makefile.in: Regenerate.
+
+2004-05-20  Janis Johnson  <janis187@us.ibm.com>
+
+	* MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
+
+2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+	PR bootstrap/15120
+	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
+	* */configure: Rebuilt.
+
+2004-05-17  Zack Weinberg  <zack@codesourcery.com>
**** TRUNCATED ****
-------------- next part --------------
-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list