2 GCC regressions, 0 new, with your patch on 2002-11-03T07:52:51Z.
GCC regression checker
geoffk@apple.com
Sun Nov 3 08:35: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/compile/simd-4.c,
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-02T23:47:12Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/java/ChangeLog Sat Nov 2 15:48:01 2002
+++ gcc/gcc/java/ChangeLog Sat Nov 2 23:53:36 2002
@@ -1,5 +1,7 @@
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.
--- /Users/regress/tbox/changelog_mail/gcc/libjava/ChangeLog Sat Nov 2 15:48:07 2002
+++ gcc/libjava/ChangeLog Sat Nov 2 23:53:40 2002
@@ -1,5 +1,9 @@
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.
--- /Users/regress/tbox/changelog_mail/gcc/libjava/testsuite/ChangeLog Sat Nov 2 15:48:16 2002
+++ gcc/libjava/testsuite/ChangeLog Sat Nov 2 23:53:47 2002
@@ -1,5 +1,8 @@
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.
ChangeLog entries between 2002-11-02T23:47:12Z 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 15:48:01 2002
@@ -1,3 +1,8 @@
+2002-11-02 Tom Tromey <tromey@redhat.com>
+
+ * 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 15:48:07 2002
@@ -1,3 +1,16 @@
+2002-11-02 Tom Tromey <tromey@redhat.com>
+
+ 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 15:48:16 2002
@@ -1,3 +1,8 @@
+2002-11-02 Tom Tromey <tromey@redhat.com>
+
+ * 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