This is the mail archive of the gcc-regression@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]

GCC build failed for native with your patch on 2001-06-22T16:45:00Z.


With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.

The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.

There were also 0 new regression test failures, and 3
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:
powerpc-eabisim libstdc++-v3.sum 18_support/numeric_limits.cc
powerpc-eabisim libstdc++-v3.sum 21_strings/substr.cc
powerpc-eabisim libstdc++-v3.sum 27_io/ios_members.cc

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-06-22T09:00:00Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Thu Jun 21 19:44:24 2001
+++ gcc/gcc/ChangeLog	Fri Jun 22 09:45:08 2001
@@ -1,3 +1,8 @@
+2001-06-14  Andrew Haley  <aph@cambridge.redhat.com>
+
+	* optabs.c (emit_libcall_block): When using non-call exceptions,
+	don't mark libcalls never throwing.
+
 2001-06-21  Stan Shebs  <shebs@apple.com>
 
 	* objc/objc-act.c (hash_init): Use xcalloc.

ChangeLog entries between 2001-06-22T09:00:00Z and the last time everything
passed, on 2001-05-16T21:39:50Z:
--- /maat/heart/tbox/changelog_pass/gcc/ChangeLog	Thu May 10 15:20:14 2001
+++ gcc/ChangeLog	Wed Jun 13 12:34:34 2001
@@ -1,3 +1,97 @@
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* README: Remove version number.
+
+2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+	* INSTALL/README: Update wrt. to the installation instructions now
+	residing in gcc/doc/install.texi.
+
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* README: Replace with a cut-down and updated version of gcc/README.
+
+2001-06-12  David Edelsohn  <edelsohn@gnu.org>
+
+	* config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
+	multilibs to be disabled.
+
+2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+	
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
+
+	* config.guess: Import CVS version 1.195.
+	* config.sub: Import CVS version 1.212.
+
+2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
+
+	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
+	gcc/xgcc is built, use -print-prog-name to find out the program
+	name to use.
+
+2001-06-04  Phil Edwards  <pme@sources.redhat.com>
+
+	* config.guess:  Import CVS version 1.194.  All gcc-local changes
+	appear to also be in the master copy.
+	* config.sub:  Import CVS version 1.211.
+
+Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
+
+	* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
+	with_gcc]: Use `gcc -shared' to build a shared library.
+
+Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
+	archives.
+
+Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
+
+	* configure.in (libstdcxx_flags): Do not try to execute
+	libstdc++-v3/testsuite_flags until it exists.
+
+2001-06-01  Alan Modra  <amodra@bigpond.net.au>
+
+	* MAINTAINERS: Update my email address.
+
+2001-05-31  Graham Stott  <grahams@redhat.com>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2001-05-28  Simon Patarin <simon.patarin@inria.fr>
+
+	* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
+	libraries when using g++ with native linker.
+
+2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
+
+	* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
+
+2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
+
+	* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
+	[aix4*|aix5*]: Prepend blank.
+
+2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
+
+	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
+	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
+	of subdir/configure scripts to use the new libtool.m4.
+
+2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
+2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
+
 2001-05-11  Ben Elliston  <bje@redhat.com>
 
 	* Makefile.in (all-sid): New target.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Wed May 16 12:55:10 2001
+++ gcc/gcc/ChangeLog	Thu Jun 21 19:44:24 2001
@@ -1,3 +1,2878 @@
+2001-06-21  Stan Shebs  <shebs@apple.com>
+
+	* objc/objc-act.c (hash_init): Use xcalloc.
+
+2001-06-21  Richard Henderson  <rth@redhat.com>
+
+	* flow.c (entry_exit_blocks): Initialize frequency.
+	(split_block): Copy it.
+	(dump_flow_info): Dump it.
+
+Thu Jun 21 22:15:10 2001  J"orn Rennecke <amylaar@redhat.com>
+
+	* sh.c (barrier_align): Also recognize branch-around-a-jump-sequence
+	from machine-depedent_reorg for purposes of alignment supression
+	when no delay slot insn has been added.
+
+2001-06-21  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+	* cppmacro.c (make_string_token): Null terminate.
+
+2001-06-21  DJ Delorie  <dj@redhat.com>
+
+	* config/alpha/alpha.h (struct machine_function): Remove.
+	* config/alpha/alpha.c (integrate.h): Include.
+	(override_options): Don't set up machine_status hooks.
+	(alpha_init_machine_status): Remove.
+	(alpha_mark_machine_status): Remove.
+	(alpha_free_machine_status): Remove.
+	(alpha_return_addr): Use get_hard_reg_initial_val.
+	(alpha_gp_save_rtx): Likewise.
+	(alpha_ra_ever_killed): Use has_hard_reg_initial_val.
+
+2001-06-20  Aldy Hernandez  <aldyh@redhat.com>
+
+	* config/sh/sh.md (interrupt_function): Use
+	current_function_interrupt.
+	(define_delay): Schedule in delay slot if TARGET_SH3, even if it is
+	an interrupt function.
+
+	* config/sh/sh.h (current_function_interrupt): Define extern.
+
+	* config/sh/sh.c (current_function_interrupt): New global.
+	(sh_expand_prologue): Set current_function_interrupt.
+
+2001-06-21  Phil Edwards  <pme@sources.redhat.com>
+
+	* doc/install.texi:  Add 'c' to list of --enable-languages choices.
+
+2001-06-21  DJ Delorie  <dj@redhat.com>
+
+	* integrate.c (mark_hard_reg_initial_vals): Check for NULL.
+	
+	* integrate.c (ggc.h): Include.
+	(initial_value_pair, initial_value_struct,
+	setup_initial_hard_reg_value_integration): Add prototypes.
+	(expand_inline_function): Call
+	setup_initial_hard_reg_value_integration.
+	(has_func_hard_reg_initial_val, get_func_hard_reg_initial_val,
+	get_hard_reg_initial_val, has_hard_reg_initial_val): New functions
+	to keep track of values present at the start of a function.
+	(mark_hard_reg_initial_vals): New, for gc.
+	(setup_initial_hard_reg_value_integration): New.  Sets up pseudo
+	mappings for initial values.
+	(emit_initial_value_sets): New.  Emits code to set initial value
+	pseudos.
+	* integrate.h: Add prototypes for new functions.
+	* function.h (struct function): Add hard_reg_initial_vals field.
+	* function.c (integrate.h): Include.
+	(mark_function_status): Call
+	mark_hard_reg_initial_vals.
+	* toplev.c (integrate.h): Include.
+	(rest_of_compilation): Call emit_initial_value_sets.
+
+2001-06-21  Stan Shebs  <shebs@apple.com>
+
+	* doc/contrib.texi, doc/cpp.texi, doc/cppinternals.texi,
+	doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/invoke.texi,
+	doc/objc.texi, doc/tm.texi: Use the correct name "Objective-C"
+	everywhere instead of "Objective C".
+
+2001-06-21  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
+	doc/gcc.texi, doc/install-old.texi, doc/install.texi,
+	doc/invoke.texi, doc/rtl.texi: Consistently use "front end" and
+	"back end" as nouns and "front-end" and "back-end" as adjectives.
+
+Wed Jun 20 21:53:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.c (estimate_probability): Fix loop bounds.
+
+Wed Jun 20 19:10:48 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* toplev.c (rest_of_compilation): Run mark_constant_function
+	before profile-arcs.
+
+Wed Jun 20 19:08:18 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.c (estimate_loops_at_level, propagate_freq
+	estimate_bb_frequencies, count_to_freqs): New functions.
+	(estimate_probability): Call estimate_bb_frequencies.
+	* basic-block.h (basic_block_def): Add field "freq".
+	(BB_FREQ_MAX): New constant.
+
+Wed Jun 20 17:02:50 2001  J"orn Rennecke <amylaar@redhat.com>
+
+	* sh.c (barrier_align): Don't ask for alignment when seeing a
+	branch-around-a-jump from machine_dependent_reorg.
+
+Wed Jun 20 08:35:02 2001  Jeffrey A Law  (law@cygnus.com)
+
+	* ssa.c (rename_block): Update parameter to remove_phi_alternative
+	(convert_from_ssa): Do create REG_DEAD and REG_UNUSED notes when
+	re-running life analysis. 
+
+2001-06-20  Stan Shebs  <shebs@apple.com>
+
+	* objc/objc-act.c (hash_init): Assume xmalloc always succeeds,
+	also use memset to clear the hash tables.
+	(hash_enter): Assume xmalloc always succeeds.
+	(hash_add_attr): Ditto.
+	(continue_class): Ditto.
+
+2001-06-20  Michael Meissner  <meissner@redhat.com>
+
+	* builtins.c (predict.h): Include.
+	(expand_builtin_expect): Update comment.
+	(expand_builtin_expect_jump): New function to expand
+	__builtin_expect inside of a conditional jump expansion.
+
+	* expr.c (do_jump): Special case __builtin_expect (<test>, 0) and
+	__builtin_expect (<test>, 1).
+
+	* Makefile.in (builtins.o): Depend on $(PREDICT_H).
+
+	* rtl.h (expand_builtin_expect_jump): Add prototype.
+
+2001-06-19  Geoffrey Keating  <geoffk@redhat.com>
+
+	* doc/rtl.texi (Machine Modes): Correct description of
+	floating-point modes on machines with non-8-bit bytes.
+
+2001-06-19  Bernd Schmidt  <bernds@redhat.com>
+
+	* regmove.c (optimize_reg_copy_3): Do nothing if previous insn
+	carries a REG_EQUIV note.  If it carries REG_EQUAL, delete the
+	note.
+
+Tue Jun 19 07:53:52 2001  Jeffrey A Law  (law@cygnus.com)
+
+	* ssa.c (remove_phi_alternative): Remove declaration.  No longer
+	static.  Second argument is a pointer to a basic block structure,
+	not a basic block index.
+	(convert_to_ssa): Do not remove dead code.
+	(convert_from_ssa): Do not remove dead code to create death notes.
+	* ssa.h (remove_phi_alternative): Declare.
+
+	* flow.c (delete_unreachable_blocks): Fix patch error in
+	previous change (call to find_unreachable_blocks was lost).
+
+	* ssa.c (ssa_uses): Remove definition.
+	(apply_delayed_renames): Don't grow ssa_uses.
+	(rename_block): Remove comment related to ssa_uses.
+	(rename_registers): Do not initialize ssa_uses.
+	(convert_from_ssa): Do not free ssa_uses.
+
+	* ssa-dce.c: Renamed from dce.c.
+	* Makefile.in (OBJS): Replace dce.o with ssa-dce.o
+	(dependencies): Replace dce.c with ssa-dce.c and dce.o with
+	ssa-dce.o.
+
+2001-06-19  Eric Christopher <echristo@redhat.com>
+
+	* emit-rtl.c (gen_lowpart_common): Do not assume that SFmode
+	and DFmode are UNITS_PER_WORD and 2*UNITS_PER_WORD.  Use
+	GET_MODE_BITSIZE instead of GET_MODE_SIZE/UNITS_PER_WORD.
+
+Tue Jun 19 01:52:27 2001  J"orn Rennecke <amylaar@redhat.com>
+
+	* sh.c (output_branch): Delete bogus code.
+
+	* sh.c (initial_elimination_offset):
+	Fix FROM == RETURN_ADDRESS_POINTER_REGNUM case.
+
+Mon Jun 18 12:50:49 2001  Jeffrey A Law  (law@cygnus.com)
+
+	* flow.c (find_unreachable_blocks): New function.
+	(delete_unreachable_blocks): Use find_unreachable_blocks.
+	* basic-block.h (find_unreachable_blocks): Declare.
+
+        * dce.c (eliminate_dead_code): Fix formatting glitch.
+
+2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
+
+	* c-common.h (RETURN_NULLIFIED_P): New macro.
+	* c-semantics.c (genrtl_return_stmt): Check it.
+
+	* expr.c (clear_storage): Set TREE_NOTHROW on the decl for memset.
+	(emit_block_move): Likewise.
+
+Mon Jun 18 17:27:24 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* unroll.c: Include predict.h.
+	(unroll_loop): Drop prediction notes on preconditioning.
+	* predict.def (PRED_LOOP_PRECONDITIONG, PRED_LOOP_CONDITION):
+	New; add comments on the others.
+	* Makefile.in: (unroll.o): Add dependancy on predict.h.
+	* loop.c (strength_reduce): Fix branch prediction.
+
+Mon Jun 18 17:26:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* stmt.c (emit_case_nodes): Optimize test whether index is in given
+	interval.
+
+Mon Jun 18 15:43:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.c (estimate_probability): Do not bail out early
+	when note is present.
+	(combine_predictions_for_insn): Fix note removal code.
+
+2001-06-18  Ben Elliston  <bje@redhat.com>
+
+	* except.c (resolve_fixup_regions): Initialise "cleanup".
+
+2001-06-17  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* tm.texi: Document STDC_0_IN_SYSTEM_HEADERS.
+
+Sat Jun 16 20:20:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* expr.c (expand_expr, case ADDR_EXPR): If taking address of SAVE_EXPR,
+	use put_var_into_stack.
+
+2001-06-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* gccspec.c (lang_specific_driver): If compiling ObjC, add
+	-shared-libgcc when necessary.
+	* Makefile.in (gccspec.o): Compile with DRIVER_DEFINES.
+
+2001-06-16  Daniel Berlin  <dan@cgsoftware.com>
+
+	* bitmap.h: Add dump_bitmap, bitmap_zero, bitmap_union_of_diffs,
+	bitmap_a_or_b, bitmap_a_and_b, bitmap_first_set_bit,
+	bitmap_last_set_bit. All for compatibility with sbitmap's.
+
+	*bitmap.c (bitmap_zero): New function.
+	(bitmap_union_of_diffs): New function.
+	(bitmap_first_set_bit): New function.
+	(bitmap_last_set_bit): New function.
+
+2001-06-16  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* cpp.texi, invoke.texi: Update.
+	* cpp.1, gcc.1: Regenerate.
+
+Sat Jun 16 12:45:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* i386.md (minsf): Fix splitter. (PR fortran/3191)
+
+2001-06-16  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* doc/cpp.texi: Update.
+	* doc/cpp.1: Regenerate.
+
+2001-06-15  Loren J. Rittle  <ljrittle@acm.org>
+
+	* doc/install.texi: Use correct markup hints.
+
+Fri Jun 15 18:05:22 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* function.c (gen_mem_addressof): Handle case where DECL is SAVE_EXPR.
+
+	* explow.c (expr_size): If DECL and size specified, use it.
+
+2001-06-15  Zack Weinberg  <zackw@stanford.edu>
+
+	* doc/cpp.texi: Formatting corrections.
+	Correct buggy example of use of __GNUC__ etc.
+	Clarify $ in identifiers.
+	* doc/cpp.1: Regenerate.
+
+Fri Jun 15 19:35:38 CEST 2001 Jan Hubicka  <jh@suse.cz>
+
+	* optabs.c (expand_twoval_binop): Avoid undefined behaviour.
+
+2001-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* doc/install.texi (Specific, alpha*-*-*): Fixed Tru64 UNIX
+	etc. spelling.
+	(Specific, alpha-*-osf1): Renamed to alpha*-*-osf*.
+	Added Tru64 UNIX V5.1 bootstrap hints.
+	(Specific, alpha*-*-osf*): Removed old section, obsolete.
+
+2001-06-15  Andreas Jaeger  <aj@suse.de>
+
+	* doc/install.texi (Specific): Mention that glibc cannot be
+	compiled with GCC 3.0.
+
+2001-06-14  Andrew Haley  <aph@cambridge.redhat.com>
+
+	* combine.c (nonzero_bits): Don't optimize away division by
+	zero.
+
+2001-06-15  Zack Weinberg  <zackw@stanford.edu>
+
+	* doc/cpp.texi: Revised and brought up to date.
+	* doc/cpp.1: Regenerate.
+
+2001-06-15  Loren J. Rittle  <ljrittle@acm.org>
+
+	* doc/install.texi: Update --enable-threads to match reality.
+
+2001-06-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+	* doc/install.texi: Update for C4x.
+	* README.C4X: Remove.
+
+2001-06-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
+	doc/gcc.texi, doc/install.texi, doc/invoke.texi, doc/md.texi,
+	doc/objc.texi, doc/rtl.texi, doc/tm.texi: Fix spelling and typos.
+	Consistently use "built-in" and "bit-field".  Minor logical markup
+	improvements.
+	* doc/gcc.1: Regenerate.
+
+2001-06-14  Richard Henderson  <rth@redhat.com>
+
+	* config/mips/mips.md (exception_receiver): New.
+
+2001-06-14  Daniel J. Berlin <dan@cgsoftware.com>
+
+	* doc/gcc.texi:  Update passes documentation to be more in tune
+	with reality.
+
+Thu Jun 14 15:38:28 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* i386.c (ix86_expand_prologue): Fix merging conflict.
+
+2001-06-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
+	doc/gcc.texi, doc/gcov.texi, doc/install-old.texi,
+	doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Use more
+	logical markup.  Use TeX quotes and dashes.  Use @dots{} and
+	@minus{}.  Avoid spaces inside @var.  Update last modification
+	date in gcc.texi.
+	* doc/gcc.1, doc/gcov.1: Regenerate.
+
+Thu Jun 14 12:44:15 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* i386.c (x86_accumulate_outgoing_args, x86_prologue_using_move,
+	x86_epilogue_using_move): New global variables.
+	(override_options): Enable ACCUMULATE_OUTGOING_ARGS if preferred.
+	(ix86_emit_save_regs_using_mov): New static function.
+	(ix86_expand_prologue, ix86_expand_epilogue): Use moves if preferred.
+	* i386.h (MASK_MMX, MASK_SSE, MASK_SSE2, MASK_128BIT_LONG_DOUBLE,
+	MASK_MIX_SSE_I387): Renumber.
+	(MASK_NO_ACCUMULATE_OUTGOING_ARGS): New.
+	(x86_accumulate_outgoing_args, x86_prologue_using_move,
+	x86_epilogue_using_move): Declare.
+	(TARGET_PROLOGUE_USING_MOVE, TARGET_EPILOGUE_USING_MOVE): New.
+
+2001-06-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* inclhack.def (hpux10_cpp_pow_inline): New hack.
+
+2001-06-13  Richard Henderson  <rth@redhat.com>
+
+	* ifcvt.c (dead_or_predicable): Fix return value last patch.
+
+2001-06-13  Mark Mitchell  <mark@codesourcery.com>
+
+	* NEWS: Remove.
+
+2001-06-13  Richard Henderson  <rth@redhat.com>
+
+	* ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.
+	(cond_exec_process_if_block, dead_or_predicable): Likewise.
+
+2001-06-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* mips-tfile.c (copy_object): Always pass indexNil for symbol
+	table index.
+
+2001-06-13  Kazu Hirata  <kazu@hxi.com>
+
+	* config/h8300/h8300.h (OK_FOR_T): Remove.
+	(EXTRA_CONSTRAINT): Do not use OK_FOR_T.
+	* config/h8300/h8300.md: Remove alternatives involving inc and dec
+	in the helper patterns for addhi3 and addsi3.
+
+2001-06-13  Phil Edwards  <pme@sources.redhat.com>
+
+	* doc/contrib.texi:  Link to libstdc++'s thanks.html for now.
+
+2001-06-13  Zack Weinberg  <zackw@stanford.edu>
+
+	* Makefile.in: Move _bb and __gcc_bcmp to LIB2FUNCS_ST.
+	* libgcc-std.ver: Take out __bb* and __gcc_bcmp.
+
+	* config/t-slibgcc-elf-ver, config/t-slibgcc-sld,
+	config/alpha/t-osf4, config/mips/t-iris6: Extract all
+	references to @shlib_map_file@, @shlib_objs@, or
+	@shlib_base_name@ to Makefile variables.
+	Bump soname version of libgcc to 1.
+
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/install.texi: Use more logical markup.  Include @node
+	commands in the source when generating any non-HTML.
+
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* README: Remove.  Some of the contents moved to ../README.
+
+2001-06-13  Alexandre Oliva  <aoliva@redhat.com>
+
+	* doc/install.texi (--enable-shared): List package names
+	recognized by GCC.
+
+2001-06-13  Alexandre Oliva  <aoliva@redhat.com>
+
+	* doc/install.texi (ix86-*-solaris*): Removed, outdated.
+	(*-*-solaris*): Document problem in /bin/sh that affects
+	configuring libraries.
+	(sparc-*-solaris*): Recommend GNU binutils 2.11.1 or vendor tools.
+	(*-sun-solaris2.8): Document linker problem that explains why
+	libjava is disabled by default.
+
+2001-06-09  Mark Mitchell  <mark@codesourcery.com>
+
+	Revert this patch:
+	* toplev.c (rest_of_compilation): Remove dead code before
+	purge_addressof.
+
+2001-06-12  Alexandre Oliva  <aoliva@redhat.com>
+
+	Reverted:
+	2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
+	* configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support.
+	* configure: Rebuilt.
+
+2001-06-12  Jim Wilson  <wilson@redhat.com>
+
+	* loop.c (strength_reduce): Move bl->all_reduced set before
+	check_ext_dependant_givs call.
+	(check_ext_dependant_givs): Clear bl->all_reduced when ignoring givs.
+
+2001-06-12  Alexandre Oliva  <aoliva@redhat.com>
+
+	* doc/extend.texi (Function Attributes): Document SH's sp_switch
+	and trap_exit.
+
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/invoke.texi: Use more logical markup.  Use TeX quotes,
+	dashes and @dots{}.
+
+2001-06-12  Richard Henderson  <rth@redhat.com>
+
+	* config/i386/i386.c (ix86_expand_prologue): Always use
+	gen_pro_epilogue_adjust_stack; update arguments.
+	(ix86_expand_epilogue): Likewise.
+	(ix86_emit_epilogue_esp_adjustment): Remove.
+	(ix86_adjust_cost): Remove pro_epilogue_adjust_stack hack.
+	* config/i386/i386.md (pro_epilogue_adjust_stack): Use a BLKmode
+	clobber of scratch memory instead of a modification of EBP as the
+	barrier.  Update all peepholes to match.
+
+2001-06-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/gcc.texi: Change the font used for @def... commands to a
+	fixed width font.
+	* doc/extend.texi: Use more logical markup.  Use "built-in"
+	instead of "builtin".  Use @deftypefn to mark up built-in
+	functions; specify their types in the @deftypefn and not in the
+	descriptive text.  Use TeX quotes and dashes.  Add more index
+	entries.
+
+2001-06-12  lars brinkhoff  <lars@nocrew.org>
+
+	* gcc.texi (HOST_BITS_PER_LONGLONG): Document.
+	(DIR_SEPARATOR_2): Likewise.
+
+2001-06-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/install.texi (--exec-prefix, --bindir, --libdir,
+	--with-slibdir, --infodir, --mandir, --with-cpp-install-dir):
+	Document.
+	(--enable-cpp): Change to document --disable-cpp instead; update
+	to reflect current default.
+	(--without-fast-fixincludes): Remove documentation.
+	(Final install): Document installation directories in more
+	detail.  Document use of make dvi.
+
+Tue Jun 12 19:01:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* recog.c (validate_replace_rtx_1): Fix previous patch.
+
+Tue Jun 12 17:25:39 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* recog.c (validate_replace_rtx_1): Do plus_constant call always.
+
+Tue Jun 12 17:24:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* simplify-rtx.c (simplify_subreg): Allow volatile memory
+	to be subregged in case we don't have move instruction.
+
+Tue Jun 12 12:20:12 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* loop.c: Include predict.h
+	(strength_reduce): Drop branch prediction note in case
+	number of iterations is known.
+	* predict.def (PRED_LOOP_ITERATIONS): new.
+	* Makefile.in (loop.o): Add dependancy on predict.h
+
+2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.
+
+	* c-typeck.c (c_start_case): Likewise.
+
+2001-06-12  Mark Mitchell  <mark@codesourcery.com>
+
+	* expr.c (store_field): Don't set MEM_ALIAS_SET for a field
+	in a structure at a variable address.
+
+2001-06-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/gcov.texi: Use more logical markup.
+
+2001-06-11  Mark Mitchell  <mark@codesourcery.com>
+
+	* unroll.c (initial_reg_note_copy): Use PUT_REG_NOTE_KIND and
+	REG_NOTE_KIND, not PUT_MODE and GET_MODE.
+	(final_reg_note_copy): Remove REG_WAS_0 notes that are no longer
+	valid.
+
+2001-06-11  Stan Shebs  <shebs@apple.com>
+
+	* darwin.h (ASM_FILE_END): Remove decl of language_string.
+
+2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md ("*lshrdi3_const32"): Mark the clobber
+	as an early clobber to make sure it is not used by reload in
+	one of the operands.
+
+2001-06-11  Mark Mitchell  <mark@codesourcery.com>
+
+	* doc/c-tree.texi: Update information about flag_honor_std.
+	* doc/install.texi: Note that binutils is required on HPUX 11.
+	* doc/invoke.texi (-fhonor-std): Note that -fno-honor-std is
+	now the default.
+
+	* config/mips/abi64.h (RETURN_IN_MEMORY): Fix handling of
+	variable-sized types.
+
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/md.texi: Use TeX dashes and quotes.
+
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/rtl.texi: Reference manual chapter about trees.
+
+2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* config/mips/iris6.h (NO_BUILTIN_WINT_TYPE): Define.
+	(WINT_TYPE): Override.
+	(WINT_TYPE_SIZE): Likewise.
+	(SUBTARGET_CPP_SIZE_SPEC): Define __WINT_TYPE__ as appropriate.
+
+	* config/sparc/sol2.h (WINT_TYPE): Define.
+	(WINT_TYPE_SIZE): Likewise.
+
+	* config/sparc/sol2-sld-64.h (NO_BUILTIN_WINT_TYPE): Define.
+	(WINT_TYPE): Override.
+	(WINT_TYPE_SIZE): Likewise.
+	(CPP_ARCH32_SPEC): Add __WINT_TYPE__ definition.
+	(CPP_ARCH64_SPEC): Likewise.
+
+2001-06-11  Richard Henderson  <rth@redhat.com>
+
+	* unwind-dw2-fde.c (__deregister_frame_info): Don't play games
+	with alias attribute.
+
+	* config/linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu).
+	* config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): Likewise.
+
+2001-06-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): New.
+
+2001-06-11  Stan Shebs  <shebs@apple.com>
+
+	* darwin.c (darwin_encode_section_info):  Rewrite to simplify
+	and fix coding mistakes.
+
+2001-06-11  Nick Clifton  <nickc@cambridge.redhat.com>
+
+	* config/m32r/m32r.md (movstrsi_internal): Do not expect a
+	return string from m32r_output_block_move.
+	* config/m32r/m32r-protos.h: Make m32r_output_block_move a
+	void function.
+	* config/m32r/m32r.h (INT32_P): Rename to UNIT32_P and remove
+	integer overflow.
+	(ROUND_ADVANCE): Remove signed/unsigned conflict.
+	* config/m32r/m32r.c: Declare prototypes for static functions.
+	(move_src_operand): Replace INT32_P with UINT32_P.
+	(function_arg_partial_nregs): Fixed signed/unsigned conflict
+	in initialisation of 'size'.
+	(m32r_sched_reord): Remove redundant declarations of 'code'.
+	(m32r_output_block_move): Change to a void function.
+	(m32r_encode_section_info): Cast return of
+	TREE_STRING_POINTER to avoid compile time warning.
+
+2001-06-11  Richard Henderson  <rth@redhat.com>
+
+	* config/alpha/osf5.h (TARGET_LD_BUGGY_LDGP): New.
+	* config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Default.
+	(struct machine_function): Add gp_save_rtx.
+	* config/alpha/alpha.c (alpha_mark_machine_status): Mark it.
+	(alpha_gp_save_rtx): New.
+	* config/alpha/alpha-protos.h: Declare it.
+	* config/alpha/alpha.md (exception_receiver): Make an expander.
+	Use alpha_gp_save_rtx if TARGET_LD_BUGGY_LDGP.
+
+2001-06-11  Richard Henderson  <rth@redhat.com>
+
+	* config/alpha/osf.h (LINK_SPEC): Hide _GLOBAL_* symbols.
+
+2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* configure.in: Align --help messages.
+	Remove trailing full stops.
+	Consistently use lower case.
+	Fix DWARF 2 spelling.
+	* configure: Rebuilt.
+
+2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+	* config/alpha/alpha.h (CPP_SPEC): Don't define __LANGUAGE_C and
+	variants for .cpp/.cp/.c++ files.
+	Move definition of __LANGUAGE_C_PLUS_PLUS ...
+	(CPLUSPLUS_CPP_SPEC): ... here.
+
+Mon Jun 11 15:47:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* jump.c (duplicate_loop_exit_test): Fix loop header heuristics.
+
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-decl.c (store_parm_decls): When comparing types in an
+	old-style function declaration with those from a previous
+	prototype, compare the unqualified versions of parameter types.
+	Fixes PR c/3116.
+
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/objc.texi: Use more logical markup.  Use TeX dashes.
+
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/c-tree.texi: Use more logical markup.
+
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-decl.c (xref_tag): Don't return previous tags of wrong type.
+
+2001-06-11  Aldy Hernandez  <aldyh@redhat.com>
+
+	* loop.c (scan_loop): Do not combine asm statements.
+
+2001-06-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+	* simplify-rtx.c (simplify_subreg): Fix offset calculation
+	for complex values within a CONCAT.
+
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/install.texi: Update details of what components are included
+	in the GCC distribution.  Update default directory for g++
+	includes.  Update documentation relating to old libio.  Adjust
+	documentation on DejaGnu environment variables.  Remove
+	documentation of --enable-cpplib.
+
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/contrib.texi: Fix alphabetical order.  Fix typos.  Improve
+	markup.
+
+2001-06-10  Richard Henderson  <rth@redhat.com>
+
+	* ifcvt.c (life_data_ok): New.
+	(merge_if_block): Use it to determine whether to update
+	global_live_at_end.
+	(if_convert): Set it.
+
+2001-06-10  Richard Henderson  <rth@redhat.com>
+
+	* config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c.
+
+2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
+
+	* doc/invoke.texi (MN10300 Options): Document -mno-crt0.
+	(SH Options): Document -mieee.
+	* doc/install.texi (Final install): Remove obsolete information
+	about installing cross compilers.
+	* doc/gcc.1: Rebuilt.
+
+2001-06-10  Richard Henderson  <rth@redhat.com>
+
+	* config/alpha/alpha.c (override_options): Set align_loops,
+	align_jumps, and align_functions.
+	* config/alpha/alpha.h (FUNCTION_BOUNDARY): Set to 32 bits.
+	(LOOP_ALIGN, LABEL_ALIGN_AFTER_BARRIER): Remove.
+
+2001-06-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+	* emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode
+	are one and two words in size.
+
+2001-06-10  Richard Henderson  <rth@redhat.com>
+
+	* doc/invoke.texi (Optimization Options): Document -fpeephole2.
+	(Code Generation Options): Document -fnon-call-exceptions.
+
+2001-06-10  Mark Kettenis  <kettenis@gnu.org>
+
+	* config/i386/gnu.h (MD_FALLBACK_FRAME_STATE_FOR): Undefine.
+
+2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* m68hc11.md (peepholes): Remove unused and wrong peepholes.
+
+2001-06-10  Mark Mitchell <mark@codesourcery.com>
+	    Gabriel Dos Reis  <gdr@codesourcery.com>
+
+	* Makefile.in (c-parse.o): Depend on diagnostic.h
+	(dwarf2out.o): Likewise.
+
+	* dwarf2out.c: #include diagnostic.h
+
+	* toplev.h (warningcount, errorcount, sorrycount): Remove
+	declarations.
+
+	* toplev.c (warningcount, errorcount, sorrycount): Remove
+	definitions.
+
+	* diagnostic.h (struct output_buffer): Reorder fields.
+	(diagnostic_kind_count): New macro.
+	(errorcount, warningcount, sorrycount): Define as macros.
+	(diagnostic_report_warnings_p): New macro.
+	(output_state): Add diagnostic_count field.
+
+	* diagnostic.c (warningcount, errorcount, inhibit_warnings):
+	Remove tentative declaration.
+	(count_error): Use diagnostic_report_warnings_p.
+
+	* c-parse.in: #include diagnostic.h
+
+2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.md ("extendhisi2"): Fix constraints to
+	prefer a memory for operand 1.
+	("*addsi3"): Fix constraints, the '!' was too strong.
+	("*addsi3_split"): Accept soft register and split accordingly.
+
+2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11-protos.h (m68hc11_initialize_trampoline):
+	Move definition in the RTX_CODE section.
+
+2001-06-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+	* config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Define the return
+	address as relative to the argument pointer.
+
+Sun Jun 10 10:58:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.def (PRED_OPCODE): Place before call and error_return.
+
+Sun Jun 10 10:00:17 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.def (PRED_CALL, PRED_ERROR_RETURN): New.
+	* predict.c (estimate_probability): Calculate dominance
+	information; improve detection of NORETURN heuristics;
+	add call/error_return heuiristics; tweak comparison heuristics
+	to recognize -1.
+
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
+
+	* doc/invoke.texi (C Dialect Options): Document -aux-info.
+	(Debugging Options): Document -print-multi-directory and
+	-print-multi-lib.
+	* doc/gcc.1: Rebuilt.
+
+	* toplev.c (independent_decode_option): Require `=' between
+	`-aux-info' and filename in the same argument.
+	* gcc.c: Don't pass -aux-info=filename twice.
+
+2001-06-09  Mark Mitchell  <mark@codesourcery.com>
+
+	* expr.c (expand_expr, case ARRAY_REF): Do not replace
+	an array element with the known initializing value if it has
+	side-effects.
+
+	* toplev.c (rest_of_compilation): Remove dead code before
+	purge_addressof.
+
+2001-06-09  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* cppinit.c (print_help): Document -fpreprocessed.
+	* invoke.texi: Similarly.
+
+Sun Jun 10 00:35:37 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.def: New file.
+	* predict.h: New file.
+	* predict.c: Include predict.h.
+	(predictor_info): New structure and array.
+	(predict_edge, predict_insn): Rewrite; make global.
+	(predict_edge_def, predict_insn_def): New global functions.
+	(dump_prediction, combine_predictions_for_insns): New
+	static functions.
+	(estimate_probability): Change calls to predict_edge
+	to predict_edge_def and calls to predict_insn to predict_insn_def;
+	combine probabilities.
+	(expected_value_to_br_prob): Behave as predictor.
+	* rtl.h (REG_BR_PRED): Update coment.
+	(invert_br_probabilities): New.
+	* jump.c: Include predict.h
+	(duplicate_loop_exit_test): Drop branch prediction notes.
+	(invert_jump): Use invert_br_probabilities.
+	* Makefile.in: Add dependancy on predict.h for jump and predict pass.
+	* ifcvt.c (dead_or_predicable): Use invert_br_probabilities.
+	* combine.c (distribute_notes): Handle BR_PRED.
+
+Sat Jun  9 23:29:41 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.c (predict_insn, predict_edge): New static functions.
+	(estimate_probability): Revamp to use new functions;
+	fix loop header heruistics; add loop exist heruistics
+
+2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
+
+	* config.gcc: Re-enable bi-arch sparc on Solaris 7 and above.
+
+2001-06-09  Peter Jakubek <pjak@snafu.de>
+
+	* config/m68k/m68k.md (ashrdi_const): Fix right shift by 16.
+
+2001-06-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* vax.h (NOTICE_UPDATE_CC): Set CC_NO_OVERFLOW in cc_status.flags
+	for integer operations that don't update C bit.
+
+2001-06-09  Nicola Pero <nicola@brainstorm.co.uk>
+
+	* gthr-posix.h (__gthread_objc_init_thread_system): If
+	pthread_key_create fails, it's not clear what the return value is.
+	This obvious fix makes sure it always returns -1 if a problem
+	occurs.
+
+2001-06-09  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/gcc.texi: Use @defcodeindex for the index of options.  Add
+	more index entries.  Use more logical markup where appropriate.
+	Use TeX quotes and dashes.
+
+2001-06-09  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* unwind-pe.h: Conditionally qualify references to abort with
+	std::.
+
+2001-06-09  Julian Foad <julian_foad@hotmail.com>
+
+	* doc/invoke.texi: Remove superfluous text.
+
+2001-06-08  Richard Henderson  <rth@redhat.com>
**** TRUNCATED ****
mkdir java/lang/.libs
/maat/heart/tbox/native/build/gcc/g++ -B/maat/heart/tbox/native/build/gcc/ -nostdinc++ -nostdinc++ -I/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/std -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/c_std -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/libio -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/testsuite -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/backwards -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/ext -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/maat/heart/tbox/objs/i686-pc-linux-gnu/bin/ -B/maat/heart/tbox/objs/i686-pc-linux-gnu/lib/ -isystem /maat/heart/tbox/objs/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/maat/heart/tbox/cvs-gcc/gcc/libjava -I./include -I./gcj -I/maat!
/heart/tbox/cvs-gcc/gcc/libjava -Iinclude -I/maat/heart/tbox/cvs-gcc/gcc/libjava/include -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../boehm-gc/include -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/./../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../zlib -I/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -W -Wall -D_GNU_SOURCE -DPREFIX=\"/maat/heart/tbox/objs\" -g -O2 -D_GNU_SOURCE -Wp,-MD,.deps/natCharacter.pp -c /maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natCharacter.cc  -fPIC -DPIC -o java/lang/.libs/natCharacter.o
/maat/heart/tbox/native/build/gcc/g++ -B/maat/heart/tbox/native/build/gcc/ -nostdinc++ -nostdinc++ -I/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/std -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/c_std -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/libio -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/testsuite -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/backwards -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/ext -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/maat/heart/tbox/objs/i686-pc-linux-gnu/bin/ -B/maat/heart/tbox/objs/i686-pc-linux-gnu/lib/ -isystem /maat/heart/tbox/objs/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/maat/heart/tbox/cvs-gcc/gcc/libjava -I./include -I./gcj -I/maat!
/heart/tbox/cvs-gcc/gcc/libjava -Iinclude -I/maat/heart/tbox/cvs-gcc/gcc/libjava/include -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../boehm-gc/include -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/./../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../zlib -I/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -W -Wall -D_GNU_SOURCE -DPREFIX=\"/maat/heart/tbox/objs\" -g -O2 -D_GNU_SOURCE -Wp,-MD,.deps/natCharacter.pp -c /maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natCharacter.cc -o java/lang/natCharacter.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=compile /maat/heart/tbox/native/build/gcc/g++ -B/maat/heart/tbox/native/build/gcc/ -nostdinc++ -nostdinc++ -I/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/std -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/c_std -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/libio -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/testsuite -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/backwards -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/ext -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/maat/heart/tbox/objs/i686-pc-linux-gnu/bin/ -B/maat/heart/tbox/objs/i686-pc-linux-gnu/lib/ -isystem /maat/heart/tbox/objs/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/maat/heart/tbox/cvs-!
gcc/gcc/libjava -I./include -I./gcj -I/maat/heart/tbox/cvs-gcc/gcc/libjava -Iinclude -I/maat/heart/tbox/cvs-gcc/gcc/libjava/include -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../boehm-gc/include  -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1   -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/./../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../zlib -I/../libffi/include -I../libffi/include   -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES  -ffloat-store  -W -Wall -D_GNU_SOURCE -DPREFIX="\"/maat/heart/tbox/objs\"" -g -O2 -D_GNU_SOURCE -c -o java/lang/natClass.lo /maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natClass.cc
/maat/heart/tbox/native/build/gcc/g++ -B/maat/heart/tbox/native/build/gcc/ -nostdinc++ -nostdinc++ -I/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/include -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/std -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/c_std -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++ -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/libio -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/testsuite -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/backwards -I/maat/heart/tbox/cvs-gcc/gcc/libstdc++-v3/include/ext -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src -L/maat/heart/tbox/native/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/maat/heart/tbox/objs/i686-pc-linux-gnu/bin/ -B/maat/heart/tbox/objs/i686-pc-linux-gnu/lib/ -isystem /maat/heart/tbox/objs/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/maat/heart/tbox/cvs-gcc/gcc/libjava -I./include -I./gcj -I/maat!
/heart/tbox/cvs-gcc/gcc/libjava -Iinclude -I/maat/heart/tbox/cvs-gcc/gcc/libjava/include -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../boehm-gc/include -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/libltdl -I/maat/heart/tbox/cvs-gcc/gcc/libjava/./../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libjava/../zlib -I/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -W -Wall -D_GNU_SOURCE -DPREFIX=\"/maat/heart/tbox/objs\" -g -O2 -D_GNU_SOURCE -Wp,-MD,.deps/natClass.pp -c /maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natClass.cc  -fPIC -DPIC -o java/lang/.libs/natClass.o
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natClass.cc: In function 
   `jboolean _Jv_IsAssignableFrom(java::lang::Class*, java::lang::Class*)':
/maat/heart/tbox/cvs-gcc/gcc/libjava/java/lang/natClass.cc:965: Internal error: 
   Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [java/lang/natClass.lo] Error 1
make[3]: Leaving directory `/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/maat/heart/tbox/native/build/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/maat/heart/tbox/native/build'
make: *** [bootstrap] Error 2
+ exit 1

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