This is the mail archive of the gcc-testresults@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

*** bootstrap fails for 3.5-tree-ssa 20031218 (merged 20031130) on i586-suse-linux-gnu


LAST_UPDATED: Thu Dec 18 00:18:51 UTC 2003

Native configuration is i586-suse-linux-gnu

              === changes since last successful build ===

gcc(tree-ssa): 2003-12-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
gcc(tree-ssa): 
gcc(tree-ssa): 	* stmt.c (expand_start_loop, expand_loop_continue_here,
gcc(tree-ssa): 	expand_end_loop): Don't create loop notes.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
gcc(tree-ssa): 	    Jeff Law  <law@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-cfg.c (tree_node_shared_p): Explicitly allow sharing of
gcc(tree-ssa): 	CST nodes.
gcc(tree-ssa): 	* tree-simple.c (is_gimple_rhs): Allow CST nodes.
gcc(tree-ssa): 	(is_gimple_min_invariant): Reject constants with TREE_OVERFLOW set.
gcc(tree-ssa): 	* tree-ssa-ccp (visit_assignment): Test is_gimple_min_invariant
gcc(tree-ssa): 	after munging bitfields.
gcc(tree-ssa): 	* tree-ssa-dom.c (record_equivalences_from_stmt): Similarly.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-17  Jan Hubicka  <jh@suse.cz>
gcc(tree-ssa): 
gcc(tree-ssa): 	Based on patch by Dale Johannesen
gcc(tree-ssa): 	* expr.c (MOVE_RATIO, CLEAR_RATIO): Move to ...
gcc(tree-ssa): 	* expr.h (MOVE_RATIO, CLEAR_RATIO): ... here
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-17  Jan Hubicka  <jh@suse.cz>
gcc(tree-ssa): 
gcc(tree-ssa): 	* Makefile.in (sibcall.o): Kill.
gcc(tree-ssa): 	(tree-tailcall.o): Add except.h dependency
gcc(tree-ssa): 	* sibcall.c: Kill.
gcc(tree-ssa): 	(purge_reg_equiv_notes, purge_mem_unchanging_flag): Move to ...
gcc(tree-ssa): 	* calls.c (purge_reg_equiv_notes, purge_mem_unchanging_flag) ... here.
gcc(tree-ssa): 	(expand_call): Do not produce placeholders; do not deal with tail
gcc(tree-ssa): 	recursion; set tail_call_emit.
gcc(tree-ssa): 	(fixup_tail_calls): New.
gcc(tree-ssa): 	* expr.h (fixup_tail_calls): Declare.
gcc(tree-ssa): 	* toplev.c (rest_of_handle_sibling_calls): Kill.
gcc(tree-ssa): 	(rest_of_compialtion): Do not use rest_of_handle_sibling_calls;
gcc(tree-ssa): 	call fixup_tail_calls.
gcc(tree-ssa): 	* tree-dump.c (dump_files): Add tail2
gcc(tree-ssa): 	* tree-flow.h (tree_optimize_tail_calls): Update prototype.
gcc(tree-ssa): 	* tree-optimize.c (optimize_function_tree): Do tail optimization twice.
gcc(tree-ssa): 	* tree-tailcall.c: Inlucde except.h
gcc(tree-ssa): 	(suitable_for_tail_call_opt_p): New.
gcc(tree-ssa): 	(optimize_tail_call): Add opt_tailcalls argument; optimize tailcalls.
gcc(tree-ssa): 	(tree_optimize_tail_calls): Add opt_tailcalls/pass arguments.
gcc(tree-ssa): 	* tree.h (CALL_EXPR_TAILCALL): New.
gcc(tree-ssa): 	(tree_dump_index): Add tail2
gcc(tree-ssa): 	* function.h (struct function): Add tail_call_emit field.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-17  Jan Hubicka  <jh@suse.cz>
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-inline.c (estimate_num_insns_1):  Check that all nodes are
gcc(tree-ssa): 	known; add missing nodes; fix MODIFY_EXPR
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-16  Jason Merrill  <jason@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	PR middle-end/12920
gcc(tree-ssa): 	* stor-layout.c (layout_type): Just return if type is
gcc(tree-ssa): 	error_mark_node.
gcc(tree-ssa): 	* c-decl.c (grokdeclarator): Immediately layout an
gcc(tree-ssa): 	ARRAY_TYPE used in a pointer-to-array declarator.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-16  Diego Novillo  <dnovillo@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-dfa.c (may_alias_p): If VAR and PTR are pointers with the
gcc(tree-ssa): 	same alias set, return false.
gcc(tree-ssa): 	(get_memory_tag_for): Group based on alias set classes, not on
gcc(tree-ssa): 	conflicting alias sets.
gcc(tree-ssa): 	* tree-must-alias.c (promote_var): Don't bring aliases over when
gcc(tree-ssa): 	all the may-aliases of a non-promotable variable are promoted.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-16  Andrew MacLeod  <amacleod@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-flow-inline.h (free_vuse, free_vdefs): Moved to 
gcc(tree-ssa): 	tree-ssa-operands.c
gcc(tree-ssa): 	(get_def_ops, get_use_ops, get_vdef_ops, get_vuse_ops): Use the new 
gcc(tree-ssa): 	more direct structure pointer.
gcc(tree-ssa): 	(get_use_op_ptr, get_def_op_ptr): Cast is no longer necessary.
gcc(tree-ssa): 	* tree-flow.h (struct stmt_ann_d): Replace operands and voperands 
gcc(tree-ssa): 	pointers with pointers directly to the operand types.
gcc(tree-ssa): 	* tree-ssa-dom.c (cprop_into_stmt): Use new stmt based interface to 
gcc(tree-ssa): 	free virtual operands.  Check virtual bases of both VUSE and VDEF.
gcc(tree-ssa): 	* tree-ssa-operands.c (struct voperands_d): Declare here, used only
gcc(tree-ssa): 	for previous_vops during stmt operand construction.
gcc(tree-ssa): 	(struct vecmanage_d, vecmanage_add_segmen, vecmanage_add_special,
gcc(tree-ssa): 	vecmanage_init, vecmanage_tree_ptr_init, vecmanage_fini, check_free,
gcc(tree-ssa): 	vecmanage_new_vector, vecmanage_new_tree_ptr_vector, 
gcc(tree-ssa): 	vecmanage_free_vector): Remove.
gcc(tree-ssa): 	(allocate_ssa_op_vec, free_ssa_op_vec, allocate_ssa_virtual_op_vec, 
gcc(tree-ssa): 	allocate_operands_t, allocate_voperands_t): Remove.
gcc(tree-ssa): 	(finalize_new_ssa_operands, inalize_new_ssa_virtual_operand): Remove.
gcc(tree-ssa): 	(struct freelist_d): New. List of free operand structures.
gcc(tree-ssa): 	(check_optype_freelist): New. Choose memory from freelist, if available.
gcc(tree-ssa): 	(add_optype_freelist): New. Add structure to freelist, if appropriate.
gcc(tree-ssa): 	(allocate_def_optype): New. Allocate a def operand list from GC.
gcc(tree-ssa): 	(allocate_use_optype): New. Allocate a useoperand list from GC.
gcc(tree-ssa): 	(allocate_vdef_optype): New. Allocate a vdef operand list from GC.
gcc(tree-ssa): 	(allocate_vuse_optype): New. Allocate a vuse operand list from GC.
gcc(tree-ssa): 	(free_uses, free_defs, free_vuses, free_vdefs): Use GC and the freelist.
gcc(tree-ssa): 	(remove_vuses, remove_vdefs): New.  External interface to remove virtual
gcc(tree-ssa): 	operands.
gcc(tree-ssa): 	(init_ssa_operands, fini_ssa_operands): Ensure the free list is empty.
gcc(tree-ssa): 	(finalize_ssa_defs, finalize_ssa_use, finalize_ssa_vdefs, 
gcc(tree-ssa): 	finalize_ssa_vuses): Use new direct pointers from the stmt annotation.
gcc(tree-ssa): 	(append_vdef, append_vuse): No need to hack prev_vops pointer now.
gcc(tree-ssa): 	(get_stmt_operands): use new freeing interface, keep previous vops in
gcc(tree-ssa): 	their own local structure for now, passing its address around.
gcc(tree-ssa): 	* tree-ssa-operands.h (struct def_optype_d, struct use_optype_d,
gcc(tree-ssa): 	struct vdef_optype_d, struct vuse_optype_d): Implement as a single
gcc(tree-ssa): 	dynamically allocated structure.
gcc(tree-ssa): 	(struct operands_d, struct operands_d): Remove.
gcc(tree-ssa): 	* tree-ssa-pre.c (subst_phis): Remove virtual operands using new funcs.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-16  Jan Hubicka  <jh@suse.cz>
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-cfg.c (verify_addr_expr): Rename to ....
gcc(tree-ssa): 	(verify_expr):  ... this one; check that no SSA names are on
gcc(tree-ssa): 	freelist.
gcc(tree-ssa): 	(verify_stmt, verify_stmts): Update calls of verify_addr_expr.
gcc(tree-ssa): 
gcc(tree-ssa): 	Revert until initializers are made language independent:
gcc(tree-ssa): 	* cgraphunit.c (record_call_1): Do not call analyze_expr hook
gcc(tree-ssa): 	* langhooks-def.h (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Kill.
gcc(tree-ssa): 	(LANG_HOOKS_CALLGRAPH_INITIALIZER): Update.
gcc(tree-ssa): 	* longhooks.h (lang_hooks_for_callgraph): Kill analyze_expr.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-pretty-print.c (dump_bb_header): Show block number when
gcc(tree-ssa): 	there is no label.
gcc(tree-ssa): 	(pp_cfg_jump): Show labels in addition to block numbers.
gcc(tree-ssa): 	(dump_generic_bb_buff): Always call dump_bb_header.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-16  Jan Hubicka  <jh@suse.cz>
gcc(tree-ssa): 
gcc(tree-ssa): 	* cgraphunit.c (cgraph_remove_unreachable_nodes): Fix typo;
gcc(tree-ssa): 	improve comments; cleanup linked list mantenance.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-15  Diego Novillo  <dnovillo@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-sra.c (can_be_scalarized_p): Reject volatile variables.
gcc(tree-ssa): 
gcc(tree-ssa): 	* sibcall.c (skip_copy_to_return_value): Initialize 'hardret' and
gcc(tree-ssa): 	'softret'.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-16  Jan Hubicka  <jh@suse.cz>
gcc(tree-ssa): 
gcc(tree-ssa): 	* cgraph.c (cgraph_remove_node): Ignore DECL_EXTERNAL clones.
gcc(tree-ssa): 	* cgraphunit.c (verify_cgraph_node): Do not insist on unemmited extern
gcc(tree-ssa): 	inline functions to be valid.
gcc(tree-ssa): 	(cgraph_finalize_compilation_unit):  Fix ordering.
gcc(tree-ssa): 	(cgraph_mark_functions_to_output): Do not insist on DECL_EXTERNAL
gcc(tree-ssa): 	nodes to be reclaimed.
gcc(tree-ssa): 	(cgraph_remove_unreachable_nodes): New function.
gcc(tree-ssa): 	(cgraph_decide_inlining): use it.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-15  Andrew MacLeod  <amacleod@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	* Makefile.in (TREE_FLOW_H): Add dependence on tree-ssa-operands.h
gcc(tree-ssa): 	(OBJS-common): Add tree-ssa-operands.o
gcc(tree-ssa): 	(tree-ssa-operands.o): Add dependencies.
gcc(tree-ssa): 	(GTFILES): Add tree-ssa-operands.[ch].
gcc(tree-ssa): 	* tree-dfa.c (get_stmt_operands, get_expr_operands, add_stmt_operand,
gcc(tree-ssa): 	note_addressable, add_def, add_use, add_vde, add_vuse, 
gcc(tree-ssa): 	add_call_clobber_ops, add_call_read_ops): Moved to tree-ssa-operands.c.
gcc(tree-ssa): 	(compute_immediate_uses_for_stmt): Use new optypes interface.
gcc(tree-ssa): 	(cleanup_operand_arrays): Delete.
gcc(tree-ssa): 	(collect_dfa_stats_r): Use new optypes interface.
gcc(tree-ssa): 	(get_call_flags): Moved to tree-ssa-operands.c.
gcc(tree-ssa): 	(vdefs_disappeared_p, mark_new_vars_to_rename): Use optypes interface.
gcc(tree-ssa): 	* tree-flow-inline.h (def_ops, use_ops, vdef_ops, vuse_ops): Use new
gcc(tree-ssa): 	optypes.
gcc(tree-ssa): 	(free_vuses): New. Clear and release vuses.
gcc(tree-ssa): 	(free_vdefs): New. Clear and release vdefs.
gcc(tree-ssa): 	(get_use_ops_ptr): New. Get address of a use op.
gcc(tree-ssa): 	(get_def_ops_ptr): New. Get address of a use op.
gcc(tree-ssa): 	(get_vdef_result_ptr): New. Get address of a use op.
gcc(tree-ssa): 	(get_vdef_op_ptr): New. Get address of a use op.
gcc(tree-ssa): 	(get_vuse_op_ptr): New. Get address of a use op.
gcc(tree-ssa): 	(start_ssa_stmt_operands): New. Entry point to start processing stmt 
gcc(tree-ssa): 	operands.
gcc(tree-ssa): 	* tree-flow.h (struct operands_d, struct voperands_d): Move to
gcc(tree-ssa): 	tree-ssa-operands.h
gcc(tree-ssa): 	(struct stmt_ann_d): Add GTY markers to operands.
gcc(tree-ssa): 	* tree-pretty-print.c (dump_vops): Use optypes interface.
gcc(tree-ssa): 	* tree-sra.c (create_scalar_copies): Use optypes interface.
gcc(tree-ssa): 	(scalarize_structures, scalarize_modify_exp): Use optypes interface.
gcc(tree-ssa): 	* tree-ssa-ccp.c (visit_stmt, ccp_fold, initialize, replace_uses_in,
gcc(tree-ssa): 	likely_value, set_rhs): Use optypes interface.
gcc(tree-ssa): 	* tree-ssa-dce.c (find_useful_stmts, stmt_useful_p, process_worklist):
gcc(tree-ssa): 	Use optypes interface.
gcc(tree-ssa): 	* tree-ssa-dom.c (thread_across_edge, thread_jumps_walk_stmts): Use 
gcc(tree-ssa): 	optypes interface.
gcc(tree-ssa): 	(cprop_into_stmt): Rewrite using new interface.
gcc(tree-ssa): 	(eliminate_redundant_computations, record_equivalences_from_stmt,
gcc(tree-ssa): 	optimize_stmt, avail_expr_hash, avail_expr_eq): Use optypes interface.
gcc(tree-ssa): 	* tree-ssa-live.c (create_ssa_var_map, calculate_live_on_entry,
gcc(tree-ssa): 	build_tree_conflict_graph,register_ssa_partitions_for_vars): Use 
gcc(tree-ssa): 	optypes interface.
gcc(tree-ssa): 	* tree-ssa-pre.c (names_match_p, maybe_find_rhs_use_for_var, 
gcc(tree-ssa): 	expr_phi_insertion, same_e_version_real_occ_real_occ, opnum_of_phi,
gcc(tree-ssa): 	generate_expr_as_of_bb, generate_vops_as_of_bb, subst_phis,
gcc(tree-ssa): 	load_modified_real_occ_real_occ, same_e_version_phi_result, can_insert,
gcc(tree-ssa): 	get_default_def, reaching_def, process_left_occs_and_kills,
gcc(tree-ssa): 	collect_expressions): Use optypes interface.
gcc(tree-ssa): 	* tree-ssa.c (mark_def_sites, check_replaceable, find_replaceable_in_bb,
gcc(tree-ssa): 	dump_replaceable_exprs, rewrite_trees, verify_ssa, rewrite_stmt): Use
gcc(tree-ssa): 	optypes interface.
gcc(tree-ssa): 	(init_tree_ssa): Initialize new operand data structures.
gcc(tree-ssa): 	(delete_tree_ssa): Free new operand structures.
gcc(tree-ssa): 	* tree.h (VDEF_RESULT, VDEF_OP, NUM_VDEFS): Move to tree-ssa-operands.h.
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-ssa-operands.h: New file.
gcc(tree-ssa): 	(struct def_optype_d): New. Structure for stmt defs.
gcc(tree-ssa): 	(struct use_optype_d): New. Structure for stmt uses.
gcc(tree-ssa): 	(struct vdef_optype_d): New. Structure for stmt vdefs.
gcc(tree-ssa): 	(struct vuse_optype_d): New. Structure for stmt vuses.
gcc(tree-ssa): 	(USE_OPS, STMT_USE_OPS, NUM_USES, USE_OP_PTR, USE_OP): Macros to
gcc(tree-ssa): 	access stmt uses.
gcc(tree-ssa): 	(DEF_OPS, STMT_DEF_OPS, NUM_DEFS, DEF_OP_PTR, DEF_OP): Macros to
gcc(tree-ssa): 	access stmt defs.
gcc(tree-ssa): 	(VDEF_OPS, STMT_VDEF_OPS, NUM_VDEFS, VDEF_RESULT_PTR, VDEF_RESULT, 
gcc(tree-ssa): 	VDEF_OP_PTR, VDEF_OP): Macros to access stmt vdefs.
gcc(tree-ssa): 	(VUSE_OPS, STMT_VUSE_OPS, NUM_VUSES, VUSE_OP_PTR, VUSE_OP): Macros to
gcc(tree-ssa): 	access stmt vuses.
gcc(tree-ssa): 	(struct operands_d, struct voperands_d): moved from tree-dfa.c.
gcc(tree-ssa): 	* tree-ssa-operands.c: New file.
gcc(tree-ssa): 	(build_defs, build_uses, build_vdefs, build_vuses): New static varrays.
gcc(tree-ssa): 	(struct vecmanage_d): New. Struct to manage non-GC vectors.
gcc(tree-ssa): 	(vecmanage_add_segment): New. Add a new segment to a vector manager.
gcc(tree-ssa): 	(vecmanage_add_special): New. Add a large vector to the special list.
gcc(tree-ssa): 	(vecmanage_init): Initialize a vector manager.
gcc(tree-ssa): 	(vecmanage_tree_ptr_init): New. Initialize a vector manager for tree *.
gcc(tree-ssa): 	(vecmanage_fini): New. Release vector manager memory.
gcc(tree-ssa): 	(check_free): New. Look for free memory in the vector maanger.
gcc(tree-ssa): 	(vecmanage_new_vector): New. Allocate a vector.
gcc(tree-ssa): 	(vecmanage_new_tree_ptr_vector): New. Allocate a vector of 'tree *'.
gcc(tree-ssa): 	(vecmanage_free_vector): New. Free a vector.
gcc(tree-ssa): 	(free_ssa_op_vec): New. Free an ssa operand's memory.
gcc(tree-ssa): 	(allocate_ssa_op_vec): New. Allocate a vector for use/defs.
gcc(tree-ssa): 	(allocate_ssa_virtual_op_vec): New. Allocate a vector for vuse/vdefs.
gcc(tree-ssa): 	(allocate_operands_t): New. Allocate an operand structure.
gcc(tree-ssa): 	(allocate_voperands_t): New. Allocate a virtual operand structure.
gcc(tree-ssa): 	(free_uses): New. Clear and release uses.
gcc(tree-ssa): 	(free_defs): New. Clear and release defs.
gcc(tree-ssa): 	(init_ssa_operands): New. Initialize ssa operand management.
gcc(tree-ssa): 	(fini_ssa_operands): New. Cleanup ssa operand management.
gcc(tree-ssa): 	(finalize_new_ssa_operands): New. Commit current operands.
gcc(tree-ssa): 	(finalize_new_ssa_virtual_operands): New. Commit current virtual ops.
gcc(tree-ssa): 	(finalize_ssa_defs): New. Commit and verify stmt definitions.
gcc(tree-ssa): 	(finalize_ssa_uses): New. Commit and verify stmt uses.
gcc(tree-ssa): 	(finalize_ssa_vdefs): New. Commit and verify stmt virtual definitions.
gcc(tree-ssa): 	(finalize_ssa_vuses): New. Commit and verify stmt virtual uses.
gcc(tree-ssa): 	(finalize_ssa_stmt_operands): New. Commit all stmt operands.
gcc(tree-ssa): 	(verify_start_operands): New. Verify build mechanism is ready for a new
gcc(tree-ssa): 	stmt.
gcc(tree-ssa): 	(append_def): Renamed from add_def, and moved from tree-dfa.c.
gcc(tree-ssa): 	(append_use): Renamed from add_def, and moved from tree-dfa.c.
gcc(tree-ssa): 	(append_vdef): Renamed from add_def, and moved from tree-dfa.c.
gcc(tree-ssa): 	(append_vuse): Renamed from add_def, and moved from tree-dfa.c.
gcc(tree-ssa): 	(add_vuse): New. Entry point to add a vuse to a stmt.
gcc(tree-ssa): 	(get_call_flags): Moved from tree-dfa.c
gcc(tree-ssa): 	(get_stmt_operands, get_expr_operands, add_stmt_operand): Moved from 
gcc(tree-ssa): 	tree-dfa.c, and use new optype interface.
gcc(tree-ssa): 	(note_addressabe, add_call_clobber_ops, add_call_read_ops): Moved from 
gcc(tree-ssa): 	tree-dfa.c
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-15  Diego Novillo  <dnovillo@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-optimize.c (optimize_function_tree): Call BITMAP_XFREE.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-15  Diego Novillo  <dnovillo@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	PR optimization/12747
gcc(tree-ssa): 
gcc(tree-ssa): 	* tree-cfg.c (verify_addr_expr): Simplify predicates.
gcc(tree-ssa): 	* tree-must-alias.c (addresses_needed): Declare as file local.
gcc(tree-ssa): 	(can_be_promoted): New.
gcc(tree-ssa): 	(tree_compute_must_alias): Call it.
gcc(tree-ssa): 	Remove promoted variables from call_clobbered_vars.
gcc(tree-ssa): 	(find_addressable_vars): Update comment.
gcc(tree-ssa): 	Remove argument.  Update callers.
gcc(tree-ssa): 	(promote_var): Always clear TREE_ADDRESSABLE.
gcc(tree-ssa): 	Don't remove promoted variables from call_clobbered_vars.
gcc(tree-ssa): 	If the promoted variable is in the may-alias set of a
gcc(tree-ssa): 	non-promotable variable, copy its alias set into the alias set of
gcc(tree-ssa): 	the non-promotable variable.
gcc(tree-ssa): 	(find_variable_in): Update comment.
gcc(tree-ssa): 	* tree-sra.c (can_be_scalarized_p): Reject structures with
gcc(tree-ssa): 	__complex__ fields in them.
gcc(tree-ssa): 
gcc(tree-ssa): 2003-12-15  Diego Novillo  <dnovillo@redhat.com>
gcc(tree-ssa):             Jason Merrill <jason@redhat.com>
gcc(tree-ssa): 
gcc(tree-ssa): 	PR optimization/12747
gcc(tree-ssa): 
gcc(tree-ssa): 	* Makefile.in (tree-simple.o): Add dependency on bitmap.h and
gcc(tree-ssa): 	$(GGC_H).
gcc(tree-ssa): 	(GTFILES): Add tree-simple.c.
gcc(tree-ssa): 	* tree-simple.c: Include ggc.h and bitmap.h.
gcc(tree-ssa): 	(is_gimple_non_addressable_1): Remove.  Update all callers.
gcc(tree-ssa): 	(types_checked): New local variable.
gcc(tree-ssa): 	(types_in_memory): New local variable.
gcc(tree-ssa): 	(struct_needs_to_live_in_memory): New.
gcc(tree-ssa): 	(needs_to_live_in_memory): New.
gcc(tree-ssa): 	(is_gimple_reg): Call it.
gcc(tree-ssa): 	(is_gimple_non_addressable): Call it.
gcc(tree-ssa): 	(is_gimple_call_clobbered): Call it.
gcc(tree-ssa): 	* tree-simple.h (needs_to_live_in_memory): Declare.
gcc(tree-ssa): 
gcc/cp(tree-ssa): 2003-12-16  Jason Merrill  <jason@redhat.com>
gcc/cp(tree-ssa): 
gcc/cp(tree-ssa): 	PR middle-end/12920
gcc/cp(tree-ssa): 	* decl.c (grokdeclarator): Immediately layout an
gcc/cp(tree-ssa): 	ARRAY_TYPE used in a pointer-to-array declarator.
gcc/cp(tree-ssa): 
gcc/cp(tree-ssa): 2003-12-16  Jan Hubicka  <jh@suse.cz>
gcc/cp(tree-ssa): 
gcc/cp(tree-ssa): 	Revert until initializers are made language independent:
gcc/cp(tree-ssa): 	* cp-lang.c (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Kill.
gcc/cp(tree-ssa): 	* cp-tree.h (cxx_callgraph_analyze_expr): Kill.
gcc/cp(tree-ssa): 	* decl2.c (cxx_callgraph_analyze_expr): Kill.
gcc/cp(tree-ssa): 	
gcc/testsuite(tree-ssa): 2003-12-16  Diego Novillo  <dnovillo@redhat.com>
gcc/testsuite(tree-ssa): 
gcc/testsuite(tree-ssa): 	* gcc.dg/tree-ssa/20031216-2.c: Remove duplicate test.
gcc/testsuite(tree-ssa): 	* gcc.dg/tree-ssa/20030807-7.c: Use -O2 to enable strict
gcc/testsuite(tree-ssa): 	aliasing.
gcc/testsuite(tree-ssa): 	(simplify_condition): Remove static declarator.
gcc/testsuite(tree-ssa): 
gcc/testsuite(tree-ssa): 2003-12-16  Diego Novillo  <dnovillo@redhat.com>
gcc/testsuite(tree-ssa): 
gcc/testsuite(tree-ssa): 	* gcc.dg/tree-ssa/20031216-2.c: New test.
gcc/testsuite(tree-ssa): 
gcc/testsuite(tree-ssa): 2003-12-16  Dan Nicolaescu  <dann@ics.uci.edu>
gcc/testsuite(tree-ssa): 
gcc/testsuite(tree-ssa): 	* gcc.dg/tree-ssa/sra-1.c: New test.
gcc/testsuite(tree-ssa): 	* gcc.dg/tree-ssa/sra-2.c: New test.
gcc/testsuite(tree-ssa): 	* gcc.dg/tree-ssa/sra-3.c: New test.
gcc/testsuite(tree-ssa): 	* gcc.dg/tree-ssa/20031216-1.c: New test.
gcc/testsuite(tree-ssa): 	* gcc.dg/tree-ssa/ssa-ccp-11.c: New test.
gcc/testsuite(tree-ssa): 

              === configure ===

[...]
creating cache ./config.cache
checking host system type... i586-suse-linux-gnu
checking target system type... i586-suse-linux-gnu
checking build system type... i586-suse-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
*** This configuration is not supported in the following subdirectories:
     target-libffi target-boehm-gc target-zlib target-libjava target-libgfortran zlib fastjar
    (Any other directories should still work fine.)
checking for i586-suse-linux-ar... no
checking for ar... ar
checking for i586-suse-linux-as... no
checking for as... as
checking for i586-suse-linux-dlltool... no
checking for dlltool... dlltool
checking for i586-suse-linux-ld... /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld
checking for i586-suse-linux-nm... no
checking for nm... nm
checking for i586-suse-linux-ranlib... no
checking for ranlib... ranlib
checking for i586-suse-linux-windres... no
checking for windres... windres
checking for i586-suse-linux-objcopy... no
checking for objcopy... objcopy
checking for i586-suse-linux-objdump... no
checking for objdump... objdump
checking for i586-suse-linux-ar... no
checking for ar... ar
checking for i586-suse-linux-as... no
checking for as... as
checking for i586-suse-linux-dlltool... no
checking for dlltool... dlltool
checking for i586-suse-linux-ld... no
checking for ld... ld
checking for i586-suse-linux-nm... no
checking for nm... nm
checking for i586-suse-linux-ranlib... no
checking for ranlib... ranlib
checking for i586-suse-linux-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
creating ./config.status
creating Makefile

              === make bootstrap ===

[...]
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/xcoffout.c -o xcoffout.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/alloc-pool.c -o alloc-pool.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/et-forest.c -o et-forest.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cfghooks.c -o cfghooks.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/bt-load.c -o bt-load.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/pretty-print.c -o pretty-print.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/ggc-page.c -o ggc-page.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/web.c -o web.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  \
	/local/src/gcc.tree-ssa-20020619-branch/gcc/config/i386/i386.c -o i386.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/host-default.c -o host-default.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/tree-inline.c -o tree-inline.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cgraph.c -o cgraph.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cgraphunit.c -o cgraphunit.o
rm -rf libbackend.a
ar rc libbackend.a tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-simple.o tree-alias-type.o gimplify.o tree-nomudflap.o tree-pretty-print.o tree-alias-common.o tree-ssa-ccp.o tree-browser.o tree-alias-ander.o tree-ssa-dce.o tree-ssa-pre.o tree-ssa-live.o tree-must-alias.o tree-ssa-operands.o tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-ssa-loop.o alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o dojump.o doloop.o dominance.o dependence.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o  langhooks.o lcm.o lists.o local-alloc.o loop.o optabs.o options.o opts.o params.o postreload.o predict.o print-rtl.o print-tree.o value-prof.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o i386.o  host-default.o hashtable.o tree-inline.o tree-optimize.o cgraph.o cgraphunit.o
ranlib libbackend.a
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H  -o cc1 \
	c-parse.o c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o libcpp.a  c-simplify.o c-call-graph.o tree-mudflap.o c-mudflap.o c-pretty-print.o main.o libbackend.a ../libiberty/libiberty.a   ../libbanshee/points-to/libandersen.a ../libbanshee/engine/libbansheeengine.a ../libbanshee/libcompat/libbansheecompat.a 
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/gcov.c -o gcov.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H  gcov.o intl.o version.o ../libiberty/libiberty.a   ../libbanshee/points-to/libandersen.a ../libbanshee/engine/libbansheeengine.a ../libbanshee/libcompat/libbansheecompat.a  -o gcov
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H    -I. -I. -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/. -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/gcov-dump.c -o gcov-dump.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H  gcov-dump.o version.o ../libiberty/libiberty.a   ../libbanshee/points-to/libandersen.a ../libbanshee/engine/libbansheeengine.a ../libbanshee/libcompat/libbansheecompat.a  -o gcov-dump
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/call.c -o cp/call.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/decl.c -o cp/decl.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/expr.c -o cp/expr.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/pt.c -o cp/pt.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/typeck2.c -o cp/typeck2.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/class.c -o cp/class.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/decl2.c -o cp/decl2.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/error.c -o cp/error.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/lex.c -o cp/lex.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/parser.c -o cp/parser.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/ptree.c -o cp/ptree.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/rtti.c -o cp/rtti.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/typeck.c -o cp/typeck.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/cvt.c -o cp/cvt.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/except.c -o cp/except.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/friend.c -o cp/friend.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/init.c -o cp/init.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/method.c -o cp/method.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/search.c -o cp/search.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/semantics.c -o cp/semantics.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/tree.c -o cp/tree.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/repo.c -o cp/repo.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/dump.c -o cp/dump.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/optimize.c -o cp/optimize.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/mangle.c -o cp/mangle.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/cp-lang.c -o cp/cp-lang.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/name-lookup.c -o cp/name-lookup.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/cxx-pretty-print.c -o cp/cxx-pretty-print.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/cp-simplify.c -o cp/cp-simplify.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -Werror    -DHAVE_CONFIG_H    -I. -Icp -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/cp -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/cp/cp-mudflap.c -o cp/cp-mudflap.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror    -DHAVE_CONFIG_H  -o cc1plus \
      cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-lang.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-simplify.o tree-mudflap.o cp/cp-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o  c-pretty-print.o c-opts.o c-pch.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-simplify.o tree-inline.o main.o libbackend.a libcpp.a ../libiberty/libiberty.a   ../libbanshee/points-to/libandersen.a ../libbanshee/engine/libbansheeengine.a ../libbanshee/libcompat/libbansheecompat.a 
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/bad.c -o f/bad.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/bit.c -o f/bit.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/bld.c -o f/bld.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/com.c -o f/com.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/data.c -o f/data.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/equiv.c -o f/equiv.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  \
      -c /local/src/gcc.tree-ssa-20020619-branch/gcc/f/fini.c -o f/fini.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o f/fini \
	f/fini.o ../libiberty/libiberty.a
./f/fini /local/src/gcc.tree-ssa-20020619-branch/gcc/f/str-1t.fin f/str-1t.j f/str-1t.h
./f/fini /local/src/gcc.tree-ssa-20020619-branch/gcc/f/str-2t.fin f/str-2t.j f/str-2t.h
./f/fini /local/src/gcc.tree-ssa-20020619-branch/gcc/f/str-fo.fin f/str-fo.j f/str-fo.h
./f/fini /local/src/gcc.tree-ssa-20020619-branch/gcc/f/str-io.fin f/str-io.j f/str-io.h
./f/fini /local/src/gcc.tree-ssa-20020619-branch/gcc/f/str-nq.fin f/str-nq.j f/str-nq.h
./f/fini /local/src/gcc.tree-ssa-20020619-branch/gcc/f/str-op.fin f/str-op.j f/str-op.h
./f/fini /local/src/gcc.tree-ssa-20020619-branch/gcc/f/str-ot.fin f/str-ot.j f/str-ot.h
echo timestamp > f/stamp-str
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/expr.c -o f/expr.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/global.c -o f/global.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/implic.c -o f/implic.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/info.c -o f/info.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/intrin.c -o f/intrin.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/lab.c -o f/lab.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/lex.c -o f/lex.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/malloc.c -o f/malloc.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/name.c -o f/name.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/parse.c -o f/parse.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/src.c -o f/src.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/st.c -o f/st.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror  -Wno-error  -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/sta.c -o f/sta.o
/local/src/gcc.tree-ssa-20020619-branch/gcc/f/sta.c: In function `ffesta_save_':

/local/src/gcc.tree-ssa-20020619-branch/gcc/f/sta.c:338: warning: dereferencing type-punned pointer will break strict-aliasing rules
/local/src/gcc.tree-ssa-20020619-branch/gcc/f/sta.c:382: warning: dereferencing type-punned pointer will break strict-aliasing rules
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/stb.c -o f/stb.o
stage1/xgcc -Bstage1/ -B/local/inst/gccssa/i586-suse-linux/bin/ -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror    -DHAVE_CONFIG_H    -I. -If -I/local/src/gcc.tree-ssa-20020619-branch/gcc -I/local/src/gcc.tree-ssa-20020619-branch/gcc/f -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../include -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/libcompat -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee -I/local/src/gcc.tree-ssa-20020619-branch/gcc/../libbanshee/points-to  /local/src/gcc.tree-ssa-20020619-branch/gcc/f/stc.c -o f/stc.o
/local/src/gcc.tree-ssa-20020619-branch/gcc/f/stc.c: In function `ffestc_R838':

/local/src/gcc.tree-ssa-20020619-branch/gcc/f/stc.c:7676: warning: 'label' might be used uninitialized in this function
gmake[2]: *** [f/stc.o] Error 1
gmake[2]: Leaving directory `/local/build/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/local/build/gcc'
gmake: *** [bootstrap] Error 2

Compiler version: 3.5-tree-ssa 20031218 (merged 20031130)
Platform: i586-suse-linux-gnu
configure flags: --enable-threads=posix --prefix=/local/inst/gccssa --enable-languages=c,c++,f77,objc --disable-checking --disable-libgcj --with-gxx-include-dir=/local/inst/gccssa/include/g++ --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]