From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe2a.google.com (mail-vs1-xe2a.google.com [IPv6:2607:f8b0:4864:20::e2a]) by sourceware.org (Postfix) with ESMTPS id 6CB0C38432E5; Sun, 4 Dec 2022 21:10:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6CB0C38432E5 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-vs1-xe2a.google.com with SMTP id 124so9418385vsv.4; Sun, 04 Dec 2022 13:10:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=LKWxxW5ieugNx7co+z/FKZUUJVIUzu45N+FEDSqBBGc=; b=ldHKcsorQknM7sN4L3Zhs86adtRMoWgw6onsjGBYzOTB7/UkvY+yTpO+6QyGjaSvWR GrI4nlDSstN1bFyxvIGydrKpYDAWP54SLgOqtvweG0+T2XA2nqVKbIVunU69CEpPJI6L 07cdp7/9xv0TJi/n6ITvmFBxAPPBknlqIVv63xCWxPX9BuiI8fEcpvVq0F3uSBKm1GPp XWTWKZ4T7dCTHKekupCNwUHmxQMKeAnX7ywosp6IwCqVNQf5xE2JAPrpnPsynnQ0VM6s E4kAKt0nmYC0a33RbK1eShZ11VQikDfsex7bQr2fT4nwCPgNltMVdz9h+kS93pYVLIyx 5xMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=LKWxxW5ieugNx7co+z/FKZUUJVIUzu45N+FEDSqBBGc=; b=XPTiRQxyWYT4bJ+l50JpMQliYxsG6xZ0j6UU49eFMHkuKomlSAzj57U2XFSoatJ79t u83DBmXb5Vt1nW/Q0RVAYGoPEitfAlNcnQ+zj2CVlbiVhCdyWtNmDNiKAevAoV+IpO8D q9KMiKESlw4u75/eRCqrCJCDvcmDsMFL9gjzsRbOSNSHzLZ4B4jo0TAUX0cLBwmQclbA Uxa+/1qbrSCHojFBy4t2OSX4EOxjixmWpxRVFNbk44dST8mqtPcLv+RMRELafFwQ0yNe pWlAzVQlINlMKAI9sE9mVudgYKFdEBZeYr6BF54Q0Tl90PdjceLThrCBqhtsA2d9DOqH 6tlQ== X-Gm-Message-State: ANoB5pkRJ82YliW3Um+UX2QYoQQVnhu7SdaObFbuqLMYQEqfkOPnYUGY GepRLft0hCzDoAx73jenrcF+ENyOJXRbfOJgRUQ= X-Google-Smtp-Source: AA0mqf7cJiJThlm1JgVrvBx/jCYIrtYj/DlZKE3GyjAlWD6f78hnz8ZrcEiXCR14VuRbFEAgKqA50tlmzva7rX+8l4Y= X-Received: by 2002:a67:1703:0:b0:3b0:4c2f:354a with SMTP id 3-20020a671703000000b003b04c2f354amr35296908vsx.28.1670188205831; Sun, 04 Dec 2022 13:10:05 -0800 (PST) MIME-Version: 1.0 References: <19b6ebbb-4d42-ba0d-55ba-83fd8cffcbdd@gmx.de> In-Reply-To: <19b6ebbb-4d42-ba0d-55ba-83fd8cffcbdd@gmx.de> From: Paul Richard Thomas Date: Sun, 4 Dec 2022 21:09:54 +0000 Message-ID: Subject: Re: [PATCH] Fortran: fix typo in documentation of intrinsic FLOOR [PR107870] To: Harald Anlauf Cc: fortran , gcc-patches Content-Type: multipart/alternative; boundary="000000000000b77bb205ef06fefe" X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,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: --000000000000b77bb205ef06fefe Content-Type: text/plain; charset="UTF-8" Hi Harald, You will, perhaps, rue having me back when you see the updated finalization patch :-) This time, I will be breaking it up into digestible chunks! I'll be posting in about one week. Regards Paul On Sun, 4 Dec 2022 at 19:40, Harald Anlauf wrote: > Hi Paul, > > thanks - and it is good to see that you are back! > > Harald > > Am 04.12.22 um 12:48 schrieb Paul Richard Thomas via Gcc-patches: > > Hi Harald, > > > > That's good to commit. > > > > Thanks for the patch. > > > > Paul > > > > > > > > On Sat, 3 Dec 2022 at 20:40, Harald Anlauf via Fortran < > fortran@gcc.gnu.org> > > wrote: > > > >> Dear all, > >> > >> here's a small documentation fix for the intrinsic FLOOR. > >> Besides that, I adjusted the description of the optional > >> KIND argument to Fortran intrinsics to conform to the F2018 > >> standard, which reads "scalar integer constant expression". > >> > >> Tested with "make dvi". > >> > >> OK for mainline? > >> > >> Thanks, > >> Harald > >> > >> > > > > -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein --000000000000b77bb205ef06fefe--