This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PING^2] [C++] Fixes for PR c++/29727 and PR c++/37647
- From: Jason Merrill <jason at redhat dot com>
- To: Simon Martin <simartin at users dot sourceforge dot net>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 23 Mar 2009 17:23:28 -0400
- Subject: Re: [PING^2] [C++] Fixes for PR c++/29727 and PR c++/37647
- References: <4952759B.4060407@users.sourceforge.net>
Simon Martin wrote:
Fix for PR c++/29727: ICE on invalid initializer for template member
Initial patch + test case:
http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00134.html
Updated patch:
http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00278.html
OK.
Fix for PR c++/37647: ICE with invalid use of constructor
http://gcc.gnu.org/ml/gcc-patches/2008-10/msg01073.html
OK.
Are they OK for the mainline? for 4.3?
Yes.
Jason