From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23022 invoked by alias); 18 Jun 2018 09:37:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 22995 invoked by uid 89); 18 Jun 2018 09:37:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:456 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Jun 2018 09:37:42 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7CB06401DEAF; Mon, 18 Jun 2018 09:37:40 +0000 (UTC) Received: from [10.36.117.228] (ovpn-117-228.ams2.redhat.com [10.36.117.228]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5083F2026D68; Mon, 18 Jun 2018 09:37:39 +0000 (UTC) To: Simon Marchi , Andreas Schwab Cc: gdb-patches@sourceware.org, binutils@sourceware.org, Alan Modra , Joseph Myers , Simon Marchi References: <20180616030744.12913-1-simon.marchi@polymtl.ca> <20180616030744.12913-4-simon.marchi@polymtl.ca> <31f1ea31-17e7-0734-cbff-4b369b5201b5@polymtl.ca> From: Nick Clifton Openpgp: preference=signencrypt Subject: Re: [PATCH 3/4] zlib: Sync with GCC Message-ID: <86f2e9be-cd92-6ebf-2dbc-2dd10b138013@redhat.com> Date: Mon, 18 Jun 2018 09:37:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <31f1ea31-17e7-0734-cbff-4b369b5201b5@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-06/txt/msg00441.txt.bz2 Hi Simon, >> Looks like commit 93df7317ee has never been copied to gcc. > > Ah I see, so my patch is partly going in the wrong direction then. > Can somebody from gcc copy that change over there? I have submitted a request to apply the patch to the gcc sources: https://gcc.gnu.org/ml/gcc-patches/2018-06/msg01028.html > Here's the patch without that change. This version is approved - please apply. Cheers Nick