This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 PATCH] PR libstdc++/78389
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>, Tim Song <t dot canens dot cpp at gmail dot com>
- Date: Fri, 13 Jan 2017 14:55:37 +0000
- Subject: Re: [v3 PATCH] PR libstdc++/78389
- Authentication-results: sourceware.org; auth=none
- References: <CAFk2RUYjjXW2MGuEaLRPHV87R7YB-PTYhSk7QnxzJUBdHS4nkA@mail.gmail.com> <20170113144123.GY13348@redhat.com>
On 13/01/17 14:41 +0000, Jonathan Wakely wrote:
On 13/01/17 16:26 +0200, Ville Voutilainen wrote:
Update patch with splices for __carry added. Hopefully this resolves
the remaining concerns that we had.
OK for trunk after fixing the ADL issue noted below.
As discussed on IRC, the list::merge() part is a regression compared
to gcc4, because we don't store the size in the old list. That part
should be backported.