From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111620 invoked by alias); 29 May 2015 05:16:35 -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 111607 invoked by uid 89); 29 May 2015 05:16:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: nikam.ms.mff.cuni.cz Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 29 May 2015 05:16:33 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id D7D81540F37; Fri, 29 May 2015 07:16:30 +0200 (CEST) Date: Fri, 29 May 2015 06:49:00 -0000 From: Jan Hubicka To: Ilya Enkovich Cc: Jan Hubicka , Jakub Jelinek , gcc-patches Subject: Re: [CHKP, PATCH] Fix instrumented indirect calls with propagated pointers Message-ID: <20150529051630.GB21936@kam.mff.cuni.cz> References: <20150319082944.GC64546@msticlxl57.ims.intel.com> <20150324083325.GC1746@tucnak.redhat.com> <20150324140619.GE1746@tucnak.redhat.com> <20150402162754.GE6244@msticlxl57.ims.intel.com> <20150410012759.GB2320@atrey.karlin.mff.cuni.cz> <20150414143506.GB50171@msticlxl57.ims.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-05/txt/msg02720.txt.bz2 > >>> 2015-04-14 Ilya Enkovich > >>> > >>> PR target/65527 > >>> * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add > >>> redirection for instrumented calls. > >>> * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds. > >>> (append_compiler_options): Append -fcheck-pointer-bounds. > >>> * tree-chkp.h (chkp_copy_call_skip_bounds): New. > >>> (chkp_redirect_edge): New. > >>> * tree-chkp.c (chkp_copy_call_skip_bounds): New. > >>> (chkp_redirect_edge): New. > >>> > >>> gcc/testsuite/ > >>> > >>> 2015-04-14 Ilya Enkovich > >>> > >>> PR target/65527 > >>> * gcc.target/i386/mpx/chkp-fix-calls-1.c: New. > >>> * gcc.target/i386/mpx/chkp-fix-calls-2.c: New. > >>> * gcc.target/i386/mpx/chkp-fix-calls-3.c: New. > >>> * gcc.target/i386/mpx/chkp-fix-calls-4.c: New. OK. Honza