1 GCC gcc-3_3-branch regressions, 0 new, with your patch on 2003-03-15T16:40:29Z.

GCC regression checker geoffk@apple.com
Tue Mar 18 00:09: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 g77.sum g77.dg/bprob/g77-bprob-1.f

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

-------------- next part --------------
ChangeLog entries since last run on 2003-03-15T11:55:34Z:
--- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog	Fri Mar 14 23:15:03 2003
+++ gcc/gcc/ChangeLog	Sat Mar 15 08:41:24 2003
@@ -1,3 +1,16 @@
+2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
+
+	* varasm.c (struct rtx_const): Change type of un.addr member
+	to struct holding an additional 'symbol' member.
+	(decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
+	with equal string addresses as equal.
+	(simplify_subtraction): Adapt to struct rtx_const change.
+
+2003-03-15  Glen Nakamura  <glen@imodulo.com>
+
+	* reload1.c (choose_reload_regs): Use && instead of ||
+	with REG_CANNOT_CHANGE_MODE_P condition.
+
 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
 	PR optimization/9387

ChangeLog entries between 2003-03-15T11:55:34Z and the last time everything
passed, on 2003-03-15T02:00:06Z:
--- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog	Fri Mar 14 18:01:11 2003
+++ gcc/gcc/ChangeLog	Fri Mar 14 23:15:03 2003
@@ -1,3 +1,9 @@
+2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+	PR optimization/9387
+	* function.c (thread_prologue_and_epilogue_insns): Use redirect jump
+	for conditional returns.
+
 2003-03-14  Jason Merrill  <jason@redhat.com>
 
 	PR optimization/6871
--- /Users/regress/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Thu Mar 13 17:24:49 2003
+++ gcc/gcc/cp/ChangeLog	Sat Mar 15 03:56:34 2003
@@ -1,3 +1,12 @@
+2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+	PR c++/6440
+	* pt.c (maybe_process_partial_specialization): Handle
+	member class template when enclosing class template is
+	explicit specialized.
+	(most_general_template): Stop looking when DECL is already
+	specialized.
+
 2003-03-13  Jason Merrill  <jason@redhat.com>
 
 	PR c++/9420
--- /Users/regress/tbox/changelog_pass/gcc/gcc/f/ChangeLog	Mon Mar  3 16:33:17 2003
+++ gcc/gcc/f/ChangeLog	Sat Mar 15 03:56:36 2003
@@ -1,3 +1,8 @@
+2003-03-15  Andreas Jaeger  <aj@suse.de>
+
+	* g77spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
+	(DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
+
 2003-02-21  Toon Moene  <toon@moene.indiv.nluug.nl>
 
 	* news.texi: Document fixing PR fortran/9038.
--- /Users/regress/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Fri Mar 14 09:46:58 2003
+++ gcc/gcc/testsuite/ChangeLog	Sat Mar 15 03:56:39 2003
@@ -1,3 +1,9 @@
+2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+	PR c++/6440
+	* g++.dg/template/spec7.C: New test.
+	* g++.dg/template/spec8.C: Likewise.
+
 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
 	* gcc.c-torture/compile/20030314-1.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