From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116731 invoked by alias); 13 Apr 2015 09:03:32 -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 116721 invoked by uid 89); 13 Apr 2015 09:03:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_HDRS_LCASE,T_MANY_HDRS_LCASE,T_RP_MATCHES_RCVD 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 (DES-CBC3-SHA encrypted) ESMTPS; Mon, 13 Apr 2015 09:03:29 +0000 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NMQ002IMMOAK990@mailout2.w1.samsung.com> for gcc-patches@gcc.gnu.org; Mon, 13 Apr 2015 10:07:22 +0100 (BST) Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm1.samsung.com (EUCPMTA) with SMTP id 12.35.05100.FA58B255; Mon, 13 Apr 2015 10:00:31 +0100 (BST) Received: from [106.109.9.145] by eusync3.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0NMQ003CLMHOTV40@eusync3.samsung.com>; Mon, 13 Apr 2015 10:03:25 +0100 (BST) Message-id: <552B866D.1010904@samsung.com> Date: Mon, 13 Apr 2015 09:03:00 -0000 From: Yury Gribov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-version: 1.0 To: GCC Patches Cc: harald@gigawatt.nl, Jakub Jelinek Subject: [PATCH] Fix PR64839: libsanitizer shouldn't require (commited) Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00555.txt.bz2 Hi all, I've submitted a libsanitizer cherry-pick from LLVM to not require xdr.h on systems where it's not available. Pre-approved by Jakub in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64839 . -Y