From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id E822E3858D32 for ; Tue, 5 Sep 2023 22:41:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E822E3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.02,230,1688457600"; d="scan'208";a="16189249" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 05 Sep 2023 14:41:52 -0800 IronPort-SDR: cjAmf+bASuJlAniytF+ItGtFwgGMVLibDzxEumbceUinErdOahZ+ghcgYe0qlpfdpUqnsW9v6m VaXbdy4Rkhc0+kekz0g/Qf5twFeAxz+lxCdNJ1/6RQ+xautb5Xlp/k7c3k+O8u6EA216+dqR30 A0ndcokvsG9PUVTJpKC9eCIxsm8adOCFMtYYhtOQEgJg/o4LMsTFlSmPwe/QBJYwZodqDz0/Yu UDq2BFYgHw/eB1lx1Pz3nI/D6tuzlycWoyDGq3ZQlRA341EH/bZ6sASOWYcR1F8sPFXwCIRDDV vDE= Date: Tue, 5 Sep 2023 22:26:01 +0000 From: Joseph Myers To: Jakub Jelinek CC: Subject: Re: [PATCH 13/12 v2] C _BitInt incremental fixes [PR102989] In-Reply-To: Message-ID: <3d9f5c2b-2b4c-3325-4741-fa197170ab5@codesourcery.com> References: <696ce2b2-5ac2-8946-29de-d5dd4fb3aff2@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3104.6 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no 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 Thu, 10 Aug 2023, Jakub Jelinek via Gcc-patches wrote: > On Thu, Aug 10, 2023 at 12:10:07PM +0200, Jakub Jelinek via Gcc-patches wrote: > > Here is an incremental patch which does that: > > Bootstrap/regtest on i686-linux (next to x86_64-linux where it went fine) > revealed I forgot to add { target bitint } to dg-do compile lines. > > Here is an updated patch which does that and passes even on i686-linux. This incremental patch is OK. -- Joseph S. Myers joseph@codesourcery.com