From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20351 invoked by alias); 3 Feb 2014 21:56:17 -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 20270 invoked by uid 89); 3 Feb 2014 21:56:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Feb 2014 21:56:15 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s13LuDk5027229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 3 Feb 2014 16:56:13 -0500 Received: from stumpy.slc.redhat.com ([10.3.113.19]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s13LuCcg001974; Mon, 3 Feb 2014 16:56:12 -0500 Message-ID: <52F0107C.3030604@redhat.com> Date: Mon, 03 Feb 2014 21:56:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Laurent Alfonsi , "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH] fix PR58602 (.gcno files not truncated at gcov_close) References: <524D86DF.2070306@st.com> <52EF5965.20305@st.com> In-Reply-To: <52EF5965.20305@st.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00117.txt.bz2 On 02/03/14 01:55, Laurent Alfonsi wrote: > Jeff, All, > > As you suggested, I have extended my testing around this fix to prevent > race condition issues. > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58602#c8 > > All my tests passed successfully. Is it ok for trunk ? Yes, thanks for running those tests. I've installed the patch on the trunk for you. Thanks again, Jeff