From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126836 invoked by alias); 9 Nov 2015 14:25:53 -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 126827 invoked by uid 89); 9 Nov 2015 14:25:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f175.google.com Received: from mail-yk0-f175.google.com (HELO mail-yk0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 09 Nov 2015 14:25:51 +0000 Received: by ykba4 with SMTP id a4so266205859ykb.3 for ; Mon, 09 Nov 2015 06:25:49 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.13.202.141 with SMTP id m135mr22972599ywd.305.1447079149150; Mon, 09 Nov 2015 06:25:49 -0800 (PST) Received: by 10.37.93.11 with HTTP; Mon, 9 Nov 2015 06:25:49 -0800 (PST) In-Reply-To: <56409FAE.2020009@suse.cz> References: <564081EF.7030003@suse.cz> <56409FAE.2020009@suse.cz> Date: Mon, 09 Nov 2015 14:25:00 -0000 Message-ID: Subject: Re: [PATCH] 02/N Fix memory leaks in IPA From: Richard Biener To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches , Martin Jambor Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00967.txt.bz2 On Mon, Nov 9, 2015 at 2:29 PM, Martin Li=C5=A1ka wrote: > Hi. > > Following changes were consulted with Martin Jambor to properly release > memory in IPA. It fixes leaks which popped up in tramp3d with -O2. > > Bootstrap and regression tests have been running. > > Ready after it finishes? Ok. Richard. > Thanks, > Martin