6 GCC regressions, 0 new, with your patch on 2002-04-27T01:15:04Z.

GCC regression checker regress@redhat.com
Fri Apr 26 21:22:00 GMT 2002


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 6
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:
powerpc-eabisim g++.sum g++.dg/parse/stack1.C
powerpc-eabisim gcc.sum gcc.dg/20020425-1.c
mips-elf g++.sum g++.dg/parse/stack1.C
mips-elf gcc.sum gcc.dg/20020425-1.c
native g++.sum g++.dg/parse/stack1.C
native gcc.sum gcc.dg/20020425-1.c

For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-04-26T21:54:16Z:
--- /maat/heart/tbox/changelog_mail/gcc/ChangeLog	Fri Apr 19 11:56:38 2002
+++ gcc/ChangeLog	Fri Apr 26 18:15:19 2002
@@ -1,3 +1,8 @@
+2002-04-26	Joel Sherrill <joel@OARcorp.com>
+
+	* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
+	(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
+
 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
 
 	* configure.in: remove references to dead files
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Fri Apr 26 14:54:28 2002
+++ gcc/gcc/ChangeLog	Fri Apr 26 18:15:25 2002
@@ -1,3 +1,17 @@
+2002-04-25  David S. Miller  <davem@redhat.com>
+
+	PR target/6422
+	* reorg.c (optimize_skip): Do not allow exception causing
+	instructions to be considered for delay slots.
+	(fill_simply_delay_slots, fill_slots_from_thread): Likewise.
+	(relax_delay_slots): Do not try to consider exception causing
+	instructions as redundant.
+
+2002-04-26  Richard Henderson  <rth@redhat.com>
+
+	PR c/5225
+	* c-typeck.c (build_unary_op) [CONVERT_EXPR]: Invoke non_lvalue.
+
 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
 
 	PR bootstrap/6445
--- /maat/heart/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Fri Apr 26 14:54:37 2002
+++ gcc/gcc/testsuite/ChangeLog	Fri Apr 26 18:15:33 2002
@@ -1,3 +1,7 @@
+2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
+
+	* gcc.dg/enum1.c: New test.
+
 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
 
 	PR c++/6497
--- /maat/heart/tbox/changelog_mail/gcc/libjava/ChangeLog	Wed Apr 24 16:55:06 2002
+++ gcc/libjava/ChangeLog	Fri Apr 26 18:15:40 2002
@@ -1,3 +1,22 @@
+2002-04-25  David S. Miller  <davem@redhat.com>
+
+	PR target/6422
+	* include/dwarf2-signal.h (MAKE_THROW_FRAME for sparc*): Set
+	program counter to next program counter minus 8.  Update
+	comments in this macro to explain why.
+
+2002-04-26  Tom Tromey  <tromey@redhat.com>
+
+	* verify.cc (construct_primitive_array_type) [void_type]: New
+	case.
+	(branch_prepass): Added dummy entries for unused instruction
+	values.
+	(verify_instructions_0): Likewise.
+	* interpret.cc (continue1): Comment fix.
+	* include/java-insns.h (op_xxxunusedxxx1): Removed.
+	* Makefile.in: Rebuilt.
+	* Makefile.am: Added -Wswitch-enum.
+
 2002-04-24  Tom Tromey  <tromey@redhat.com>
 
 	* gnu/gcj/natCore.cc (create): Use __builtin_alloca, and compute

ChangeLog entries between 2002-04-26T21:54:16Z and the last time everything
passed, on 2002-04-26T15:30:02Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Fri Apr 26 08:30:31 2002
+++ gcc/gcc/ChangeLog	Fri Apr 26 14:54:28 2002
@@ -1,3 +1,24 @@
+2002-04-26  Mark Mitchell  <mark@codesourcery.com>
+
+	PR bootstrap/6445
+	* config/i386/i386.md (untyped_call): Return the value in a float
+	register if TARGET_FLOAT_RETURNS_IN_80387, not just if
+	TARGET_80387.
+
+2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
+
+	* tree.c (tree_int_cst_lt): Compare constants whose types differ
+	in unsigned-ness correctly.
+
+2002-04-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
+	portable runtime model.
+
+2002-04-26  Richard Henderson  <rth@redhat.com>
+
+        * c-parse.in (yyoverflow): Revert.
+
 2002-04-26  David Edelsohn  <edelsohn@gnu.org>
 	    Richard Henderson  <rth@redhat.com>
 
--- /maat/heart/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Fri Apr 26 02:36:17 2002
+++ gcc/gcc/cp/ChangeLog	Fri Apr 26 14:54:34 2002
@@ -1,3 +1,13 @@
+2002-04-26  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/6497
+	* method.c (do_build_assign_ref): Pass a derivation to
+	build_method_call when calling base class assignment operators.
+
+2002-04-26  Richard Henderson  <rth@redhat.com>
+
+	* parse.y (yyoverflow): Revert.
+
 2002-04-26  Richard Henderson  <rth@redhat.com>
 
 	PR c/3581
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Fri Apr 26 02:36:22 2002
+++ gcc/gcc/testsuite/ChangeLog	Fri Apr 26 14:54:37 2002
@@ -1,3 +1,17 @@
+2002-04-26  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/6497
+	* g++.dg/inherit/access2.C: New test.
+	
+2002-04-26  Mark Mitchell  <mark@codesourcery.com>
+
+	PR bootstrap/6445
+	* gcc.dg/20020426-1.c: New test.
+
+2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
+
+	* g++.dg/abi/enum1.C: New test.
+
 2002-04-26  Richard Henderson  <rth@redhat.com>
 
 	* gcc.dg/c99-bool-1.c: Expect always true warning.
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Tue Apr 23 19:44:53 2002
+++ gcc/libstdc++-v3/ChangeLog	Fri Apr 26 11:46:01 2002
@@ -1,3 +1,10 @@
+2002-04-26  Paolo Carlini  <pcarlini@unitus.it>
+
+	* include/bits/basic_string.h (replace(__pos, __n1, __s, __n2):
+	Fix and tighten __throw_length_error check.
+	* testsuite/21_strings/replace.cc (test05): New.
+	* testsuite/21_strings/replace.cc (test02, test03, test04): Tweak.
+
 2002-04-23  Loren J. Rittle <ljrittle@acm.org>
 
 	* include/std/std_fstream.h (basic_filebuf::sync): Hoist
-------------- next part --------------
-- 
Geoffrey Keating <regress@maat.cygnus.com> 
(via an automated GCC regression-testing script.)



More information about the Gcc-regression mailing list