From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118684 invoked by alias); 6 Apr 2017 12:57:18 -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 118672 invoked by uid 89); 6 Apr 2017 12:57:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=(unknown), Hx-languages-length:454 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Apr 2017 12:57:17 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 55B6AC04B941; Thu, 6 Apr 2017 12:57:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 55B6AC04B941 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jakub@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 55B6AC04B941 Received: from tucnak.zalov.cz (ovpn-116-72.ams2.redhat.com [10.36.116.72]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EFE049093E; Thu, 6 Apr 2017 12:57:16 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id v36CvEAZ025605; Thu, 6 Apr 2017 14:57:14 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id v36CvDgZ025604; Thu, 6 Apr 2017 14:57:13 +0200 Date: Thu, 06 Apr 2017 12:57:00 -0000 From: Jakub Jelinek To: Martin =?utf-8?B?TGnFoWth?= Cc: GCC Patches Subject: Re: [PATCH] Cherry-pick upstream r299036 from libsanitizer (PR sanitizer/80166). Message-ID: <20170406125713.GF17461@tucnak> Reply-To: Jakub Jelinek References: <70b7d075-a235-b4d8-759f-b676b32d08a2@suse.cz> <886372ec-508e-bd4a-dab7-43f6951792f5@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <886372ec-508e-bd4a-dab7-43f6951792f5@suse.cz> User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00288.txt.bz2 On Thu, Apr 06, 2017 at 02:53:06PM +0200, Martin Liška wrote: > PING^1 I've acked that on IRC, with: marxin: please use PR sanitizer/80166 in the ChangeLog, ok with that > On 03/31/2017 10:34 AM, Martin Liška wrote: > > Hello. > > > > Cherry-picking the commit to fix PR reported originally to the GCC. > > Ready to install after it finishes regression tests? Jakub