Regression for trunk on i686-pc-linux-gnu

Autocrasher autocrasher@devphil.com
Mon Oct 4 21:39:00 GMT 2004


1 new FAIL's (7 total) have appeared for i686-pc-linux-gnu:
    libstdc++.sum 27_io/basic_filebuf/overflow/char/13858.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/
Specific problem logs at http://www.devphil.com/build/reports/tests-trunk/
(explanations of each file are on the main page; you probably want summary*)

Host was an athlon-xp (i686) system.  Target was specified as i686-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.

If you write a response, please respect the Reply-To: header.


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

=========================================================================
-------------- next part --------------
diff -u1r previous/CL/ChangeLog current/CL/ChangeLog
--- previous/CL/ChangeLog	2004-10-02 16:10:01.000000000 -0400
+++ current/CL/ChangeLog	2004-10-04 16:10:01.000000000 -0400
@@ -1 +1,12 @@
+2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* MAINTAINERS (Various Maintainers): Move the "windows,
+	cygwin, mingw" maintainer to ...
+	(OS Port Maintainers): ... here.
+
+2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* MAINTAINERS (Write After Approval): Remove those that are
+	maintainers of some subsystem.
+
 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
diff -u1r previous/CL/gcc/ChangeLog current/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog	2004-10-04 01:40:04.000000000 -0400
+++ current/CL/gcc/ChangeLog	2004-10-04 16:10:03.000000000 -0400
@@ -1 +1,27 @@
+2004-10-04  Chao-ying Fu  <fu@mips.com>
+
+	* config/mips/mips.h (UNITS_PER_SIMD_WORD): Define.
+
+2004-10-04  Diego Novillo  <dnovillo@redhat.com>
+
+	* tree-ssa-dom.c (tree_ssa_dominator_optimize):
+	Initialize OPT_STATS to 0.
+
+2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* tree-data-ref.c: Fix comment typos.
+
+2004-10-04  Sebastian Pop  <pop@cri.ensmp.fr>
+
+	* tree-data-ref.c (array_base_name_differ_p): Fix comments.  When
+	the predicate cannot be computed, don't initialize the result to
+	false.
+
+2004-10-01  Eric Christopher  <echristo@redhat.com>
+
+	* dwarf2.h (dwarf_calling_convention): Add GNU prefix to
+	locally defined enum.
+	* dwarf2out.c (add_calling_convention_attribute): Don't
+	emit DW_CC_normal.
+
 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
diff -u1r previous/CL/gcc/cp/ChangeLog current/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog	2004-10-04 01:40:13.000000000 -0400
+++ current/CL/gcc/cp/ChangeLog	2004-10-04 16:10:11.000000000 -0400
@@ -1 +1,37 @@
+2004-10-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+	Convert diagnostics to use quoting flag q 4/n
+	* except.c (decl_is_java_type, build_throw, 
+	is_admissible_throw_operand, check_handlers_1, check_handlers): 
+	Use quoting formats.
+	* friend.c (add_friend, make_friend_class, do_friend): Likewise.
+	* init.c (sort_mem_initializers, emit_mem_initializers, 
+	member_init_ok_or_else, expand_member_init, is_aggr_type, 
+	build_offset_ref, build_java_class_ref): Likewise.
+
+2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+	Convert diagnostics to use quoting flag q 3/n
+	* decl.c (pop_label, duplicate_decls, redeclaration_error_message,
+	redeclaration_error_message, lookup_label, check_goto,
+	make_typename_type, make_unbound_class_template,
+	fixup_anonymous_aggr, check_tag_decl, start_decl, start_decl_1, 
+	grok_reference_init, layout_var_decl, maybe_commonize_var, 
+	check_for_uninitialized_const_var, reshape_init_array, 
+	reshape_init, check_initializer, cp_finish_decl,
+	member_function_or_else, bad_specifiers, grokfndecl, grokvardecl, 
+	check_static_variable_definition, compute_array_index_type, 
+	create_array_type_for_decl, check_special_function_return_type, 
+	grokdeclarator, check_default_argument, grokparms, 
+	grok_ctor_properties, grok_op_properties, 
+	check_elaborated_type_specifier, xref_tag, finish_enum, 
+	build_enumerator, check_function_type, start_preparsed_function, 
+	store_parm_decls): Use quoting formats.
+	* decl2.c (grok_array_decl, delete_sanity, check_member_template, 
+	check_java_method, check_classfn, finish_static_data_member_decl, 
+	grokfield, grokbitfield, grok_function_init,
+	build_anon_union_vars, coerce_new_type, coerce_delete_type,
+	check_default_args): Likewise.
+	* parser.c (cp_parser_decl_specifier_seq): Likewise.
+
 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
diff -u1r previous/CL/gcc/fortran/ChangeLog current/CL/gcc/fortran/ChangeLog
--- previous/CL/gcc/fortran/ChangeLog	2004-10-03 16:10:13.000000000 -0400
+++ current/CL/gcc/fortran/ChangeLog	2004-10-04 16:10:12.000000000 -0400
@@ -1 +1,25 @@
+2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+	PR fortran/17283
+	* iresolve.c (gfc_resolve_pack): Choose function depending if mask
+	is scalar.
+
+2004-10-04  Erik Schnetter  <schnetter@aei.mpg.de>
+
+	* scanner.c (preprocessor_line): Accept preprocessor lines without
+	file names.  Check file names for closing quotes.  Handle escaped
+	quotes in file names.
+
+2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+	Paul Brook  <paul@codesourcery.com>
+
+	* trans-array.c (gfc_conv_expr_descriptor): Check for substriungs.
+	Use gfc_get_expr_charlen.
+	* trans-expr.c (gfc_get_expr_charlen): New function.
+	* trans.h (gfc_get_expr_charlen): Add prototype.
+
+2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* trans-intrinsic.c: Fix a comment typo.
+
 2004-10-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
diff -u1r previous/CL/gcc/testsuite/ChangeLog current/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog	2004-10-04 01:40:15.000000000 -0400
+++ current/CL/gcc/testsuite/ChangeLog	2004-10-04 16:10:12.000000000 -0400
@@ -1 +1,63 @@
+2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+	PR fortran/17283
+	* gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
+
+2004-10-04  Chao-ying Fu  <fu@mips.com>
+
+	* gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
+	* gcc.dg/vect/vect-4.c: Ditto.
+	* gcc.dg/vect/vect-5.c: Ditto.
+	* gcc.dg/vect/vect-6.c: Ditto.
+	* gcc.dg/vect/vect-8.c: Ditto.
+	* gcc.dg/vect/vect-16.c: Ditto.
+	* gcc.dg/vect/vect-30.c: Ditto.
+	* gcc.dg/vect/vect-40.c: Ditto.
+	* gcc.dg/vect/vect-41.c: Ditto.
+	* gcc.dg/vect/vect-42.c: Ditto.
+	* gcc.dg/vect/vect-43.c: Ditto.
+	* gcc.dg/vect/vect-44.c: Ditto.
+	* gcc.dg/vect/vect-45.c: Ditto.
+	* gcc.dg/vect/vect-46.c: Ditto.
+	* gcc.dg/vect/vect-47.c: Ditto.
+	* gcc.dg/vect/vect-48.c: Ditto.
+	* gcc.dg/vect/vect-49.c: Ditto.
+	* gcc.dg/vect/vect-50.c: Ditto.
+	* gcc.dg/vect/vect-51.c: Ditto.
+	* gcc.dg/vect/vect-52.c: Ditto.
+	* gcc.dg/vect/vect-53.c: Ditto.
+	* gcc.dg/vect/vect-54.c: Ditto.
+	* gcc.dg/vect/vect-55.c: Ditto.
+	* gcc.dg/vect/vect-56.c: Ditto.
+	* gcc.dg/vect/vect-57.c: Ditto.
+	* gcc.dg/vect/vect-58.c: Ditto.
+	* gcc.dg/vect/vect-59.c: Ditto.
+	* gcc.dg/vect/vect-60.c: Ditto.
+	* gcc.dg/vect/vect-74.c: Ditto.
+	* gcc.dg/vect/vect-79.c: Ditto.
+	* gcc.dg/vect/vect-80.c: Ditto.
+
+2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	* gcc.dg/unused-7.c: Use the correct option.
+
+2004-10-04  Paul Brook  <paul@codesourcery.com>
+	Bud Davis  <bdavis9659@comcast.net>
+
+	PR fortran/17706
+	PR fortran/16434
+	* gfortran/pr17706.f90: New test.
+	* gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
+
+2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+	* gfortran.dg/pr17612.f90: New test.
+
+2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+	* g++.dg/template/local1.C: Adjust quoting marks in
+	testing for diagnostics.
+	* g++.dg/tls/diag-2.C: Likewise.
+	* g++.dg/other/error8.C: Likewise.
+
 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
diff -u1r previous/CL/libgfortran/ChangeLog current/CL/libgfortran/ChangeLog
--- previous/CL/libgfortran/ChangeLog	2004-10-03 16:10:36.000000000 -0400
+++ current/CL/libgfortran/ChangeLog	2004-10-04 16:10:33.000000000 -0400
@@ -1 +1,19 @@
+2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+	PR fortran/17283
+	* intrinsics/pack_generic.c (__pack): Allocate memory for return array
+	if not done by caller.
+	(__pack_s): New function.
+	* runtime/memory.c (internal_malloc, internal_malloc64): Allow
+	allocating zero memory.
+
+2004-10-04  Paul Brook  <paul@codesourcery.com>
+	Bud Davis  <bdavis9659@comcast.net>
+
+	PR fortran/17706
+	PR fortran/16434
+	* io/format.c (parse_format_list): Set repeat count for S, SP, SS,
+	BN and BZ formats.
+	* io/write.c (output_float): Don't output minus zero.
+
 2004-10-03  Aaron W. LaFramboise <aaronavay62@aaronwl.com>


More information about the Gcc-regression mailing list