From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id BA6BB388EC3D for ; Wed, 7 Oct 2020 12:01:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BA6BB388EC3D X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id B941EB313; Wed, 7 Oct 2020 12:01:50 +0000 (UTC) Subject: Re: Missing commit in gcc-cvs mailing list To: Overseers mailing list , GCC Development References: From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: Date: Wed, 7 Oct 2020 14:01:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2020 12:01:52 -0000 On 10/7/20 8:52 AM, Martin Liška via Overseers wrote: > My commit 190c04ba36d9c6c3dce41f12012aa97c6d7f22f5 is missing in the > mailing list (and so was not propagated to the corresponding PR): > https://gcc.gnu.org/pipermail/gcc-cvs/2020-October/date.html > > There's previous and next commit: > [gcc r11-3678] [PATCH][GCC] arm: Move iterators from mve.md to iterators.md to maintain consistency.   SRINATH PARVATHANENI > ... should be here ... > [gcc r11-3680] [openacc] Fix acc declare for VLAs   Tom de Vries > > Can please anybody check that? > Thanks, > Martin I've got it. It's caused by fact that I copied a strange character to the git commit message. My testing script fails for it as well: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 954: ordinal not in range(128) Martin