This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for c++/23287


On Mon, Jan 19, 2009 at 2:50 PM, Jason Merrill <jason@redhat.com> wrote:
> This code worked in the old parser because it would accept any identifier
> after ~ and just check it at instantiation time.  This patch does the same
> if we can't find a suitable type name when parsing the template.
>
> Tested x86_64-pc-linux-gnu, applied to trunk.
>
>

This patch caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39225


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]