This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
1 GCC regressions, 1 new, with your patch on 2001-07-22T20:47:19Z.
- To: gcc-regression at gcc dot gnu dot org
- Subject: 1 GCC regressions, 1 new, with your patch on 2001-07-22T20:47:19Z.
- From: "GCC regression checker" <regress at maat dot cygnus dot com>
- Date: Sun, 22 Jul 2001 23:06:12 +0000
- CC: jh at suse dot cz
- Reply-To: gcc-regression at gcc dot gnu dot org
With your recent patch, GCC has some regression test failures, which
used to pass. There are 1 new failures, and 0
failures that existed before and after that patch; 0 failures
have been fixed.
The new failures are:
native gdb.sum gdb.mi/mi0-hack-cli.exp:
For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-07-22T18:31:06Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog Sun Jul 22 11:31:20 2001
+++ gcc/gcc/ChangeLog Sun Jul 22 13:47:33 2001
@@ -1,3 +1,20 @@
+Sun Jul 22 21:31:04 CEST 2001 Jan Hubicka <jh@suse.cz>
+
+ * jump.c: Update comments.
+ (delete_barrier_successors, delete_unreferenced_labels,
+ delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
+ delete_labelref_insn, redirect_tablejump, jump_optimize_1,
+ jump_optimize, jump_optimize_minimal): Kill.
+ (rebuild_jump_labels): Move code from jump_optimize_1.
+ (purge_line_number_notes): Likewise.
+ (copy_loop_headers): Likewise.
+ * reg-stack.c: Update comment.
+ * stmt.c: Likewise.
+ * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
+ JUMP_AFTER_REGSCAN): Kill.
+ * toplev.c (rest_of_compilation): Use cleanup_cfg, call
+ purge_line_number_notes and copy_loop_headers.
+
2001-07-22 Neil Booth <neil@daikokuya.demon.co.uk>
Richard Henderson <rth@redhat.com>
ChangeLog entries between 2001-07-22T18:31:06Z and the last time everything
passed, on 2001-07-22T18:31:06Z: