20 GCC regressions, 0 new, with your patch on 2002-01-24T00:55:48Z.

GCC regression checker regress@maat.cygnus.com
Wed Jan 23 19:29:00 GMT 2002


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 0 new failures, and 20
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++.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-23T22:20:49Z:
--- /maat/heart/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Wed Jan 23 14:22:01 2002
+++ gcc/libstdc++-v3/ChangeLog	Wed Jan 23 16:56:12 2002
@@ -1,3 +1,13 @@
+2002-01-23  Matt Kraai  <kraai@alumni.cmu.edu>
+
+	* include/bits/locale_facets.tcc: Remove old comments.
+
+2002-01-23  Andreas Tobler  <toa@pop.agri.ch>
+
+	* include/bits/locale_facets.tcc (__convert_to_v): Change template
+	parameter to _Tv.
+	(__convert_from_v): Same.
+	
 2002-01-23  Benjamin Kosnik  <bkoz@redhat.com>
 
 	* include/bits/locale_facets.h (num_get::_M_extract_int): Change

ChangeLog entries between 2002-01-23T22:20:49Z and the last time everything
passed, on 2002-01-23T16:55:53Z:
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Wed Jan 23 08:56:07 2002
+++ gcc/gcc/ChangeLog	Wed Jan 23 14:21:08 2002
@@ -1,3 +1,48 @@
+2002-01-23  Bob Wilson  <bob.wilson@acm.org>
+
+	* config/xtensa/elf.h: New file.
+	* config/xtensa/lib1funcs.asm: New file.
+	* config/xtensa/lib2funcs.S: New file.
+	* config/xtensa/linux.h: New file.
+	* config/xtensa/t-xtensa: New file.
+	* config/xtensa/xtensa-config.h: New file.
+	* config/xtensa/xtensa-protos.h: New file.
+	* config/xtensa/xtensa.c: New file.
+	* config/xtensa/xtensa.h: New file.
+	* config/xtensa/xtensa.md: New file.
+	* config.gcc (xtensa-*-elf*): New target.
+	(xtensa-*-linux*): New target.
+	* cse.c (canon_hash): Compare rtx pointers instead of register
+	numbers.  This is required for the Xtensa port.
+	* integrate.c (copy_insn_list): Handle case where the static
+	chain is in memory and the memory address has to be copied to
+	a register.
+	* doc/invoke.texi (Option Summary): Add Xtensa options.
+	(Xtensa Options): New node.
+	* doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
+
+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 +155,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_pass/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_pass/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_pass/gcc/gcc/testsuite/ChangeLog	Tue Jan 22 16:59:26 2002
+++ gcc/gcc/testsuite/ChangeLog	Wed Jan 23 14:21:58 2002
@@ -1,3 +1,19 @@
+2002-01-23  Bob Wilson  <bob.wilson@acm.org>
+
+	* gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
+
+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_pass/gcc/libstdc++-v3/ChangeLog	Wed Jan 23 08:56:18 2002
+++ gcc/libstdc++-v3/ChangeLog	Wed Jan 23 14:22:01 2002
@@ -1,3 +1,11 @@
+2002-01-23  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* include/bits/locale_facets.h (num_get::_M_extract_int): Change
+	prototype.
+	* include/bits/locale_facets.tcc (num_get::_M_extract_int): Remove
+	__max_digits checks, adjust arguments.
+	(num_get::do_get(*)): Changeup.
+
 2002-01-23  Loren Rittle <ljrittle@acm.org>
 
         * config/locale/c_locale_generic.cc: Fix typename usage.
--- /maat/heart/tbox/changelog_pass/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.
-------------- next part --------------
-- 
Geoffrey Keating <regress@maat.cygnus.com> 
(via an automated GCC regression-testing script.)



More information about the Gcc-regression mailing list