From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2921 invoked by alias); 5 Mar 2013 13:26:12 -0000 Received: (qmail 2749 invoked by uid 22791); 5 Mar 2013 13:26:10 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Mar 2013 13:26:04 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id AE54EA522C; Tue, 5 Mar 2013 14:26:03 +0100 (CET) Date: Tue, 05 Mar 2013 13:26:00 -0000 From: Richard Biener To: Jakub Jelinek Cc: Vladimir Makarov , Tom Tromey , Jeff Law , gcc-patches@gcc.gnu.org Subject: Re: Patch ping In-Reply-To: <20130305131224.GH12913@tucnak.redhat.com> Message-ID: References: <20130305131224.GH12913@tucnak.redhat.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 X-SW-Source: 2013-03/txt/msg00178.txt.bz2 On Tue, 5 Mar 2013, Jakub Jelinek wrote: > Hi! > > Thanks for all the recent reviews of memory leak plugging patches, > there are 4 still unreviewed from last week though. > > - sched-deps leak fix: > http://gcc.gnu.org/ml/gcc-patches/2013-02/msg01197.html > > - LRA leak fix: > http://gcc.gnu.org/ml/gcc-patches/2013-02/msg01239.html > > - libcpp leak fix: > http://gcc.gnu.org/ml/gcc-patches/2013-02/msg01341.html > > - PCH leak fix + --enable-checking=valgrind changes to allow > --enable-checking=yes,valgrind bootstrap to succeed: > http://gcc.gnu.org/ml/gcc-patches/2013-03/msg00044.html That looks awkward ... isn't there a simple valgrind_disable () / valgrind_enable () way of disabling checking around this code? Richard.