1 GCC regressions, 1 new, with your patch on 2002-01-07T21:21:12Z.

GCC regression checker regress@maat.cygnus.com
Mon Jan 7 15:56:00 GMT 2002


With your recent patch, GCC has some regression test failures, which
used to pass.  There are 1 new failures, and 0
failures that existed before and after that patch; 0 failures
have been fixed.

The new failures are:
powerpc-eabisim gcc.sum gcc.dg/altivec-4.c

For more information, see <http://people.redhat.com/geoffk/gcc-regression/>.
-------------- next part --------------
ChangeLog entries since last run on 2002-01-07T18:45:35Z:
--- /maat/heart/tbox/changelog_mail/gcc/gcc/ChangeLog	Mon Jan  7 10:45:48 2002
+++ gcc/gcc/ChangeLog	Mon Jan  7 13:21:26 2002
@@ -1,3 +1,31 @@
+2002-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+	* predict.c (combine_predictions_for_insn): Avoid division by zero.
+
+2002-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+	* simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
+	Don't allow -1 - x -> ~x simplifications in the first pass.
+
+2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
+
+        * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
+        arguments.
+        (altivec_expand_binop_builtin): Same.
+        (altivec_expand_unop_builtin): Same.
+        (print_operand): Fix typo.
+        (bdesc_1arg): Add vupk* variants.
+
+        * rs6000.h (rs6000_builtins): Add vupk* enums.
+
+        * rs6000.md: Add altivec_vupk* variants.
+
+2002-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
+	doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
+	and last update dates.
+
 2002-01-07  Janis Johnson  <janis187@us.ibm.com>
 
 	* doc/rtl.texi (Flags): Clean up documentation of RTL flags
--- /maat/heart/tbox/changelog_mail/gcc/gcc/cp/ChangeLog	Mon Jan  7 04:25:32 2002
+++ gcc/gcc/cp/ChangeLog	Mon Jan  7 13:21:46 2002
@@ -1,3 +1,12 @@
+2002-01-07  Jason Merrill  <jason@redhat.com>
+
+	* decl2.c (coerce_new_type): Downgrade error for size_t mismatch
+	to pedwarn.
+
+	* method.c (make_thunk): If !flag_weak, give the thunk the
+	function's linkage.
+	(use_thunk): Here, too.
+
 2002-01-07  Graham Stott  <grahams@redhat.com>
 
         * error.c: Update copyright date.
--- /maat/heart/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Sun Jan  6 15:53:11 2002
+++ gcc/gcc/testsuite/ChangeLog	Mon Jan  7 13:22:01 2002
@@ -1,3 +1,7 @@
+2002-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+	* gcc.c-torture/execute/20020107-1.c: New test.
+
 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
 
 	PR c/5279
--- /maat/heart/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Sun Jan  6 18:30:53 2002
+++ gcc/libstdc++-v3/ChangeLog	Mon Jan  7 13:22:05 2002
@@ -1,11 +1,18 @@
+2002-01-07  Benjamin Kosnik  <bkoz@redhat.com>
+ 	    Craig Rodrigues  <rodrigc@mediaone.net>
+
+	libstdc++/5174
+	* po/Makefile.am (mkinstalldirs): Add.
+	* po/Makefile.in: Regenerate.
+
 2002-01-07  David Billinghurst <David.Billinghurst@riotinto.com>
 
-	* testsuite_flags.in:  Add -fmessage-length=0 to CXXFLAGS
-	testsuite/lib/prune.exp: Delete lines ":In function ..." 
-	from compiler output
-	testsuite/23_containers/map_operators.cc: Remove 
-	dg-excess-errors comment
-	testsuite/23_containers/set_operators.cc: Likewise
+	* testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS *
+	testsuite/lib/prune.exp: Delete lines ":In function ..."  from
+	compiler output.
+	* testsuite/23_containers/map_operators.cc: Remove
+	dg-excess-errors comment.
+	* testsuite/23_containers/set_operators.cc: Likewise.
 
 2002-01-06  Paolo Carlini  <pcarlini@unitus.it>
 

ChangeLog entries between 2002-01-07T18:45:35Z and the last time everything
passed, on 2002-01-07T18:45:35Z:
-------------- next part --------------
-- 
Geoffrey Keating <regress@maat.cygnus.com> 
(via an automated GCC regression-testing script.)



More information about the Gcc-regression mailing list