From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37950 invoked by alias); 6 Apr 2017 13:05:38 -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 37932 invoked by uid 89); 6 Apr 2017 13:05:37 -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,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:591 X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Apr 2017 13:05:36 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A89AAAD17; Thu, 6 Apr 2017 13:05:35 +0000 (UTC) Subject: Re: [PATCH] Cherry-pick upstream r299036 from libsanitizer (PR sanitizer/80166). To: Jakub Jelinek References: <70b7d075-a235-b4d8-759f-b676b32d08a2@suse.cz> <886372ec-508e-bd4a-dab7-43f6951792f5@suse.cz> <20170406125713.GF17461@tucnak> Cc: GCC Patches From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <1cedf208-9cba-358b-5f98-05ceb38f1e76@suse.cz> Date: Thu, 06 Apr 2017 13:05:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170406125713.GF17461@tucnak> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00291.txt.bz2 On 04/06/2017 02:57 PM, Jakub Jelinek wrote: > 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 Sorry, I must miss that due to connection troubles. Anyway, thanks, Martin > >> 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 >