1 GCC gcc-3_3-branch regressions, 0 new, with your patch on 2003-10-07T18:41:48Z.

GCC regression checker geoffk@apple.com
Wed Oct 8 05:01:00 GMT 2003


With your recent patch, GCC gcc-3_3-branch has some regression test failures, 
which used to pass.  There are 0 new failures, and 1
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 g++.sum g++.dg/template/ptrmem4.C

For more information, see http://gcc.gnu.org/regtest/.

-------------- next part --------------
ChangeLog entries since last run on 2003-10-07T08:30:13Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog	Tue Oct  7 01:33:29 2003
+++ gcc/gcc/testsuite/ChangeLog	Tue Oct  7 11:43:28 2003
@@ -1,3 +1,8 @@
+2003-10-06  Bob Wilson  <bob.wilson@acm.org>
+
+	* g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
+	indentation.
+
 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
 
 	PR c++/12337
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog	Fri Oct  3 00:43:08 2003
+++ gcc/libstdc++-v3/ChangeLog	Tue Oct  7 11:44:20 2003
@@ -1,3 +1,10 @@
+2003-10-07  Paolo Carlini  <pcarlini@unitus.it>
+
+	PR libstdc++/11740
+	* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_is):
+	Fix to actually return (M & m) != 0 as per 22.2.1.1.2.
+	* config/locale/generic/ctype_members.cc: Same.
+
 2003-10-02  Harald Boehme  <boehme@informatik.hu-berlin.de>
 
 	PR libstdc++/12451

ChangeLog entries between 2003-10-07T08:30:13Z and the last time everything
passed, on 2003-10-06T22:15:09Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Sun Oct  5 05:31:47 2003
+++ gcc/gcc/cp/ChangeLog	Tue Oct  7 01:33:14 2003
@@ -1,3 +1,16 @@
+2003-10-06  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/10147
+	* call.c (initialize_reference): Tweak error message.
+
+	PR c++/12337
+	* init.c (build_new_1): Make sure that the expression returned is
+	not an lvalue.
+
+	PR c++/12344, c++/12236, c++/8656
+	* decl.c (start_function): Do not ignore attributes embedded in a
+	function declarator.
+
 2003-10-04  Roger Sayle  <roger@eyesopen.com>
 
 	PR c++/11409
--- /Users/regress/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Mon Oct  6 15:17:00 2003
+++ gcc/gcc/testsuite/ChangeLog	Tue Oct  7 01:33:29 2003
@@ -1,3 +1,11 @@
+2003-10-06  Mark Mitchell  <mark@codesourcery.com>
+
+	PR c++/12337
+	* g++.dg/init/new9.C: New test.
+	
+	PR c++/12334, c++/12236, c++/8656
+	* g++.dg/ext/attrib8.C: New test.
+
 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
 
 	* g++.dg/opt/cfg2.C: New test.
-------------- next part --------------
-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)


More information about the Gcc-regression mailing list