From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117276 invoked by alias); 28 Apr 2017 11:48:43 -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 116722 invoked by uid 89); 28 Apr 2017 11:48:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-yw0-f177.google.com Received: from mail-yw0-f177.google.com (HELO mail-yw0-f177.google.com) (209.85.161.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Apr 2017 11:48:41 +0000 Received: by mail-yw0-f177.google.com with SMTP id k11so29290519ywb.1 for ; Fri, 28 Apr 2017 04:48:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=BjzCXt1lp4bFQKW6RvBB8LCBKQN5cI0Iu8hinEoaemc=; b=iYx2fdHlUHQeIgf8JuIrDC54EWjZxpm/b06t4UxAbAudhDYBHaVArVLZNUnLEnhNLC 6eZKvNWHG7qYRReUAmX4U4zXJjAfJWENB9VgjJgC8bb10yIhzKmXYwidP9I+q+J+mJ/G cgQO02bNPlAgkyoUMbk4QEq5f3wsBuP8zo7kMS34j8BpqYhLahQGZu/6B8bU4pLkquF8 mQODK6BTm4xN6t4ACtQUfTlCbmMqmoKB28YG3arvaFiJfQY55NxiCzV+n/+2qT6Np/+9 Y4Uqs2/UE9+nojTYq7wXJgSD3ugXVVHq7d+36ILHx5Ttddqk25xQMr+jUyZwEaloLJZ1 D6Tg== X-Gm-Message-State: AN3rC/6hDPTk64KhfLC59CZWNO3QCRKvUXjM1EzQeuegpytmQdzEHXUS VU+P80Hogo4Ryg== X-Received: by 10.129.94.67 with SMTP id s64mr8658110ywb.101.1493380122446; Fri, 28 Apr 2017 04:48:42 -0700 (PDT) Received: from ?IPv6:2620:10d:c0a3:20fb:f6d0:5ac5:64cd:f102? ([2620:10d:c091:200::b:7639]) by smtp.googlemail.com with ESMTPSA id p6sm1025825ywc.23.2017.04.28.04.48.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Apr 2017 04:48:42 -0700 (PDT) Subject: Re: [PATCH 2/8] Remove .gcno file when compilation does not success (PR driver/56469). To: marxin , gcc-patches@gcc.gnu.org Cc: hubicka@ucw.cz References: <9145bca369337a88f2402cd1a521145287f90300.1493371589.git.mliska@suse.cz> From: Nathan Sidwell Message-ID: <3eeed96f-b9bb-81a1-8630-38cf022557f1@acm.org> Date: Fri, 28 Apr 2017 12:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <9145bca369337a88f2402cd1a521145287f90300.1493371589.git.mliska@suse.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-04/txt/msg01477.txt.bz2 On 04/19/2017 03:56 AM, marxin wrote: > gcc/ChangeLog: > > 2017-04-19 Martin Liska > > PR driver/56469 > * coverage.c (coverage_remove_note_file): New function. > * coverage.h: Declare the function. > * toplev.c (finalize): Clean if an error has been seen. ok nathan -- Nathan Sidwell