From patchwork Thu Feb 26 14:20:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 443939 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9DDF114007D for ; Fri, 27 Feb 2015 01:21:12 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=u/AZWFiK; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=PF8bB5vMI6yemMkQl/RnJ6c0MVS+Uri0R7RgoYC7fi5UIb k3eu+HGgtmu63nuf4U+V7Z+rUfMl+65V6iQUzuo1p0A5Nz5uKz7NKXGxRWg27uOg hKFdiejwonX71u8zn8aOab4QZtxB/2Pn5/RuqpLH+KkmoajU3/0BII4X7uG6c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=HGKexPB9d0K3rjGXZD/oCEFNvcU=; b=u/AZWFiKEOne7yd/g0bB TNXpXa/ZpDZKLuMD1zdrWDcBNsBHt5/IXeauNkZuKetvwPm//ojXKzHuwjE+UYp2 D+SDRvH8iPvXihs7xSzZGNxEW2l8gixchr0CSn0a8/vlxEeh6UBr67iSY9DRO3SW ftkppzeXw0yWtq+leE0iUp4= Received: (qmail 3347 invoked by alias); 26 Feb 2015 14:21:04 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 3338 invoked by uid 89); 26 Feb 2015 14:21:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Feb 2015 14:21:03 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YQzJD-0002oE-OX from Tom_deVries@mentor.com for gcc-patches@gcc.gnu.org; Thu, 26 Feb 2015 06:20:59 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.3.224.2; Thu, 26 Feb 2015 14:20:58 +0000 Message-ID: <54EF2BC8.2020009@mentor.com> Date: Thu, 26 Feb 2015 15:20:56 +0100 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: GCC Patches Subject: [committed] Add missing cleanup in gcc.dg/aru-2.c Hi, committed as obvious. Thanks, - Tom 2015-02-26 Tom de Vries * gcc.dg/aru-2.c: Add missing cleanup-profile-file. diff --git a/gcc/testsuite/gcc.dg/aru-2.c b/gcc/testsuite/gcc.dg/aru-2.c index d36adc1..054223c 100644 --- a/gcc/testsuite/gcc.dg/aru-2.c +++ b/gcc/testsuite/gcc.dg/aru-2.c @@ -25,3 +25,5 @@ main (void) int z = foo (0, 1, 2, 3, 4); return !(z == 191); } + +/* { dg-final { cleanup-profile-file } } */ -- 1.9.1