From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92705 invoked by alias); 16 Jun 2017 09:11:21 -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 92623 invoked by uid 89); 16 Jun 2017 09:11:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPAM_BODY,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-ua0-f175.google.com Received: from mail-ua0-f175.google.com (HELO mail-ua0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Jun 2017 09:11:19 +0000 Received: by mail-ua0-f175.google.com with SMTP id 68so22248638uas.0 for ; Fri, 16 Jun 2017 02:11:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NQpi/32LmfxbUSVTJZASZxFHIBVlM+1ZWuRulWF0th8=; b=Zdu2SSiBoc8QBqvt+ScF1tMl/5yclIM9B36U3kFBDsacqwYwqy+Vh8P8icukS1NBFI DdvfjUfHxCb/T+rEEXvbJkvcm91vvDHOb2bGJijA2XwTHFrBWcy3I+sR0E58B8lAiwTU O0SGk6JgexVvyEa1gU0gcYh9EENqfGk6clS4tNAxO7QKdtrtq6RzKQNoHDrREzxV66NX wIT/UL/QrnaR8UdHgYaNcWCUdHUVP0p2dRl4fOxfQfDfmVoMHdMPxek4pM0aN9byAUZs NEa8aJVLWw2MyLFFhGIvnX4zzBqYqrRfsfAaMf2IemHxrO3NKy3+snNaRj1qce2F1MCN oAew== X-Gm-Message-State: AKS2vOzkYxQlvPmN5lXgu/H4BB67YTL5aXQDdZ/qHpvu4qF8vc0MVC26 AKGxFAEtAeK/ASCw6BTFrOmmGBoZrn/b X-Received: by 10.176.28.28 with SMTP id a28mr5522224uaj.38.1497604282295; Fri, 16 Jun 2017 02:11:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.50.131 with HTTP; Fri, 16 Jun 2017 02:11:21 -0700 (PDT) In-Reply-To: References: <8ae60027-f7ea-4970-0ac7-f4ee0e00afe0@netcologne.de> From: Christophe Lyon Date: Fri, 16 Jun 2017 09:11:00 -0000 Message-ID: Subject: Re: [Patch, Fortran, F03] PR 80983: memory leak when calling procedure-pointer component with allocatable result To: Janus Weil Cc: Thomas Koenig , gfortran , gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg01173.txt.bz2 Hi, On 15 June 2017 at 23:18, Janus Weil wrote: > 2017-06-15 15:33 GMT+02:00 Thomas Koenig : >> Hi Janus, >> >>> It regtests cleanly on x86_64-linux-gnu. Ok for trunk? >> >> >> OK. >> >> Thanks for the patch! > > Thanks, Thomas! Committed as r249227. > There's a problem with the new test. It says: gfortran.dg/proc_ptr_comp_51.f90 -O : dump file does not exist UNRESOLVED: gfortran.dg/proc_ptr_comp_51.f90 -O scan-tree-dump-times original "__builtin_free" 3 You probably either want to add: ! { dg-options "-fdump-tree-original" } or to remove: ! { dg-final { scan-tree-dump-times "__builtin_free" 3 "original" } } Thanks, Christophe > Cheers, > Janus