This is the mail archive of the gcc-regression@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]

1 GCC regressions, 0 new, with your patch on 2001-08-25T23:34:05Z.


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 1
failures that existed before and after that patch; 0 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
native g++.sum g++.eh/terminate2.C

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
ChangeLog entries since last run on 2001-08-25T21:27:48Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Sat Aug 25 14:27:59 2001
+++ gcc/gcc/ChangeLog	Sat Aug 25 16:34:15 2001
@@ -1,3 +1,13 @@
+2001-08-25  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	* reload1.c (reload): Make all entries in reg_equiv_memory_loc
+	unshared.
+	* reload.c (make_memloc): Copy result if it is still
+	reg_equiv_memory_loc[regno] on return.
+	(subst_reloads) [ENABLE_CHECKING]: Check that none of
+	reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
+	reg_equiv_mem are modified by the substitutions.
+
 Sat Aug 25 23:07:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
 	* predict.c (expensive_function_p): New.

ChangeLog entries between 2001-08-25T21:27:48Z and the last time everything
passed, on 2001-08-25T19:21:30Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Sat Aug 25 10:15:12 2001
+++ gcc/gcc/ChangeLog	Sat Aug 25 14:27:59 2001
@@ -1,3 +1,12 @@
+Sat Aug 25 23:07:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* predict.c (expensive_function_p): New.
+	* rtl.h (expensive_function_p): Declare.
+	* i386.c (FAST_PROLOGUE_INSN_COUNT): New constant.
+	(use_fast_prologue_epilogue): New static variable.
+	(expand_prologue): Set it; emit short prologues if unset.
+	(expand_epilogue): Likewise.
+
 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
 
 	* config.gcc: Add stormy16-*-elf case.

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