Failure to bootstrap for trunk on athlon_mp-pc-linux-gnu
Autocrasher
autocrasher@devphil.com
Sat Apr 26 09:12:00 GMT 2003
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.
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.2)
=========================================================================
-------------- next part --------------
diff -u1r previous/CL/ChangeLog broken/CL/ChangeLog
--- previous/CL/ChangeLog 2003-04-23 04:55:01.000000000 -0400
+++ broken/CL/ChangeLog 2003-04-26 04:55:01.000000000 -0400
@@ -1 +1,10 @@
+2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
+
+ * MAINTAINERS (Write After Approval): Upgrade myself from
+ GNATS only to write-after-approval. Update my mail address.
+
+2002-04-25 Loren J. Rittle <ljrittle@acm.org>
+
+ (OS Port Maintainers: freebsd): Add myself.
+
2003-04-22 Mark Mitchell <mark@codesourcery.com>
diff -u1r previous/CL/gcc/ChangeLog broken/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2003-04-25 04:55:02.000000000 -0400
+++ broken/CL/gcc/ChangeLog 2003-04-25 23:29:14.000000000 -0400
@@ -1 +1,62 @@
+2003-04-25 Phil Edwards <pme@gcc.gnu.org>
+
+ * toplev.c (read_integral_parameter): Use "argument" in error
+ message to distinguish it from actual invalid options.
+
+2003-04-25 Bob Wilson <bob.wilson@acm.org>
+
+ * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
+ addition of __PIC__ and __pic__ macros.
+ * config/xtensa/xtensa.h: Clean up indentation.
+
+2003-04-25 Bob Wilson <bob.wilson@acm.org>
+
+ * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
+ _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
+ (SUBTARGET_CPP_SPEC): Define.
+ (LIB_SPEC): Delete.
+ * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
+ * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
+ * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
+ Define.
+ (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
+ (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
+
+2003-04-25 H.J. Lu <hjl@gnu.org>
+
+ * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
+ for return mode.
+ (ia64_expand_builtin): Set rmode to SImode for
+ IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
+ IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
+ IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
+ for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
+
+2003-04-25 Phil Edwards <pme@gcc.gnu.org>
+
+ * configure.in (make_compare_target): Test for GNU cmp and set this
+ variable appropriately.
+ * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
+ compare4-lean): Rename actual targets to slowcompare*. New compare*
+ targets depend on names based on make_compare_target.
+ * configure: Regenerated.
+
+2003-04-25 Richard Henderson <rth@redhat.com>
+
+ * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
+ to clobber ar.pfs and ar.unat.
+ (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
+ fix test for spilling ar.pfs to the stack.
+
+2003-04-25 Richard Henderson <rth@redhat.com>
+
+ PR opt/10315
+ * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
+ checks during reload; use validize_mem instead of adjust_address.
+
+2003-04-26 Ben Elliston <bje@wasabisystems.com>
+
+ * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
+ return values from recog_memoized().
+
2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
diff -u1r previous/CL/gcc/cp/ChangeLog broken/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog 2003-04-24 16:40:07.000000000 -0400
+++ broken/CL/gcc/cp/ChangeLog 2003-04-26 04:55:14.000000000 -0400
@@ -1 +1,9 @@
+2003-04-25 Mark Mitchell <mark@codesourcery.com>
+
+ * decl2.c (finish_file): Don't call import_export_decl for
+ functions that are not defined.
+ (handle_class_head): Robustify.
+ * pt.c (instantiate_decl): Do not call cp_finish_decl for
+ variables that are not defined.
+
2003-04-24 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
diff -u1r previous/CL/gcc/testsuite/ChangeLog broken/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2003-04-24 16:40:08.000000000 -0400
+++ broken/CL/gcc/testsuite/ChangeLog 2003-04-26 04:55:17.000000000 -0400
@@ -1 +1,15 @@
+2003-04-25 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
+ initialized static data members.
+
+2003-04-25 H.J. Lu <hjl@gnu.org>
+
+ * gcc.dg/ia64-sync-4.c: New test.
+
+2003-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright
+ date.
+
2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
diff -u1r previous/CL/libstdc++-v3/ChangeLog broken/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog 2003-04-25 04:55:28.000000000 -0400
+++ broken/CL/libstdc++-v3/ChangeLog 2003-04-26 04:55:31.000000000 -0400
@@ -1 +1,39 @@
+2003-04-25 Ranjit Mathew <rmathew@hotmail.com>
+ Phil Edwards <pme@gcc.gnu.org>
+
+ * testsuite_flags.in: Guard against the possibility
+ of having "xgcc" as a part of a folder name in the
+ path to the GCC build folder.
+ * testsuite/Makefile.am: Likewise.
+ * testsuite/Makefile.in: Regenerated.
+
+2003-04-25 Benjamin Kosnik <bkoz@redhat.com>
+
+ PR libstdc++/10132
+ * include/std/std_fstream.h (basic_filebuf::is_open): Add throw()
+ exception specifications.
+ (basic_filebuf::close): Same.
+ (basic_filebuf::_M_pback_destroy): Same.
+ (basic_filebuf::_M_destroy_internal_buffer): Same.
+ (basic_filebuf): Remove __res_type typedef.
+ * src/fstream.cc: Same.
+ * include/bits/fstream.tcc
+ (basic_filebuf::_M_convert_to_external): Simplify.
+ (basic_filebuf::seekoff): Use has_facet before use_facet.
+ (basic_filebuf::close): Add exception specification of throw().
+ * testsuite/27_io/basic_filebuf/cons: New.
+ * testsuite/27_io/basic_filebuf/cons/wchar_t: New.
+ * testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc: New.
+ * testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: New.
+ * testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: New.
+
+2003-04-25 Benjamin Kosnik <bkoz@redhat.com>
+
+ * include/bits/locale_classes.h
+ (locale::_S_extra_categories_size): Remove.
+ * src/locale.cc: Remove _S_extra_categories_size.
+ * src/localename.cc: Same.
+ * config/locale/gnu/c_locale.cc: Same.
+ * config/locale/generic/c_locale.cc: Same.
+
2003-04-24 Richard Sandiford <rsandifo@redhat.com>
-------------- next part --------------
gmake[4]: *** Waiting for unfinished jobs....
/home/pme/build/build-2003-04-26-trunk/athlon_mp-pc-linux-gnu/libstdc++-v3/include/athlon_mp-pc-linux-gnu/bits/codecvt_specializations.h: In
member function `std::__enc_traits::__enc_traits(const char*, const char*,
int, int)':
/home/pme/build/build-2003-04-26-trunk/athlon_mp-pc-linux-gnu/libstdc++-v3/include/athlon_mp-pc-linux-gnu/bits/codecvt_specializations.h:84: warning: unused
parameter `int __ibom'
/home/pme/build/build-2003-04-26-trunk/athlon_mp-pc-linux-gnu/libstdc++-v3/include/athlon_mp-pc-linux-gnu/bits/codecvt_specializations.h:84: warning: unused
parameter `int __ebom'
/usr/include/bits/mathinline.h: In function `long double logbl(long double)':
/usr/include/bits/mathinline.h:568: error: can't find a register in class `
FP_TOP_REG' while reloading `asm'
gmake[4]: *** [concept-inst.lo] Error 1
/usr/include/bits/mathinline.h: In function `long double logbl(long double)':
/usr/include/bits/mathinline.h:568: error: can't find a register in class `
FP_TOP_REG' while reloading `asm'
/home/pme/build/build-2003-04-26-trunk/athlon_mp-pc-linux-gnu/libstdc++-v3/include/athlon_mp-pc-linux-gnu/bits/codecvt_specializations.h: In
member function `std::__enc_traits::__enc_traits(const char*, const char*,
int, int)':
/home/pme/build/build-2003-04-26-trunk/athlon_mp-pc-linux-gnu/libstdc++-v3/include/athlon_mp-pc-linux-gnu/bits/codecvt_specializations.h:84: warning: unused
parameter `int __ibom'
/home/pme/build/build-2003-04-26-trunk/athlon_mp-pc-linux-gnu/libstdc++-v3/include/athlon_mp-pc-linux-gnu/bits/codecvt_specializations.h:84: warning: unused
parameter `int __ebom'
gmake[4]: *** [complex_io.lo] Error 1
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/home/pme/build/build-2003-04-26-trunk/athlon_mp-pc-linux-gnu/libstdc++-v3'
gmake[2]: *** [all-recursive-am] Error 2
gmake[2]: Leaving directory `/home/pme/build/build-2003-04-26-trunk/athlon_mp-pc-linux-gnu/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/home/pme/build/build-2003-04-26-trunk'
gmake: *** [bootstrap] Error 2
More information about the Gcc-regression
mailing list