From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3711 invoked by alias); 27 Aug 2014 22:58:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 3689 invoked by uid 89); 27 Aug 2014 22:58:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-la0-f41.google.com Received: from mail-la0-f41.google.com (HELO mail-la0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 27 Aug 2014 22:58:23 +0000 Received: by mail-la0-f41.google.com with SMTP id gi9so203021lab.28 for ; Wed, 27 Aug 2014 15:58:20 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.60.33 with SMTP id e1mr169981lbr.36.1409180299869; Wed, 27 Aug 2014 15:58:19 -0700 (PDT) Received: by 10.112.94.70 with HTTP; Wed, 27 Aug 2014 15:58:19 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 Aug 2014 22:58:00 -0000 Message-ID: Subject: Re: [PATCH libstdc++ v5] - Add xmethods for std::vector and std::unique_ptr From: Jonathan Wakely To: Siva Chandra Cc: gcc-patches , "libstdc++" , Doug Evans Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-08/txt/msg02527.txt.bz2 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).