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-26T10:15:01Z.


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-26T05:00:01Z:
--- /maat/heart/tbox/changelog_mail/gcc/libjava/ChangeLog	Fri Aug 24 11:36:01 2001
+++ gcc/libjava/ChangeLog	Sun Aug 26 03:15:28 2001
@@ -1,3 +1,7 @@
+2001-08-26  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+	* name-finder.cc (lookup): Ignore a null dli_fname from dladdr.
+
 2001-08-23  Tom Tromey  <tromey@redhat.com>
 
 	* java/lang/reflect/Field.java (toString): Use

ChangeLog entries between 2001-08-26T05:00:01Z 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 22:00:24 2001
@@ -1,3 +1,27 @@
+2001-08-26  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/mips/mips.c (mips_function_value): Handle complex return
+        values.
+
+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.
+	* 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]