From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12514 invoked by alias); 20 Oct 2015 14:09:39 -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 12498 invoked by uid 89); 20 Oct 2015 14:09:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mailout2.w1.samsung.com Received: from mailout2.w1.samsung.com (HELO mailout2.w1.samsung.com) (210.118.77.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 20 Oct 2015 14:09:28 +0000 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NWI000MFVBOC900@mailout2.w1.samsung.com> for gcc-patches@gcc.gnu.org; Tue, 20 Oct 2015 15:09:24 +0100 (BST) Received: from eusync4.samsung.com ( [203.254.199.214]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 64.75.05269.41B46265; Tue, 20 Oct 2015 15:09:24 +0100 (BST) Received: from [106.109.128.167] by eusync4.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NWI003ZUVBNK420@eusync4.samsung.com>; Tue, 20 Oct 2015 15:09:24 +0100 (BST) Subject: Re: [PATCH v2 1/6] Libsanitizer merge from upstream r250806 (was r249633). To: Jakub Jelinek References: <56262292.3030803@partner.samsung.com> <56262301.5060404@partner.samsung.com> <20151020115205.GZ478@tucnak.redhat.com> Cc: Kostya Serebryany , GCC Patches , Dmitry Vyukov , Marek Polacek , Yury Gribov , Slava Garbuzov , Vyacheslav Barinov From: Maxim Ostapenko Message-id: <56264AFE.4000806@partner.samsung.com> Date: Tue, 20 Oct 2015 14:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-version: 1.0 In-reply-to: <20151020115205.GZ478@tucnak.redhat.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg01886.txt.bz2 Great, thanks! I'm going to commit the whole patch set tomorrow morning if no objections. On 20/10/15 14:52, Jakub Jelinek wrote: > On Tue, Oct 20, 2015 at 02:18:25PM +0300, Maxim Ostapenko wrote: >> This is the merge itself. Added DCAN_SANITIZE_UB={0, 1} and nuked >> DASAN_FLEXIBLE_MAPPING_AND_OFFSET=0 (not used now) in corresponding >> Makefiles. > Ok. > > Jakub >