2 GCC regressions, 2 new, with your patch on 2003-12-07T05:14:47Z.
GCC regression checker
geoffk@apple.com
Sun Dec 7 13:02:00 GMT 2003
With your recent patch, GCC has some regression test failures, which
used to pass. There are 2 new failures, and 0
failures that existed before and after that patch; 0 failures
have been fixed.
The new failures are:
native g++.sum g++.dg/inherit/covariant2.C
native g++.sum g++.dg/inherit/covariant3.C
For more information, see http://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-12-06T21:23:56Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog Sat Dec 6 13:24:52 2003
+++ gcc/gcc/ChangeLog Sat Dec 6 21:15:52 2003
@@ -1,3 +1,8 @@
+2003-12-06 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * config/rs6000/rs6000.c (macho_branch_islands): Use
+ HOST_WIDE_INT_PRINT_UNSIGNED.
+
2003-12-06 Richard Sandiford <rsandifo@redhat.com>
* varasm.c (incorporeal_function_p): New.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog Sat Dec 6 05:38:55 2003
+++ gcc/gcc/cp/ChangeLog Sat Dec 6 21:15:58 2003
@@ -1,3 +1,10 @@
+2003-12-06 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/13323
+ * class.c (same_signature_p): Handle conversion operators
+ correctly.
+ (check_for_override): Likewise.
+
2003-12-06 Kelley Cook <kcook@gcc.gnu.org>
* Make-lang.in (GXX_CROSS_NAME, CXX_CROSS_NAME): Delete.
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Sat Dec 6 05:39:01 2003
+++ gcc/gcc/testsuite/ChangeLog Sat Dec 6 21:16:01 2003
@@ -1,3 +1,8 @@
+2003-12-06 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/13323
+ * g++.dg/inherit/operator2.C: New test.
+
2003-12-05 Mark Mitchell <mark@codesourcery.com>
PR c++/13305
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog Fri Dec 5 05:55:59 2003
+++ gcc/libstdc++-v3/ChangeLog Sat Dec 6 21:16:10 2003
@@ -1,3 +1,17 @@
+2003-12-06 Benjamin Kosnik <bkoz@redhat.com>
+
+ * testsuite/ext/enc_filebuf/char/13189.cc: Guard for __enc_traits.
+ * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Same.
+
+2003-12-06 Benjamin Kosnik <bkoz@redhat.com>
+
+ PR libstdc++/11691
+ * include/ext/stdio_filebuf.h (stdio_filebuf::stdio_filebuf):
+ Remove __del argument to file descriptor constructor.
+ * config/io/basic_file_stdio.h (__basic_file::sys_open): Remove
+ bool argument.
+ * config/io/basic_file_stdio.cc: Same.
+
2003-12-05 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/13189
ChangeLog entries between 2003-12-06T21:23:56Z and the last time everything
passed, on 2003-12-06T21:23:56Z:
-------------- next part --------------
--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list