From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by sourceware.org (Postfix) with ESMTPS id C9AAB3858D32; Sat, 13 Jan 2024 21:57:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C9AAB3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=troutmask.apl.washington.edu Authentication-Results: sourceware.org; spf=none smtp.mailfrom=troutmask.apl.washington.edu ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C9AAB3858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=128.95.76.21 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705183033; cv=none; b=EMWBHPmKt2JGbQWzCVD+yaPttZZ32mXoko+qYLWDN4hChbWRTOi4VNTL258WJYpBlQ5DkymLnW5ZyPk2X+LEmMJrl55LKA4t+435d6KjMlPiBFxy8pJ1HYkN4NoYCi73i37rvgAnJN4ACLwSvAkkqxU9DNrNWlnf0oOORWrPwfs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705183033; c=relaxed/simple; bh=hYKDxxV7YlNlGtIRL2FCe13pqrkYqFwukXgpmeWcOBI=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=HmX1tmWXl4NpGte2Fo1H/ElvX3OaWuoSmpl8lgbXC6I6weAEwxjsGNstPJQ9O3wcXA/xf3P1+EJJhJNOw5JbJdtAz34CWshjhhISQzQSE9iaCMCATKCu3pkjkLMmPlUp4abwyIAJlYFpmurBeLq9t2aI2Qz4V8F3h5sdjaD/5ew= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.17.1/8.17.1) with ESMTP id 40DLv7hm012877; Sat, 13 Jan 2024 13:57:07 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troutmask.apl.washington.edu; s=myselector-troutmask; t=1705183027; bh=hYKDxxV7YlNlGtIRL2FCe13pqrkYqFwukXgpmeWcOBI=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To; b=K1xr0uPjR30Jp9HNCgcjk6Fxqx9jtIDmW1ofsMBDXwYh78DtSJZuWGAQ3hYSSTrEQ f5V8ceByX+f2YNUjHjptLgHBqbE2gDwllVH0KZMvFlwdRo2LI28C/RQxKRTqvbkH6B hC3pVxmzFA44Mi+u9JNaQbp5S7W2ZmW2tYpnX4ucZO366ZTYTX25JYeHFI/MQ45Uxn 1nrRTkkidbrE/NPYwqZEftVR+JMVpFJHD0iM7XmuS/ZCW9wDLJdAEhEDG2pHYN1xZR hT0hVz9+FHYj+Uf308itoM+PfdSQcP7G9RrbMDSza8bzmeo6gYJWTEBIVIAytcNCtl evpWjOnKQVKzg== Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.17.1/8.17.1/Submit) id 40DLv7BL012876; Sat, 13 Jan 2024 13:57:07 -0800 (PST) (envelope-from sgk) Date: Sat, 13 Jan 2024 13:57:07 -0800 From: Steve Kargl To: Harald Anlauf Cc: fortran , gcc-patches Subject: Re: [PATCH] Fortran: intrinsic ISHFTC and missing optional argument SIZE [PR67277] Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,DKIM_INVALID,DKIM_SIGNED,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE 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 Sat, Jan 13, 2024 at 10:12:42PM +0100, Harald Anlauf wrote: > > (2) a missing optional argument for SIZE to the ISHFTC intrinsic > shall be equivalent to using BIT_SIZE(I). > > Regtested on x86_64-pc-linux-gnu. OK for mainline? > > As I consider the patch safe, I'd like to backport to 13-branch later. > OK for both trunk and a backport as time permits. -- Steve