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]
Other format: [Raw text]

Failure to bootstrap (compare failure) for trunk on athlon_mp-pc-linux-gnu


The tree has failed during the bootstrap step.  The last 30 lines of
the log are below; since I do parallel builds, the error may not be on the
last line.

There was a 'make compare' failure:
gcov-dump.o differs
gcov.o differs
profile.o differs


Attached are the ChangeLogs since the previous run.  Possibly a patch with
your name on it has caused the additional regression(s).


The full transcript is at http://www.devphil.com/build/

Host was specified as athlon_mp-pc-linux-gnu.  Target was specified
as athlon_mp-pc-linux-gnu.

This particular run used standard (previously installed) binutils.

This email is generated by a machine, not sent from a person.  If you think
it's been sent to you in error, please see the gcc-regression list archives
for possible followup discussion; this could be legitimate or it could be a
false positive.  Also watch for email from the other regression testers and
check the logs from the known autobuilders.


With love,
The Autocrasher (Phil's Builder Bot, version 1.1)

=========================================================================

diff -u1r previous/CL/gcc/ChangeLog broken/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog	2003-02-03 16:40:04.000000000 -0500
+++ broken/CL/gcc/ChangeLog	2003-02-04 16:40:04.000000000 -0500
@@ -1 +1,34 @@
+Tue Feb  4 18:40:42 CET 2003  Jan Hubicka  <jh@suse.cz>
+
+	* i386.md (vector push splitters):  Fix typo in resolving conflict.
+
+2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
+
+	* config/i386/i386.c (x86_function_profiler): Fix typo in format.
+
+2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
+
+	* doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
+	for recent libstdc++.  Remove formatting cruft.
+
+2003-02-04  Jakub Jelinek  <jakub@redhat.com>
+
+	* dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
+	attribute even if input file name is absolute, but one of the
+	includes is relative.
+
+2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
+	doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
+	* doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
+
+2003-02-03  Richard Henderson  <rth@redhat.com>
+
+	* libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
+	__popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
+	return type to "int".  Shuffle declarations and undef int trap.
+	* libgcc2.h: Remove their declarations.
+	* optabs.c (expand_unop): Force outmode to int for bitops.
+
 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
@@ -25,3 +58,3 @@
 	* hooks.h (hook_rtx_rtx_identity): Prototype here.
-	* target.h (struct gcc_target): Add "delegitimize_address" 
+	* target.h (struct gcc_target): Add "delegitimize_address"
 	field to target structure.
@@ -157,45 +190,45 @@
 
-        * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
-        OTI_parity.
-        (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
-        * optabs.c (widen_clz, expand_parity): New.
-        (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
-        for libcalls to clz, ctz, popcount, and parity.
-        (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
-        parity_optab, and set up libfunc handlers.
-        * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
-        __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
-        __popcount_tab): New.
-        * libgcc2.h: Declare them.
-        * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
-        * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
-        and parity_optab.
-        * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
-        * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
-        BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
-        BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
-        BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
-        BUILT_IN_PARITYLL): New.
-        * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
-        and add optab argument.
-        (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
-        * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
-        * expr.c (expand_expr): Handle them.
-        * fold-const.c (tree_expr_nonnegative_p): Likewise.
-        * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
-        * reload1.c (eliminate_regs): Handle them.
-        (elimination_effects): Likewise.
-        * function.c (instantiate_virtual_regs_1): Likewise
-        * genattrtab.c (check_attr_value): Likewise.
-        * simplify-rtx.c (simplify_unary_operation): Likewise.
-        * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
-        * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
-        (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
-        * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
-        * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
-        __builtin_arm_clz.
-        * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
-        * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
-        * doc/extend.texi (Other Builtins): Add new builtins.
-        * doc/md.texi (Standard Names): Add new patterns.
+	* optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
+	OTI_parity.
+	(clz_optab, ctz_optab, popcount_optab, parity_optab): New.
+	* optabs.c (widen_clz, expand_parity): New.
+	(expand_unop): Handle clz and parity.  Hardcode SImode as outmode
+	for libcalls to clz, ctz, popcount, and parity.
+	(init_optabs): Init clz_optab, ctz_optab, popcount_optab and
+	parity_optab, and set up libfunc handlers.
+	* libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
+	__popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
+	__popcount_tab): New.
+	* libgcc2.h: Declare them.
+	* libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
+	* genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
+	and parity_optab.
+	* builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
+	* builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
+	BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
+	BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
+	BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
+	BUILT_IN_PARITYLL): New.
+	* builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
+	and add optab argument.
+	(expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
+	* tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
+	* expr.c (expand_expr): Handle them.
+	* fold-const.c (tree_expr_nonnegative_p): Likewise.
+	* rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
+	* reload1.c (eliminate_regs): Handle them.
+	(elimination_effects): Likewise.
+	* function.c (instantiate_virtual_regs_1): Likewise
+	* genattrtab.c (check_attr_value): Likewise.
+	* simplify-rtx.c (simplify_unary_operation): Likewise.
+	* c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
+	* combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
+	(nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
+	* config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
+	* config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
+	__builtin_arm_clz.
+	* Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
+	* mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
+	* doc/extend.texi (Other Builtins): Add new builtins.
+	* doc/md.texi (Standard Names): Add new patterns.
 
@@ -366,3 +399,3 @@
 
-	PR target/9316 
+	PR target/9316
 	* config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
@@ -445,3 +478,3 @@
 	PR bootstrap/9293
-	* config/m68k/t-crtstuff: Replace spaces with tabs, add 
+	* config/m68k/t-crtstuff: Replace spaces with tabs, add
 	 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
@@ -493,11 +526,11 @@
 
-        * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
-        register.
-        * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
-        * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
-        * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
-        * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
-        * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
-        * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
-        * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
+	* config/m68k/m68k.md (tablejump+2): Don't sign extend an address
+	register.
+	* config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
+	* config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
+	* config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
+	* config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
+	* config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
+	* config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
+	* config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
 
@@ -574,5 +607,5 @@
 	config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
-	config/mips/mips.c, config/mips/mips.h, 
+	config/mips/mips.c, config/mips/mips.h,
 	config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
-	config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h, 
+	config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
 	config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
@@ -632,3 +665,3 @@
 	(can_schedule_ready_p): Ditto.
-	
+
 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
@@ -682,3 +715,3 @@
 	* doc/tm.texi: Update.
-	
+
 	* target.h (targetm.rtx_costs): New.
@@ -824,3 +857,3 @@
 	clarify.
-	
+
 	* profile.c (index_counts_file): Remove duplicate check for open file.
diff -u1r previous/CL/gcc/cp/ChangeLog broken/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog	2003-02-01 15:48:27.000000000 -0500
+++ broken/CL/gcc/cp/ChangeLog	2003-02-04 04:55:14.000000000 -0500
@@ -1 +1,21 @@
+2003-02-03  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/7129
+	* call.c (z_candidate): Add args.
+	(convert_class_to_reference): Set it.
+	(implicit_conversion): Tidy.
+	(add_candidate): Add args parameter.
+	(add_function_candidate): Adjust call to add_candidate.
+	(add_conv_candidate): Likewise.
+	(build_builtin_candidate): Likewise.
+	(build_user_type_conversion_1): Eliminate wasteful tree_cons
+	usage.
+	(build_new_function_call): Likewise.
+	(build_object_call): Likewise.
+	(add_candidates): New function.
+	(build_new_op): Use it.
+	(covert_like_real): Adjust call to build_over_call.
+	(build_over_call): Remove args parameter.
+	* operators.def: Add <?= and >?=.
+
 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
diff -u1r previous/CL/gcc/testsuite/ChangeLog broken/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog	2003-02-03 16:40:20.000000000 -0500
+++ broken/CL/gcc/testsuite/ChangeLog	2003-02-04 16:40:20.000000000 -0500
@@ -1 +1,15 @@
+Tue Feb  4 21:41:09 CET 2003  Jan Hubicka  <jh@suse.cz>
+
+	* gcc.dg/i386-cadd.c:  Compile using -march=k8.
+	* gcc.dg/i386-cmov?.c:  Likewise.
+	* gcc.dg/i386-fpcvt-?.c:  Likewise.
+	* gcc.dg/i386-ssefp-1.c:  Likewise.
+	* gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
+	convetions.
+
+2003-02-03  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/7129
+	* testsuite/g++.dg/ext/max.C: New test.
+
 Mon Feb  3 16:05:11 CET 2003  Jan Hubicka  <jh@suse.cz>
diff -u1r previous/CL/libiberty/ChangeLog broken/CL/libiberty/ChangeLog
--- previous/CL/libiberty/ChangeLog	2003-01-30 16:40:23.000000000 -0500
+++ broken/CL/libiberty/ChangeLog	2003-02-04 04:55:38.000000000 -0500
@@ -1 +1,5 @@
+2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* libiberty.texi: Update to GFDL 1.2.
+
 2003-01-30  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
diff -u1r previous/CL/libstdc++-v3/ChangeLog broken/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog	2003-02-03 16:40:42.000000000 -0500
+++ broken/CL/libstdc++-v3/ChangeLog	2003-02-04 16:40:44.000000000 -0500
@@ -1 +1,36 @@
+2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
+
+	* docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
+	add HTML comment about updating links if numbering changes.
+
+2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
+
+	PR libstdc++/9538
+	* include/bits/streambuf.tcc (sputbackc): Access
+	this->gptr()[-1] only if _M_in_beg < _M_in_cur.
+	* testsuite/27_io/filebuf_virtuals.cc (test08): Add.
+
+2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
+
+	PR libstdc++/9507
+	* include/bits/fstream.tcc (open): If the 'ate' repositioning
+	operation fails, calls close _and_ returns a null pointer
+	to indicate failure (27.8.1.3,4).
+	* testsuite/27_io/filebuf_members.cc (test_06): Add.
+
+2003-02-04  Petur Runolfsson  <peturr02@ru.is>
+
+	* testsuite/27_io/filebuf_members.cc (test_04): Remove exit(0).
+
+2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
+
+	* docs/html/27_io/howto.html: New section on stdio_filebuf.
+	* docs/html/ext/howto.html: Move stdio_filebuf notes to 27_io.
+	* docs/html/documentation.html: Regenerate.
+
+2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* docs/html/17_intro/porting.texi: Update to GFDL 1.2.
+	* docs/html/17_intro/porting.html: Regenerate.
+
 2003-02-03  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>

for file in *.o; do \
  cmp --ignore-initial=16 $file stage$stage/$file > /dev/null 2>&1; \
  test $? -eq 1 && echo $file differs >> .bad_compare || true; \
done
case "gnucompare" in gnucompare | gnucompare-lean ) stage=2 ;; * ) stage=`echo gnucompare | sed -e 's,^gnucompare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for dir in tmp-foo intl cp; do \
  if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \
    for file in $dir/*.o; do \
      cmp --ignore-initial=16 $file stage$stage/$file > /dev/null 2>&1; \
      test $? -eq 1 && echo $file differs >> .bad_compare || true; \
    done; \
  else true; fi; \
done
case "gnucompare" in gnucompare | gnucompare-lean ) stage=2 ;; * ) stage=`echo gnucompare | sed -e 's,^gnucompare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
  echo "Bootstrap comparison failure!"; \
  cat .bad_compare; \
  exit 1; \
else \
  case "gnucompare" in \
    *-lean ) rm -rf stage$stage ;; \
  esac; true; \
fi
Bootstrap comparison failure!
gcov-dump.o differs
gcov.o differs
profile.o differs
gmake[1]: *** [gnucompare] Error 1
gmake[1]: Leaving directory `/home/pme/build/build-2003-02-04-trunk/gcc'


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