1 GCC regressions, 0 new, with your patch on 2002-11-03T20:30:02Z.

GCC regression checker geoffk@apple.com
Sun Nov 3 18:51:00 GMT 2002


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; 1 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
native gcc.sum gcc.c-torture/compile/simd-4.c,

The fixed failures are:
native gcc.sum gcc.c-torture/execute/simd-2.c

For more information, see (web pages still under construction).
-------------- next part --------------
ChangeLog entries since last run on 2002-11-03T07:52:51Z:
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog	Sat Nov  2 23:53:40 2002
+++ gcc/libjava/ChangeLog	Sun Nov  3 12:30:53 2002
@@ -1,3 +1,42 @@
+2002-10-31  Stephen Crawley  <crawley@dstc.edu.au>
+
+	* java/lang/Double.java (valueOf): Return new Double(parseDouble(s)).
+
+2002-10-31  Wu Gansha <gansha.wu@intel.com>:
+
+        * java/util/ArrayList.java (readObject, writeObject): Only read/write
+        size items.
+
+2002-10-31  Wu Gansha <gansha.wu@intel.com>:
+
+        * java/io/DataInputStream.java (convertFromUTF): Give StringBuffer an
+        initial estimated size to avoid enlarge buffer frequently.
+
+2002-10-31  Wu Gansha <gansha.wu@intel.com>:
+
+	* java/lang/reflect/Proxy.java (ProxyType): Set loader to System
+	ClassLoader when null.
+	(ProxyType.hashCode): Loader null check no longer needed.
+	(ProxyType.sameTypes): New method.
+	(ProxyType.equals): Use new method.
+
+2002-10-31  Mark Wielaard  <mark@klomp.org>
+
+        * java/net/URLDecoder.java (decode): Initialize Stringbuffer size to
+	length of String.
+	* java/net/URLEncoder.java (encode): Likewise.
+
+2002-10-31  Mark Wielaard  <mark@klomp.org>
+
+	* java/util/zip/ZipInputStream.java (getNextEntry): Throw IOException
+	when stream is closed.
+	(closeEntry): Likewise.
+	(read): Likewise.
+	* java/util/zip/ZipOutputStream.java (putNextEntry): Throw
+	ZipException when no entry active.
+	(closeEntry): Likewise.
+	(write): Likewise.
+
 2002-11-02  Tom Tromey  <tromey@redhat.com>
 
 	* java/lang/Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.

ChangeLog entries between 2002-11-03T07:52:51Z and the last time everything
passed, on 2002-11-02T15:27:42Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Sat Nov  2 07:28:26 2002
+++ gcc/gcc/ChangeLog	Sat Nov  2 15:47:55 2002
@@ -1,3 +1,8 @@
+2002-11-02  David Edelsohn  <edelsohn@gnu.org>
+
+	* config/rs6000/rs6000.c (rs6000_override_options): Use string
+	instructions when optimizing for size.
+
 2002-11-02  Kazu Hirata  <kazu@cs.umass.edu>
 
 	* config/h8300/h8300.h: Fix comment typos.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/f/ChangeLog	Wed Oct 30 21:29:25 2002
+++ gcc/gcc/f/ChangeLog	Sat Nov  2 15:47:59 2002
@@ -1,3 +1,9 @@
+2002-11-02  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+	* g77.texi: Correct documentation on generating C++ prototypes
+	of Fortran routines with f2c.
+	* news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.
+
 2002-10-30  Roger Sayle  <roger@eyesopen.com>
 
 	* com.c (ffecom_subscript_check_): Cast the failure branch
--- /Users/regress/tbox/changelog_pass/gcc/gcc/java/ChangeLog	Thu Oct 24 20:30:35 2002
+++ gcc/gcc/java/ChangeLog	Sat Nov  2 23:53:36 2002
@@ -1,3 +1,10 @@
+2002-11-02  Tom Tromey  <tromey@redhat.com>
+
+	* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
+
+	* class.c (make_method_value): Put class name, not signature, into
+	`throws' field.  For PR java/8415.
+
 2002-10-24  Tom Tromey  <tromey@redhat.com>
 
 	* gcj.texi (Invoking gij): Document --showversion.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Fri Nov  1 22:53:28 2002
+++ gcc/gcc/testsuite/ChangeLog	Sat Nov  2 15:48:03 2002
@@ -1,3 +1,8 @@
+2002-11-02  Diego Novillo  <dnovillo@redhat.com>
+
+	PR optimization/8423
+	* gcc.c-torture/execute/builtin-constant.c: New test.
+
 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
 
 	* g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
--- /Users/regress/tbox/changelog_pass/gcc/libjava/ChangeLog	Fri Nov  1 06:00:36 2002
+++ gcc/libjava/ChangeLog	Sat Nov  2 23:53:40 2002
@@ -1,3 +1,20 @@
+2002-11-02  Tom Tromey  <tromey@redhat.com>
+
+	* java/lang/Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.
+	* java/lang/natClass.cc (initializeClass): Don't return just
+	because self==thread.
+
+	For PR java/8415:
+	* java/lang/reflect/natMethod.cc (getType): Use _Jv_FindClass.
+	* prims.cc (_Jv_FindClassFromSignature): Indentation fix.
+
+2002-11-02  Andreas Schwab  <schwab@suse.de>
+
+	* Makefile.am (AM_MAKEFLAGS): Don't pass JC1FLAGS, CC and CXX, do
+	pass GCJFLAGS.
+	(FLAGS_TO_PASS): Define.
+	* Makefile.in: Regenerated.
+
 2002-11-01  Michael Koch  <konqueror@gmx.de>
 
 	* java/nio/ByteOrder.java: New file.
--- /Users/regress/tbox/changelog_pass/gcc/libjava/testsuite/ChangeLog	Fri Nov  1 22:53:35 2002
+++ gcc/libjava/testsuite/ChangeLog	Sat Nov  2 23:53:47 2002
@@ -1,3 +1,11 @@
+2002-11-02  Tom Tromey  <tromey@redhat.com>
+
+	* libjava.lang/initexc.java (fail): Static initializers must be
+	able to complete normally.  From Eric Blake.
+
+	* libjava.lang/initexc.java: New file.
+	* libjava.lang/initexc.out: New file.
+
 2002-11-01  Tom Tromey  <tromey@redhat.com>
 
 	For PR java/8415:
-------------- next part --------------
-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list