From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122019 invoked by alias); 25 May 2017 06:50:48 -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 122003 invoked by uid 89); 25 May 2017 06:50:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=HContent-type:plain, HContent-transfer-encoding:7bit, HContent-type:charset, HContent-type:text 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 ESMTP; Thu, 25 May 2017 06:50:46 +0000 Received: from eucas1p2.samsung.com (unknown [182.198.249.207]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0OQH00FSGXOJOR60@mailout2.w1.samsung.com> for gcc-patches@gcc.gnu.org; Thu, 25 May 2017 07:50:43 +0100 (BST) Received: from eusmges1.samsung.com (unknown [203.254.199.239]) by eucas1p1.samsung.com (KnoxPortal) with ESMTP id 20170525065043eucas1p168efbef022a87c6a89cd0c8c7ad517b0~BxredaCPk2391023910eucas1p1X; Thu, 25 May 2017 06:50:43 +0000 (GMT) Received: from eucas1p1.samsung.com ( [182.198.249.206]) by eusmges1.samsung.com (EUCPMTA) with SMTP id 97.38.14140.5CE76295; Thu, 25 May 2017 07:50:45 +0100 (BST) Received: from eusmgms2.samsung.com (unknown [182.198.249.180]) by eucas1p1.samsung.com (KnoxPortal) with ESMTP id 20170525065042eucas1p192ffb57968bf70e8d222484ba5bd46da~Bxrd1Sqx02388523885eucas1p1W; Thu, 25 May 2017 06:50:42 +0000 (GMT) Received: from eusync4.samsung.com ( [203.254.199.214]) by eusmgms2.samsung.com (EUCPMTA) with SMTP id AE.A2.20206.2CE76295; Thu, 25 May 2017 07:50:42 +0100 (BST) Received: from [106.109.129.179] by eusync4.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0OQH002UCXOB0W70@eusync4.samsung.com>; Thu, 25 May 2017 07:50:42 +0100 (BST) To: GCC Patches , Jeff Law , Ian Lance Taylor From: Denis Khalikov Subject: [PING][PATCH][PR sanitizer/77631] Support separate debug info in libbacktrace Message-id: Date: Thu, 25 May 2017 08:05:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-version: 1.0 Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-MTR: 20000000000000000@CPGS X-CMS-MailID: 20170525065042eucas1p192ffb57968bf70e8d222484ba5bd46da X-Msg-Generator: CA X-Sender-IP: 182.198.249.180 X-Local-Sender: =?UTF-8?B?RGVuaXMgS2hhbGlrb3YbU1JSLVNXIFRvb2xzIExhYhvsgrw=?= =?UTF-8?B?7ISx7KCE7J6QG0VuZ2luZWVy?= X-Global-Sender: =?UTF-8?B?RGVuaXMgS2hhbGlrb3YbU1JSLVNXIFRvb2xzIExhYhtTYW1z?= =?UTF-8?B?dW5nIEVsZWN0cm9uaWNzG0VuZ2luZWVy?= X-Sender-Code: =?UTF-8?B?QzEwG0NJU0hRG0MxMEdEMDFHRDAxMDE1Nw==?= CMS-TYPE: 201P X-HopCount: 7 X-CMS-RootMailID: 20170525065042eucas1p192ffb57968bf70e8d222484ba5bd46da X-RootMTR: 20170525065042eucas1p192ffb57968bf70e8d222484ba5bd46da References: X-SW-Source: 2017-05/txt/msg01929.txt.bz2 Hello everyone, this is a ping for that patch https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01462.html Can someone please review that patch. Thanks.