This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Fix PR c++/23266, ICE on pure specifier for static method
On 10 Aug, Mark Mitchell wrote:
> Volker Reichelt wrote:
>> Bootstrapped and regtested on i686-pc-linux-gnu.
>> Ok for mainline and 4.0 branch (as this is a regression)?
>
> I think this is good, as writte. Please check in.
Committed to mainline and 4.0 branch.
On the fly I also fixed two typos in the testsuite/ChangeLog:
a date in the future (mainline and 4.0 branch) and a broken
email-address (mainline only):
===================================================================
--- gcc/gcc/testsuite/ChangeLog 2005/08/11 13:51:33 1.5909
+++ gcc/gcc/testsuite/ChangeLog 2005/08/11 22:46:18 1.5910
@@ -1,4 +1,4 @@
-2005-09-11 Francois-Xavier Coudert <coudert@clipper.ens.fr>
+2005-08-11 Francois-Xavier Coudert <coudert@clipper.ens.fr>
Steven Bosscher <stevenb@suse.de>
* gfortran.dg/runtime_warning_1.f90: New test.
@@ -13,7 +20,7 @@
PR target/23289
* gcc.target/i386/tailcall-1.c: New testcase.
-2005-08-10 James A. Morrison <phython@gc.gnu.org>
+2005-08-10 James A. Morrison <phython@gcc.gnu.org>
* gcc.dg/vect/vect-67.c: Un-xfail.
===================================================================
Regards,
Volker