From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4950 invoked by alias); 25 Sep 2014 22:01:01 -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 4924 invoked by uid 89); 25 Sep 2014 22:01:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 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-we0-f182.google.com Received: from mail-we0-f182.google.com (HELO mail-we0-f182.google.com) (74.125.82.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 25 Sep 2014 22:00:59 +0000 Received: by mail-we0-f182.google.com with SMTP id u57so6884387wes.27 for ; Thu, 25 Sep 2014 15:00:56 -0700 (PDT) X-Received: by 10.180.182.67 with SMTP id ec3mr22336705wic.12.1411682456290; Thu, 25 Sep 2014 15:00:56 -0700 (PDT) Received: from [10.2.116.96] (lhc-ac1.isrighthere.com. [193.93.203.40]) by mx.google.com with ESMTPSA id fv1sm4052035wjb.35.2014.09.25.15.00.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Sep 2014 15:00:55 -0700 (PDT) Message-ID: <54249096.5020408@gmail.com> Date: Thu, 25 Sep 2014 22:01:00 -0000 From: =?windows-1252?Q?Fran=E7ois_Dumont?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Jonathan Wakely CC: "libstdc++@gcc.gnu.org" , gcc-patches Subject: Re: [Bug libstdc++/62313] Data race in debug iterators References: <5410BAB5.90803@gmail.com> <20140921220411.GD22778@redhat.com> <5421DB37.8080307@gmail.com> In-Reply-To: <5421DB37.8080307@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2014-09/txt/msg02325.txt.bz2 >> Apart from those minor adjustments I think this looks good, but I'd >> like to know that it has been tested with -fsanitize=thread, even if >> only lightly tested. >> >> Hi Dmitry, who reported the bug, confirmed the fix. Can I go ahead and commit ? François