Regression for trunk on i686-pc-linux-gnu

Autocrasher autocrasher@devphil.com
Thu Oct 7 07:10:00 GMT 2004


1 new FAIL's (8 total) have appeared for i686-pc-linux-gnu:
    g++.sum g++.dg/ext/asm2.C
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-06 16:10:02.000000000 -0400
+++ current/CL/ChangeLog	2004-10-07 01:40:02.000000000 -0400
@@ -1 +1,6 @@
+2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* MAINTAINERS (Language Front Ends Maintainers): New.  Move
+	entries belonging to this category.
+
 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
diff -u1r previous/CL/gcc/ChangeLog current/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog	2004-10-06 16:10:03.000000000 -0400
+++ current/CL/gcc/ChangeLog	2004-10-07 01:40:04.000000000 -0400
@@ -1 +1,54 @@
+2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* hooks.c (hook_int_void_1, hook_void_int): Remove.
+	* hooks.h: Remove the corresponding prototypes.
+
+2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR middle-end/17849
+	* tree-nested.c (walk_stmt_info): Add changed field.
+	(convert_nonlocal_reference): Set changed to when we
+	change a decl to unnested decl.
+	<case ADDR_EXPR>: Instead of checking if the immediate part
+	of the ADDR_EXPR changed, check the field changed.
+	Use recompute_tree_invarant_for_addr_expr instead of unsetting
+	TREE_INVARIANT.
+	(convert_local_reference):  Set changed to when we
+	change a decl to unnested decl.
+	<case ADDR_EXPR>: Instead of checking if the immediate part
+	of the ADDR_EXPR changed, check the field changed.
+	Also call recompute_tree_invarant_for_addr_expr on the ADDR_EXPR.
+
+2004-10-06  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): Remove.
+	* dwarf2out.c (dwarf2out_init): Remove references to
+	DWARF2_GENERATE_TEXT_SECTION_LABEL.
+	* system.h: Poison DWARF2_GENERATE_TEXT_SECTION_LABEL.
+	* doc/tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Remove.
+
+2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* c-typeck.c (convert_arguments): Take expression for called
+	function rather than its name.  Handle ObjC selectors directly
+	rather than relying on warn_for_assignment to do so.  Call warning
+	directly rather than warn_for_assignment.  Use %qE in diagnostics.
+	Say "argument" rather than "arg" in diagnostics.
+	(build_function_call): Update call to convert_arguments.
+
+2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR debug/17787
+	* dbxout.c (dbxout_symbol): Really handle RECORD, UNION, and
+	ENUMs specially instead of just saying we do.
+
+2004-10-06  Eric Christopher  <echristo@redhat.com>
+
+	* dwarf2.h: Sync with include/elf/dwarf2.h
+
+2004-10-06  Daniel Berlin  <dberlin@dberlin.org>
+
+	* tree-pretty-print.c (dump_generic_node): Fix printing of BINFO
+	and TREE_VEC nodes.
+
 2004-10-06  Daniel Berlin  <dberlin@dberlin.org>
@@ -4,3 +57,3 @@
 	to use FOR_EACH_SSA_USE_OPERAND iterator, and propagate_value.
-	
+
 2004-10-06  Daniel Berlin  <dberlin@dberlin.org>
@@ -16,3 +69,3 @@
 	* lambda-code.c (invariant_in_loop_and_outer_loops): Use
-	expr_invariant_in_loop. 
+	expr_invariant_in_loop.
 
@@ -254,8 +307,8 @@
 	* cfgloop.c (initialize_loops_parallel_p): New.
-	(flow_loops_find): Initialize the parallel_p field to true for all 
+	(flow_loops_find): Initialize the parallel_p field to true for all
 	the loops.
 	* tree-ssa-loop-niter.c: Include "tree-data-ref.h".
-	(estimate_numbers_of_iterations_loop): Infers the loop bounds from 
+	(estimate_numbers_of_iterations_loop): Infers the loop bounds from
 	the size of the data accessed in the loop.
-	(struct nb_iter_bound): Moved... 
+	(struct nb_iter_bound): Moved...
 	* cfgloop.h (struct nb_iter_bound): ... here.
@@ -266,3 +319,3 @@
 	* tree-chrec.h (nb_vars_in_chrec): Declared here.
-	* tree-data-ref.c: Don't include lambda.h, that is already included 
+	* tree-data-ref.c: Don't include lambda.h, that is already included
 	in tree-data-ref.h.
@@ -273,7 +326,7 @@
 	(dump_data_dependence_relation): Use dump_subscript.
-	(dump_dist_dir_vectors, dump_ddrs, compute_estimated_nb_iterations, 
+	(dump_dist_dir_vectors, dump_ddrs, compute_estimated_nb_iterations,
 	estimate_niter_from_size_of_data): New.
-	(analyze_array_indexes, analyze_array): Call 
-	estimate_niter_from_size_of_data during	the detection of array 
-	references.  Pass in a pointer to the statement that contains the 
+	(analyze_array_indexes, analyze_array): Call
+	estimate_niter_from_size_of_data during	the detection of array
+	references.  Pass in a pointer to the statement that contains the
 	array reference.
@@ -282,8 +335,8 @@
 	Deal with multivariate conflict functions.
-	(initialize_data_dependence_relation): Initialize DDR_AFFINE_P, 
+	(initialize_data_dependence_relation): Initialize DDR_AFFINE_P,
 	DDR_SIZE_VECT, DDR_DIST_VECT, and DDR_DIR_VECT.
 	(non_affine_dependence_relation): New.
-	(analyze_ziv_subscript, analyze_siv_subscript_cst_affine, 
-	analyze_siv_subscript, analyze_miv_subscript, 
-	analyze_overlapping_iterations, subscript_dependence_tester): 
+	(analyze_ziv_subscript, analyze_siv_subscript_cst_affine,
+	analyze_siv_subscript, analyze_miv_subscript,
+	analyze_overlapping_iterations, subscript_dependence_tester):
 	Initialize and return last_conflicts function.
@@ -292,10 +345,10 @@
 	(analyze_siv_subscript_affine_cst): Removed.
-	(analyze_subscript_affine_affine): Disprove dependences based on the 
-	iteration domains.  Solve the univariate dependence case as before, 
+	(analyze_subscript_affine_affine): Disprove dependences based on the
+	iteration domains.  Solve the univariate dependence case as before,
 	but use lambda_matrix_right_hermite instead of tree_fold_bezout.
 	Implement the multivariate case of 2 versus 1 variables.
-	(undetermined_conflicts_p, no_conflicts_p): New.	
-	(build_classic_dist_vector, build_classic_dir_vector): Implement some 
+	(undetermined_conflicts_p, no_conflicts_p): New.
+	(build_classic_dist_vector, build_classic_dir_vector): Implement some
 	unhandled cases.
-	(find_data_references_in_loop): Compute and initialize 
+	(find_data_references_in_loop): Compute and initialize
 	loop->estimated_nb_iterations and loop->parallel_p.
@@ -304,3 +357,3 @@
 	subscript->last_conflict_in_a, subscript->last_conflict_in_b): Removed.
-	(SUB_LAST_CONFLICT, subscript->last_conflict, 
+	(SUB_LAST_CONFLICT, subscript->last_conflict,
 	data_dependence_relation->affine_p, data_dependence_relation->size_vect,
@@ -309,3 +362,3 @@
 	dump_subscript, dump_ddrs, dump_dist_dir_vectors): Declared here.
-	
+
 
diff -u1r previous/CL/gcc/cp/ChangeLog current/CL/gcc/cp/ChangeLog
--- previous/CL/gcc/cp/ChangeLog	2004-10-06 01:40:12.000000000 -0400
+++ current/CL/gcc/cp/ChangeLog	2004-10-07 01:40:15.000000000 -0400
@@ -1 +1,7 @@
+2004-10-05  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR c++/17368
+	* semantics.c (finish_asm_stmt): Asm expressions need cleanup
+	also.
+
 2004-10-05  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-06 16:10:12.000000000 -0400
+++ current/CL/gcc/fortran/ChangeLog	2004-10-07 01:40:16.000000000 -0400
@@ -1 +1,7 @@
+2004-10-07  Paul Brook  <paul@codesourcery.com>
+
+	PR fortran/17678
+	* trans-array.c (gfc_trans_deferred_array): Leave use associated
+	variables alone.
+
 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
@@ -6,2 +12,4 @@
 
+	* simplify.c (gfc_simplify_abs): Use mpfr_hypot for CABS.
+
 2004-10-06  Paul Brook  <paul@codesourcery.com>
diff -u1r previous/CL/gcc/testsuite/ChangeLog current/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog	2004-10-06 16:10:13.000000000 -0400
+++ current/CL/gcc/testsuite/ChangeLog	2004-10-07 01:40:16.000000000 -0400
@@ -1,4 +1,23 @@
+2004-10-07  Paul Brook  <paul@codesourcery.com>
+
+	PR fortran/17678
+	* gfortran.dg/use_allocated_1.f90: New test.
+
+2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR middle-end/17849
+	* gfortran.fortran-torture/compile/nested.f90: New test
+
+2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
+
+2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	PR c++/17368
+	* g++.dg/ext/asm6.C: New test.
+
 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
 
-	gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
+	* gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
 
diff -u1r previous/CL/libstdc++-v3/ChangeLog current/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog	2004-10-06 16:10:33.000000000 -0400
+++ current/CL/libstdc++-v3/ChangeLog	2004-10-07 01:40:45.000000000 -0400
@@ -1,2 +1,33 @@
 2004-10-06  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* acinclude.m4 (GLIBCXX_ENABLE_THREADS): Set enable_thread.
+	(GLIBCXX_CONFIGURE_TESTSUITE): Use it.
+	* configure: Regenerated.
+	* testsuite/Makefile.am (CLEANFILES): Add TEST for
+	check-performance executables.
+	(stamp_thread): New.
+	(all-local): Use it.
+	* testsuite/Makefile.in: Regenerate.
+	* scripts/create_testsuite_files: Filter thread tests.
+
+	* testsuite/thread/pthread1.cc: Remove macro conditionals: this
+	file will only be run by thread enabled configurations.
+	* testsuite/thread/pthread7-rope.cc: Same, add rope_type typedef.
+	* testsuite/thread/pthread6.cc: Same.
+	* testsuite/thread/pthread5.cc: Same.
+	* testsuite/thread/pthread4.cc: Same.
+	* testsuite/thread/pthread3.cc: Same.
+	* testsuite/thread/pthread2.cc: Same.
+
+	* testsuite/ext/mt_allocator/instantiate.cc: Add in __GTHREADS guard.
+	* testsuite/ext/mt_allocator/deallocate_global-1.cc: Move to...
+	* testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: ...here.
+	* testsuite/ext/mt_allocator/deallocate_global-3.cc: Move to...
+	* testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: ...here. 
+	* testsuite/ext/mt_allocator/deallocate_local-1.cc: Move to...
+	* testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: ...here.
+	* testsuite/ext/mt_allocator/deallocate_local-3.cc: Move to...
+	* testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: ...here.
+
+2004-10-06  Benjamin Kosnik  <bkoz@redhat.com>
 	    Paolo Carlini  <pcarlini@suse.de>


More information about the Gcc-regression mailing list