This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] libstdc++: Fix list.cc xmethods test.
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 27 Apr 2015 23:41:17 +0100
- Subject: Re: [PATCH] libstdc++: Fix list.cc xmethods test.
- Authentication-results: sourceware.org; auth=none
- References: <yjt2fv7lurpw dot fsf at ruffy dot mtv dot corp dot google dot com>
On 27 April 2015 at 23:33, Doug Evans wrote:
> Hi.
>
> While we should eventually get the xmethods to handle cxx11,
> this patch fixes the current failure.
> The xmethod matcher doesn't currently handle __cxx11 in the type name.
>
> Adding cxx11 support can be a follow up patch.
Agreed. And when that's done we should backport it to the gcc-5-branch too.
> Ok to commit?
OK for trunk, thanks