From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4209 invoked by alias); 6 Oct 2011 07:23:39 -0000 Received: (qmail 4183 invoked by uid 22791); 6 Oct 2011 07:23:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pz0-f47.google.com (HELO mail-pz0-f47.google.com) (209.85.210.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Oct 2011 07:23:23 +0000 Received: by pzk4 with SMTP id 4so6730949pzk.6 for ; Thu, 06 Oct 2011 00:23:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.15.34 with SMTP id u2mr3524753pbc.59.1317885801876; Thu, 06 Oct 2011 00:23:21 -0700 (PDT) Received: by 10.143.30.6 with HTTP; Thu, 6 Oct 2011 00:23:21 -0700 (PDT) In-Reply-To: <4E8D0AF3.5060901@oracle.com> References: <4E8D0AF3.5060901@oracle.com> Date: Thu, 06 Oct 2011 08:36:00 -0000 Message-ID: Subject: Re: [v3] add max_size and rebind to __alloc_traits From: Jonathan Wakely To: Paolo Carlini Cc: "libstdc++" , gcc-patches Content-Type: text/plain; charset=ISO-8859-1 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 X-SW-Source: 2011-10/txt/msg00408.txt.bz2 On 6 October 2011 02:57, Paolo Carlini wrote: > > today I ran the whole testsuite in C++0x mode and I'm pretty sure that > 23_containers/vector/modifiers/swap/3.cc, which is now failing, wasn't a > couple of days ago (I ran the whole testsuite like that in order to validate > my std::list changes). When you have time, could you please double check? > (maybe after all we *do* want it to fail in C++0x mode, but I'd like to > understand if the behavior changed inadvertently!) I think you're right it wasn't failing before, as I ran the whole testsuite in C++0x mode when I first added alloc_traits - I'll check it today and see how I broke it.