2 GCC regressions, 0 new, with your patch on 2002-01-14T23:29:15Z.

GCC regression checker regress@maat.cygnus.com
Mon Jan 14 18:02:00 GMT 2002


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 2
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 gcc.sum gcc.c-torture/execute/920302-1.c
native gcc.sum gcc.c-torture/execute/comp-goto-1.c

For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-01-14T20:53:58Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Mon Jan 14 12:54:12 2002
+++ gcc/gcc/ChangeLog	Mon Jan 14 15:29:29 2002
@@ -1,3 +1,24 @@
+2002-01-14  Richard Henderson  <rth@redhat.com>
+
+	* config/mips/mips.h (HI_AND_FP_REGS): New register class.
+	(CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
+
+2002-01-14  Hans-Peter Nilsson  <hp@bitrange.com>
+
+	* reload1.c (reload_combine): Pass reg_sum replacement through
+	copy_rtx in loop performing multiple changes.
+
+2002-01-14  Jakub Jelinek  <jakub@redhat.com>
+
+	* except.c (remove_unreachable_regions): New.
+	(free_eh_status): Clear exception_handler_labels.
+	(convert_from_eh_region_ranges): Call remove_unreachable_regions.
+	(find_exception_handler_labels): Don't add the same label more than
+	once.
+	(remove_exception_handler_label): Don't die if
+	find_exception_handler_labels hasn't been called for the current
+	function yet.
+
 Mon Jan 14 21:26:13 CET 2002  Jan Hubicka  <jh@suse.cz>
 
 	* toplev.c (rest_of_compilation): Rebuild jump labels after
--- /maat/heart/tbox/changelog_mail/gcc/gcc/java/ChangeLog	Mon Jan 14 12:54:46 2002
+++ gcc/gcc/java/ChangeLog	Mon Jan 14 15:29:45 2002
@@ -1,3 +1,8 @@
+2002-01-14  Matthias Klose  <doko@debian.org>
+
+	* gcj.texi: Fix whitespace and formatting errors in the
+	synopsis of the man pages. Update copyright.
+
 2002-01-14  Tom Tromey  <tromey@redhat.com>
 
 	For PR libgcj/5303:
--- /maat/heart/tbox/changelog_mail/gcc/libf2c/ChangeLog	Fri Jan  4 16:46:42 2002
+++ gcc/libf2c/ChangeLog	Mon Jan 14 15:29:46 2002
@@ -1,3 +1,9 @@
+2002-01-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* libI77/configure.in (_LARGEFILE_SOURCE): AC_DEFINE.
+	* libI77/configure: Rebuilt.
+	* libI77/config.h.in: Rebuilt.
+
 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
 
 	* libI77/fio.h (FSEEK): Enforce type of second parameter to be

ChangeLog entries between 2002-01-14T20:53:58Z and the last time everything
passed, on 2002-01-14T18:19:39Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Mon Jan 14 10:19:55 2002
+++ gcc/gcc/ChangeLog	Mon Jan 14 12:54:12 2002
@@ -1,3 +1,43 @@
+Mon Jan 14 21:26:13 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* toplev.c (rest_of_compilation): Rebuild jump labels after
+	gcse.
+
+2002-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/extend.texi: Move documentation of X86 built-in functions
+	here.
+	* doc/invoke.texi: From here.
+	* doc/sourcebuild.texi: Document location of documentation for
+	machine built-in functions.
+
+2002-01-13  Christopher Faylor  <cgf@redhat.com>
+
+	* cppfiles.c (TEST_THRESHOLD): New macro.
+	(SHOULD_MMAP): Ditto.
+	(read_include_file): Use SHOULD_MMAP macro to decide when mmap should
+	be used.
+
+Mon Jan 14 20:23:34 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* unroll.c (final_reg_note_copy): Properly handle
+	REG_LABEL
+	(unroll_loops): Fix LOOP_CONDITION heuristics.
+
+2002-01-14  Geoffrey Keating  <geoffk@redhat.com>
+
+	* doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
+	* doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
+
+Mon Jan 14 20:18:19 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+	* cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
+	threaded loop.
+
+2002-01-14  Tom Rix  <trix@redhat.com>
+
+	* config/rs6000/rs6000.md: Fix typo with sradi.
+
 2002-01-14  Ulrich Weigand  <uweigand@de.ibm.com>
 
 	* config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
--- /maat/heart/tbox/changelog_pass/gcc/gcc/java/ChangeLog	Fri Jan 11 17:24:32 2002
+++ gcc/gcc/java/ChangeLog	Mon Jan 14 12:54:46 2002
@@ -1,3 +1,15 @@
+2002-01-14  Tom Tromey  <tromey@redhat.com>
+
+	For PR libgcj/5303:
+	* Make-lang.in (java.install-man): Handle jv-convert man page.
+	(java.generated-manpages): Added jv-convert.1.
+	(java.uninstall): Remove jv-convert.1.
+	(java.maintainer-clean): Likewise.
+	($(srcdir)/java/jv-convert.1): New target.
+	* gcj.texi (Top): Link to jv-convert node.
+	(Individual utilities): Likewise.
+	(Invoking jv-convert): New node.
+
 2001-01-10  Jeff Sturm  <jsturm@one-point.com>
             Martin Kahlert  <martin.kahlert@infineon.com>
 
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Sun Jan 13 00:01:35 2002
+++ gcc/libstdc++-v3/ChangeLog	Mon Jan 14 12:55:20 2002
@@ -1,3 +1,22 @@
+2002-01-14  Paolo Carlini  <pcarlini@unitus.it>
+	    Nathan Myers  <ncm@cantrip.org>
+
+	* include/bits/basic_string.h
+	(replace(__pos, __n1, __s, __n2)): Optimize by avoiding
+	temporaries (i.e., call _M_replace_safe) when possible.
+	(replace(__pos, __n, __str)): Call replace(__pos, __n1, __s, __n2).
+	(replace(__pos, __n1, __s)): Call replace(__pos, __n1, __s , __n2).
+	(replace(__i1, __i2, __str)): Call replace(__i1, __i2, __s, __n).
+	(replace(__i1, __i2, __s)): Call replace(__i1, __i2, __s, __n).
+	(replace(__i1, __i2, __s, __n)): Call replace(__pos1, __n1, __s, __n2).
+	* include/bits/basic_string.tcc
+	(replace(__pos1, __n1, __str, __pos2, __n2)): Call
+	replace(__pos, __n1, __s, __n2).
+	* testsuite/21_strings/replace.cc (test03): New testcases.
+
+	* include/bits/basic_string.h (insert(__pos, __s, __n)):
+	Adjust comparison wrt overflow.
+	
 2002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
 
 	* include/Makefile.am (std_headers_rename): New variable.
-------------- next part --------------
-- 
Geoffrey Keating <regress@maat.cygnus.com> 
(via an automated GCC regression-testing script.)



More information about the Gcc-regression mailing list