From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by sourceware.org (Postfix) with ESMTPS id 285EB3858290 for ; Wed, 5 Oct 2022 10:04:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 285EB3858290 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=foss.st.com Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 2958Xdc7012981; Wed, 5 Oct 2022 12:03:57 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=znUeAwsJ6s3TcmMllcBq+CyvOyMgx0MdRXPEa4a8odI=; b=NGJAETtLsirkWngXCrFi3XLgelrO6xg5OMimB2GRTjac3wmaeNXf1vP31QBZmaMbKYv7 RcJSjcshdRysPkzX0+BUJgnXj6sMlAR5ak2pRlltyfZxXQYziNhAPnruoqrD8A1eOgVc JUkdbTSg6qEQwcpddAY2499Jb+OLYWnoXRmE6YBQnwaefEgikX61TiQU9F/UlfTJWgYn eyZqSPp8rjZSHs4dgEgfexSC0rdBS08k7Tl793YFhhFxI/TW4+1/x729MuYMOuzjgtbl y7ClNs1YkC0/eqEDm8BzWeZiy6U2oweWmzvkRIY8zJbQKTYNA/AtRDYNLUuVhtArBYRv pQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3jxcw26bmx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 05 Oct 2022 12:03:57 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D749A100038; Wed, 5 Oct 2022 12:03:52 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id CDB9B21A8F9; Wed, 5 Oct 2022 12:03:52 +0200 (CEST) Received: from [10.252.14.246] (10.75.127.122) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2375.31; Wed, 5 Oct 2022 12:03:51 +0200 Message-ID: <0f42811d-7c26-e06c-a58c-22d5f9689117@foss.st.com> Date: Wed, 5 Oct 2022 12:03:50 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: PING^1 [PATCH] testsuite: 'b' instruction can't do long enough jumps Content-Language: en-US To: Kyrylo Tkachov CC: Yvan Roux , "gcc-patches@gcc.gnu.org" References: <9ffd26d4-a14f-2ffa-e6e5-750331fd3cdc@foss.st.com> From: Torbjorn SVENSSON In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.75.127.122] X-ClientProxiedBy: GPXDAG2NODE4.st.com (10.75.127.68) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-10-05_01,2022-09-29_03,2022-06-22_01 X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2022-10-05 11:51, Kyrylo Tkachov wrote: > Hi Torbjörn, > >> -----Original Message----- >> From: Torbjorn SVENSSON >> Sent: Wednesday, October 5, 2022 10:28 AM >> To: Kyrylo Tkachov >> Cc: Yvan Roux >> Subject: Fwd: PING^1 [PATCH] testsuite: 'b' instruction can't do long enough >> jumps >> >> Hi Kyrill, >> >> I checked with Richard Sandiford if he could review this patch, but he >> pointed to you. >> Do you think that you can take a look it? > > This is ok. I don't think it changes any of the things we want to actually test for in these cases. > Thanks, > Kyrill Thank you! Pushed to master branch 1a46a0a8b30405ea353a758971634dabeee89eaf. Kind regards, Torbjörn