This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Regression for trunk on athlon_mp-pc-linux-gnu
- From: Autocrasher <autocrasher at devphil dot com>
- To: gcc-regression at gcc dot gnu dot org, lerdsuwa at users dot sourceforge dot net, nathan at codesourcery dot com, ncm-nospam at cantrip dot org, neroden at gcc dot gnu dot org, ro at TechFak dot Uni-Bielefeld dot DE, rth at redhat dot com, steven at gcc dot gnu dot org, zack at codesourcery dot com
- Date: Thu, 24 Jul 2003 17:33:20 -0400
- Subject: Regression for trunk on athlon_mp-pc-linux-gnu
One or more new FAIL's have appeared for athlon_mp-pc-linux-gnu:
libstdc++-v3.sum thread/pthread1.cc
libstdc++-v3.sum thread/pthread3.cc
libstdc++-v3.sum thread/pthread4.cc
libstdc++-v3.sum thread/pthread5.cc
libstdc++-v3.sum thread/pthread6.cc
libstdc++-v3.sum thread/pthread7-rope.cc
These tests passed the last time they were ran.
Attached are the ChangeLogs since the previous run. Possibly a patch with
your name on it has caused the problem(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 2.0)
=========================================================================
diff -u1r previous/CL/gcc/ChangeLog current/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2003-07-24 04:30:03.000000000 -0400
+++ current/CL/gcc/ChangeLog 2003-07-24 16:50:03.000000000 -0400
@@ -1 +1,43 @@
+2003-07-24 Zack Weinberg <zack@codesourcery.com>
+
+ * c-decl.c: Search-and-replace change 'binding level' to
+ 'scope' in commentary.
+ (struct binding_level): Now struct c_scope.
+ (current_binding_level): Now current_scope.
+ (free_binding_level): Now scope_freelist.
+ (current_function_level): Now current_function_scope.
+ (global_binding_level): Now global_scope.
+ (make_binding_level): Now make_scope.
+ (pop_binding_level): Now pop_scope.
+
+2003-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * configure.in (libgcc_visibility): Add missing whitespace.
+
+2003-07-24 Richard Henderson <rth@redhat.com>
+
+ * libgcc-std.ver (GCC_3.3.1): Export __gcc_personality_sj0,
+ __gcc_personality_v0.
+
+2003-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * Makefile.in: Replace pwd by ${PWD_COMMAND}.
+
+2003-07-24 Nathan Sidwell <nathan@codesourcery.com>
+
+ * doc/invoke.texi (-fprofile-arcs, -ftest-coverage): Update
+ documentation missed from my 2003-07-09 patch.
+
+2003-07-24 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Set patch level to 0 if
+ it's not provided.
+ * configure: Rebuild.
+
+2003-07-24 Steven Bosscher <steven@gcc.gnu.org>
+
+ PR c/10602
+ * c-typeck.c (type_lists_compatible_p): Do not compare
+ arguments if one of them is an error_mark_node
+
2003-07-24 Alan Modra <amodra@bigpond.net.au>
diff -u1r previous/CL/gcc/cp/ChangeLog current/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog 2003-07-24 04:30:10.000000000 -0400
+++ current/CL/gcc/cp/ChangeLog 2003-07-24 16:50:14.000000000 -0400
@@ -1 +1,10 @@
+2003-07-24 Nathan Sidwell <nathan@codesourcery.com>
+
+ * decl.c (reshape_init): Remove unreachable code.
+
+2003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/11513
+ * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): Use current_scope.
+
2003-07-23 Mark Mitchell <mark@codesourcery.com>
diff -u1r previous/CL/gcc/testsuite/ChangeLog current/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2003-07-24 04:30:12.000000000 -0400
+++ current/CL/gcc/testsuite/ChangeLog 2003-07-24 16:50:17.000000000 -0400
@@ -1 +1,11 @@
+2003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/11513
+ * g++.dg/template/crash8.C: New test.
+
+2003-07-23 Steven Bosscher <steven@gcc.gnu.org>
+
+ PR c/10602
+ * gcc.dg/noncompile/incomplete-2.c: New test.
+
2003-07-23 Mark Mitchell <mark@codesourcery.com>
diff -u1r previous/CL/libstdc++-v3/ChangeLog current/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog 2003-07-23 21:52:29.000000000 -0400
+++ current/CL/libstdc++-v3/ChangeLog 2003-07-24 16:50:27.000000000 -0400
@@ -1 +1,6 @@
+2003-07-24 Nathan Myers <ncm-nospam@cantrip.org>
+
+ * testsuite/23_containers/map_operators.cc: Conform to
+ container requirement as value must be Assignable.
+
2003-07-23 Alexandre Oliva <aoliva@redhat.com>