20 GCC regressions, 20 new, with your patch on 2002-01-23T19:45:02Z.
GCC regression checker
regress@maat.cygnus.com
Wed Jan 23 14:20:00 GMT 2002
With your recent patch, GCC has some regression test failures, which
used to pass. There are 20 new failures, and 0
failures that existed before and after that patch; 0 failures
have been fixed.
The new failures are:
powerpc-eabisim g++.sum g++.brendan/crash8.C
powerpc-eabisim g++.sum g++.dg/other/array1.C
powerpc-eabisim g++.sum g++.mike/eh54.C
powerpc-eabisim g++.sum g++.other/crash26.C
powerpc-eabisim g++.sum g++.other/crash28.C
powerpc-eabisim g++.sum g++.other/crash30.C
powerpc-eabisim g++.sum g++.other/crash35.C
powerpc-eabisim g++.sum g++.pt/decl2.C
powerpc-eabisim g++.sum g++.pt/spec14.C
powerpc-eabisim g++.sum g++.pt/ttp52.C
native g++.sum g++.brendan/crash8.C
native g++.sum g++.dg/other/array1.C
native g++.sum g++.mike/eh54.C
native g++.sum g++.other/crash26.C
native g++.sum g++.other/crash28.C
native g++.sum g++.other/crash30.C
native g++.sum g++.other/crash35.C
native g++.sum g++.pt/decl2.C
native g++.sum g++.pt/spec14.C
native g++.sum g++.pt/ttp52.C
For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-01-23T16:55:53Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog Wed Jan 23 08:56:07 2002
+++ gcc/gcc/ChangeLog Wed Jan 23 11:45:19 2002
@@ -1,3 +1,25 @@
+2002-01-23 Zack Weinberg <zack@codesourcery.com>
+
+ * diagnostic.c (internal_error): Do ICE suppression only
+ when ENABLE_CHECKING is not defined.
+
+ * c-typeck.c (require_complete_type): Return error_mark_node
+ if type is error_mark_node.
+
+2002-01-23 Janis Johnson <janis187@us.ibm.com>
+
+ * toplev.c (process_options): Disable -fprefetch-loop-arrays with
+ -Os and issue a warning.
+
+2002-01-23 Zack Weinberg <zack@codesourcery.com>
+
+ * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
+ current (lack of) need for host configuration by hand.
+
+ * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
+ references. Documentation of some target macros moved from
+ hostconfig.texi to tm.texi.
+
2002-01-23 Will Cohen <wcohen@redhat.com>
* config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
@@ -110,7 +132,7 @@
2002-01-22 Janis Johnson <janis187@us.ibm.com>
* Makefile.in (loop.o): Depend on OPTABS_H.
- * loop.c (expand_builtin_prefetch): Check the prefetch operand
+ * loop.c (emit_prefetch_instructions): Check the prefetch operand
against the predicate.
PR target/5379
--- /maat/heart/tbox/changelog_mail/gcc/gcc/cp/ChangeLog Wed Jan 23 06:42:59 2002
+++ gcc/gcc/cp/ChangeLog Wed Jan 23 11:45:35 2002
@@ -1,3 +1,26 @@
+2002-01-23 Zack Weinberg <zack@codesourcery.com>
+
+ * typeck2.c (friendly_abort): Delete definition.
+ * cp-tree.h (friendly_abort): Don't prototype.
+ (my_friendly_assert): Use fancy_abort.
+
+2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
+
+ * cp-tree.h (my_friendly_abort): Remove.
+
+2002-01-23 Jakub Jelinek <jakub@redhat.com>
+
+ * spew.c (pending_inlines, pending_inlines_tail,
+ processing_these_inlines): Make static.
+ (mark_pending_inlines): Remove static.
+ (begin_parsing_inclass_inline): If in function, save pi
+ for GC to cp_function_chain->unparsed_inlines instead.
+ (process_next_inline): Likewise.
+ * cp-tree.h (struct cp_language_function): Add unparsed_inlines.
+ (mark_pending_inlines): Add prototype.
+ * decl.c (spew_debug): Remove unused extern.
+ (mark_lang_function): Call mark_pending_inlines.
+
2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
* call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c,
--- /maat/heart/tbox/changelog_mail/gcc/gcc/po/ChangeLog Tue Jan 22 21:26:51 2002
+++ gcc/gcc/po/ChangeLog Wed Jan 23 11:45:50 2002
@@ -1,3 +1,7 @@
+2002-01-23 Philipp Thomas <pthomas@suse.de>
+
+ * tr.po: New file.
+
2002-01-22 Zack Weinberg <zack@codesourcery.com>
* gcc.pot: Regenerate - now includes Fortran error messages.
--- /maat/heart/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Tue Jan 22 16:59:26 2002
+++ gcc/gcc/testsuite/ChangeLog Wed Jan 23 11:46:00 2002
@@ -1,3 +1,15 @@
+2002-01-23 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.dg/20020122-3.c: New.
+
+2002-01-23 Jakub Jelinek <jakub@redhat.com>
+
+ * g++.dg/other/gc1.C: New test.
+
+2002-01-23 Zack Weinberg <zack@codesourcery.com>
+
+ * gcc.dg/c99-intconst-1.c: Mark XFAIL.
+
2002-01-22 Richard Henderson <rth@redhat.com>
* gcc.dg/20020122-4.c: New.
--- /maat/heart/tbox/changelog_mail/gcc/libjava/ChangeLog Tue Jan 22 16:59:30 2002
+++ gcc/libjava/ChangeLog Wed Jan 23 11:46:01 2002
@@ -1,3 +1,12 @@
+2002-01-23 Per Bothner <per@bothner.com>
+
+ * java/lang/reflect/natField.cc (setAddr): New function.
+ Calls getAddr and then checks that the field isn't final.
+ (setBoolean. setChar, setByte, setShort, setInt, setLong, setFloat,
+ setDouble, set): Use setAddr instead of getAddr, to check for FINAL.
+ (set): Call setAddr before check that new value has right type,
+ to better match specified semantics.
+
2002-01-22 Tom Tromey <tromey@redhat.com>
* java/awt/TextField.java: Replaced with Classpath version.
ChangeLog entries between 2002-01-23T16:55:53Z and the last time everything
passed, on 2002-01-23T16:55:53Z:
-------------- next part --------------
--
Geoffrey Keating <regress@maat.cygnus.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list