This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: irix bootstrap comparison failure


I now have this failure bracketed:
 - 2001-12-17 16:30 UTC OK
 - 2001-12-17 17:30 UTC fail

Two weeks holidays are calling, so I will have to leave it here.

The changes in gcc ChangeLog entries for this interval are

cvs diff -u -D "2001-12-17 16:30 UTC" -D "2001-12-17 17:30 UTC"
ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.12361
retrieving revision 1.12363
diff -u -r1.12361 -r1.12363
--- ChangeLog   2001/12/17 16:25:03     1.12361
+++ ChangeLog   2001/12/17 17:01:35     1.12363
@@ -1,3 +1,20 @@
+Mon Dec 17 17:57:05 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * Makefile.in (cfgcleanup.o): Add cselib.h dependancy.
+       * basic-block.h (CLEANUP_THREADING): New constant.
+       * cfgcleanup.c: Include cselib.h
+       (thread_jump, mark_effect): New functions.
+       (try_forward_edges): Do jump threading when asked for.
+       * jump.c (mark_modified_reg, save_regs, num_same_regs,
modified_regs,
+       modified_mem, thread_jumps, rtx_equal_for-thread_p): Kill.
+       * rtl.h (thread_jumps, rtx_equal_for_thread_p): Kill.
+       * toplev.c (rest_of_compilation): Do now call thread_jumps; use
+       CLEANUP_THREAD instead.
+
+2001-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.
+

-----Original Message-----
From: Billinghurst, David (CRTS) 
Sent: Wednesday, 19 December 2001 3:37 
To: gcc-bugs@gcc.gnu.org
Subject: irix bootstrap comparison failure


irix6.5 bootstrap comparison failure with cvs from Wed Dec 19 00:03:05
2001 UTC

Many failures, starting with 
alias.o differs
attribs.o differs
bitmap.o differs
c-common.o differs
c-decl.o differs
c-format.o differs
c-lex.o differs
c-parse.o differs
c-typeck.o differs
caller-save.o differs
calls.o differs
cfgbuild.o differs
collect2.o differs
combine.o differs
conflict.o differs
cppexp.o differs

My last successful bootstrap was cvs from Sun Dec 16 23:43:54 2001 UTC.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]