1 GCC gcc-3_3-branch regressions, 0 new, with your patch on 2003-07-26T10:42:31Z.
GCC regression checker
geoffk@apple.com
Wed Jul 30 19:02: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/opt/longbranch1.C
For more information, see http://gcc.gnu.org/regtest/.
-------------- next part --------------
ChangeLog entries since last run on 2003-07-23T15:30:04Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog Wed Jul 23 08:30:55 2003
+++ gcc/gcc/ChangeLog Sat Jul 26 03:43:30 2003
@@ -1,3 +1,18 @@
+2003-07-24 Aldy Hernandez <aldyh@redhat.com>
+
+ Backport the folling patch.
+
+ 2003-04-01 Aldy Hernandez <aldyh@redhat.com>
+
+ PR/8878
+ * expr.c (expand_expr): Handle VECTOR_CST.
+ (const_vector_from_tree): New.
+
+ * varasm.c (output_constant): Handle VECTOR_CST.
+
+ * c-typeck.c (digest_init): Build a vector constant from a
+ VECTOR_TYPE.
+
2003-07-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/11607 and PR target/11516
--- /Users/regress/tbox/changelog_mail/gcc/gcc/cp/ChangeLog Sat Jul 19 22:01:16 2003
+++ gcc/gcc/cp/ChangeLog Sat Jul 26 03:43:50 2003
@@ -1,3 +1,37 @@
+2003-07-24 Alexandre Oliva <aoliva@redhat.com>
+
+ PR c++/10796
+ * decl.c (finish_enum): Make sure the underlying integer type has
+ the same precision as some full integer type. Reverts part
+ 2003-06-27's patch that didn't play any role in fixing the PR.
+
+2003-07-24 Mark Mitchell <mark@codesourcery.com>
+
+ * cp-tree.h (convert_to_base_statically): Declare.
+ * call.c (build_special_member_call): Convert INSTANCE to the base
+ type.
+ * class.c (convert_to_base_statically): New method.
+ * init.c (construct_virtual_base): Use it.
+ * method.c (do_build_assign_ref): Fix typo in comment.
+
+2003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/11513
+ * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): Use current_scope.
+
+2003-07-23 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11645
+ * cp-tree.h (accessible_base_p): Declare.
+ * call.c (build_over_call): Use it.
+ * search.c (accessible_base_p): New function, split out from ...
+ (lookup_base): ... here.
+
+2003-07-23 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11282
+ * decl.c: (reshape_init): Always advance *INITP.
+
2003-07-19 Mark Mitchell <mark@codesourcery.com>
PR c++/11546
--- /Users/regress/tbox/changelog_mail/gcc/gcc/testsuite/ChangeLog Wed Jul 23 02:05:53 2003
+++ gcc/gcc/testsuite/ChangeLog Sat Jul 26 03:44:01 2003
@@ -1,3 +1,26 @@
+2003-07-24 Alexandre Oliva <aoliva@redhat.com>
+
+ * g++.dg/init/enum2.C: New.
+
+2003-07-24 Mark Mitchell <mark@codesourcery.com>
+
+ * g++.dg/inherit/access5.C: New test.
+
+2003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
+
+ PR c++/11513
+ * g++.dg/template/crash8.C: New test.
+
+2003-07-23 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11645
+ * g++.dg/inherit/access4.C: New test.
+
+2003-07-23 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/11282
+ * g++.dg/parse/crash7.C: New test.
+
2003-07-23 Mark Mitchell <mark@codesourcery.com>
PR optimization/10679
--- /Users/regress/tbox/changelog_mail/gcc/libstdc++-v3/ChangeLog Fri Jul 18 05:44:43 2003
+++ gcc/libstdc++-v3/ChangeLog Sat Jul 26 03:44:56 2003
@@ -1,3 +1,8 @@
+2003-07-24 Nathan Myers <ncm-nospam@cantrip.org>
+
+ * testsuite/23_containers/map_operators.cc: Conform to
+ container requirement as value must be Assignable.
+
2003-07-18 Andreas Jaeger <aj@suse.de>
* config/abi/sparc-linux-gnu/baseline_symbols.txt: New file.
ChangeLog entries between 2003-07-23T15:30:04Z and the last time everything
passed, on 2003-07-23T09:02:52Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog Wed Jul 23 02:03:55 2003
+++ gcc/gcc/ChangeLog Wed Jul 23 08:30:55 2003
@@ -1,3 +1,8 @@
+2003-07-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR target/11607 and PR target/11516
+ * pa.md (extzv, extv, insv): Revert latter half of last patch.
+
2003-07-23 Mark Mitchell <mark@codesourcery.com>
PR optimization/10679
-------------- next part --------------
--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)
More information about the Gcc-regression
mailing list