Regression for trunk on i686-pc-linux-gnu
Autocrasher
autocrasher@devphil.com
Mon Dec 6 22:33:00 GMT 2004
1 new FAIL's (3 total) have appeared for i686-pc-linux-gnu:
libstdc++.sum 23_containers/deque/14340.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/gcc/ChangeLog current/CL/gcc/ChangeLog
--- previous/CL/gcc/ChangeLog 2004-12-06 01:40:04.000000000 -0500
+++ current/CL/gcc/ChangeLog 2004-12-06 16:10:04.000000000 -0500
@@ -1 +1,47 @@
+2004-12-06 Zdenek Dvorak <dvorakz@suse.cz>
+ Kazu Hirata <kazu@cs.umass.edu>
+
+ PR tree-optimization/18601
+ * tree-cfg.c (thread_jumps, thread_jumps_from_bb): Removed.
+ (tree_forwarder_block_p): Do not consider blocks that are its own
+ successors forwarders.
+ (cleanup_forwarder_blocks, remove_forwarder_block): New functions.
+ (cleanup_tree_cfg): Use cleanup_forwarder_blocks instead of
+ thread_jumps.
+ * tree-flow.h (bb_ann_d): Remove forwardable.
+
+2004-12-06 Kazu Hirata <kazu@cs.umass.edu>
+
+ * expr.c (expand_expr_real_1): Remove an "if" whose condition
+ is always false.
+
+2004-12-06 Roger Sayle <roger@eyesopen.com>
+
+ * c-gimplify.c (gimplify_c_loop): Improve initial implementations
+ for loops whose conditions are known at compile-time.
+ * gimplify.c (append_to_statement_list_1): Remove side_effects
+ parameter, this function should never be called if its false.
+ (append_to_statement_list): Only call append_to_statement_list_1
+ if t is non-NULL tree with side-effects.
+ (append_to_statement_list_force): Likewise, if t is not NULL.
+
+2004-12-06 J"orn Rennecke <joern.rennecke@st.com>
+
+ * bt-load.c (btr_def_s): New member own_end;
+ (add_btr_to_live_range): Add second parameter. Changed caller.
+ (clear_btr_from_live_range): Clear btrs_live_at_end bit
+ for the register its definition basic block if own_end is set.
+ (augment_live_range): Also take btrs_live_at_end into account.
+ (combine_btr_defs): Don't bother with
+ other_def->other_btr_uses_after_use if it pertains to a different
+ register.
+ (move_btr_def): Set def->other_btr_uses_before_def after
+ calling combine_btr_defs."
+
+ * bt-load.c (augment_live_range): New argument full_range.
+ Changed all callers.
+
+ * bt-load.c (move_tr_def): Set other_tr_uses_before_def
+ taking new btr assignment into account.
+
2004-12-05 Daniel Berlin <dberlin@dberlin.org>
diff -u1r previous/CL/gcc/testsuite/ChangeLog current/CL/gcc/testsuite/ChangeLog
--- previous/CL/gcc/testsuite/ChangeLog 2004-12-05 01:40:15.000000000 -0500
+++ current/CL/gcc/testsuite/ChangeLog 2004-12-06 16:10:16.000000000 -0500
@@ -1 +1,7 @@
+2004-12-06 Nick Clifton <nickc@redhat.com>
+
+ * gcc.dg/builtins-config.h: Use <sys/types.h> instead of
+ <limits.h> because the latter comes from gcc's include/ directory
+ and not the newlib/libc/include directory.
+
2004-12-04 Richard Henderson <rth@redhat.com>
diff -u1r previous/CL/libstdc++-v3/ChangeLog current/CL/libstdc++-v3/ChangeLog
--- previous/CL/libstdc++-v3/ChangeLog 2004-12-06 01:40:52.000000000 -0500
+++ current/CL/libstdc++-v3/ChangeLog 2004-12-06 16:10:51.000000000 -0500
@@ -1 +1,9 @@
+2004-12-06 Paolo Carlini <pcarlini@suse.de>
+
+ * include/tr1/type_traits: Implement is_reference.
+ * testsuite/tr1/4_metaprogramming/primary_type_categories/
+ is_reference/is_reference.cc: New.
+ * testsuite/tr1/4_metaprogramming/primary_type_categories/
+ is_reference/typedefs.cc: Likewise.
+
2004-12-05 Paolo Carlini <pcarlini@suse.de>
More information about the Gcc-regression
mailing list