This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH libstdc++ v5] - Add xmethods for std::vector and std::unique_ptr
- From: Siva Chandra <sivachandra at google dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, "libstdc++" <libstdc++ at gcc dot gnu dot org>, Doug Evans <dje at google dot com>
- Date: Wed, 3 Sep 2014 11:01:27 -0700
- Subject: Re: [PATCH libstdc++ v5] - Add xmethods for std::vector and std::unique_ptr
- Authentication-results: sourceware.org; auth=none
- References: <CAGyQ6gxAYwoi3gLkH-Ut_qRfHpTbV0Dke+bd9BRk_e7cWj4nOA at mail dot gmail dot com> <CAH6eHdQ11T1fvW5hNTL9NMYaKBkCzu2_7=gv1qVvRswwZVh+YQ at mail dot gmail dot com> <CAGyQ6gwFrbVc6w=y6jo9HtRjLw7aV04eLg9Mp7Qp_ps5YqD1VA at mail dot gmail dot com> <CAH6eHdSGpuRtLNphS-sJ-u6m2phMJ5Rh=SCqty1=VCKvnGehDA at mail dot gmail dot com>
Ping. I am not sure if the "OK to ping weekly" applies to GCC patches
as well. I apologize if it has to be longer.
On Wed, Aug 27, 2014 at 3:58 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 27 August 2014 23:38, Siva Chandra wrote:
>> You are probably already doing it, but just in case: are you using GDB
>> 7.8 (or later, like ToT) ? You most likely are as otherwise the tests
>> added by this patch will not be exercised.
>
> Yes, I'm testing with both 7.8 (where it should work) and an older
> version (where it should fail gracefully).