From patchwork Thu Feb 26 14:26:12 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: 443942 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 2F73414007D for ; Fri, 27 Feb 2015 01:26:27 +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=fBAOEA5W; 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=I8A6tOuyJHsvzNvW4d5/ajvUdrx7gop06OAV1zKvFSsZO/ jjKmvE/3KSJ50pGVlo18uTP8CwEz1DUoPWLB/Tq0bOM5CuRrGoJJuYNui0FFIwAy xzEJe6qRr1aEitRvnP7aAyWp1AZvOR49LfH7043IImBLw90l0R0GOom6+KXlU= 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=OqytPaYRsjMxTRnyiZDTuSZSrUw=; b=fBAOEA5W35XX+68J5nU+ fb95tvOfTF9zFe9h4HpiLM7FP4ooUJbxS+jEsukGoYZk5dYZOOz6uwsqgi5As5te yZL3TFXyca2CHd7V3lLg1pKUDNcmpRD/w6DOsuLtz8eJ9k6/RgX7v/UXohT0k7sN 9MzMrhT15Vu9L0eLtDA6apo= Received: (qmail 26421 invoked by alias); 26 Feb 2015 14:26:20 -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 26192 invoked by uid 89); 26 Feb 2015 14:26:19 -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:26:18 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-03.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YQzOJ-0004Ke-2v from Tom_deVries@mentor.com for gcc-patches@gcc.gnu.org; Thu, 26 Feb 2015 06:26:15 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-03.mgc.mentorg.com (137.202.0.108) with Microsoft SMTP Server id 14.3.224.2; Thu, 26 Feb 2015 14:26:13 +0000 Message-ID: <54EF2D04.7080903@mentor.com> Date: Thu, 26 Feb 2015 15:26:12 +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.target/i386/mcount_pic.c Hi, committed as obvious. Thanks, - Tom 2015-02-26 Tom de Vries * gcc.target/i386/mcount_pic.c: Add missing cleanup-profile-file. diff --git a/gcc/testsuite/gcc.target/i386/mcount_pic.c b/gcc/testsuite/gcc.target/i386/mcount_pic.c index 806b7d5..1e59995 100644 --- a/gcc/testsuite/gcc.target/i386/mcount_pic.c +++ b/gcc/testsuite/gcc.target/i386/mcount_pic.c @@ -13,3 +13,4 @@ int main () /* { dg-final { scan-assembler "mcount" } } */ /* { dg-final { scan-assembler "get_pc_thunk" { xfail { *-*-solaris* && { ! gld } } } } } */ /* { dg-final { cleanup-saved-temps } } */ +/* { dg-final { cleanup-profile-file } } */ -- 1.9.1