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 913483854553; Sun, 4 Dec 2022 11:48:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 913483854553 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 124so8688812vsv.4; Sun, 04 Dec 2022 03:48:57 -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=yNs9BPehi/wf+/lvqw4E4/eDin7v4euBqfVtbUPFz5k=; b=Wm6gO3FOAwRRvL5zTM9PV7C6cn5to3ZApEcoXYviPS4AvShCGvgUmQvGPqDieU4hC8 rdFHJOgkfB3PT5An93AGRMGHRCz0tJwrz/0lDaBkB3BSSADYCq+DEDGtdFV3Bk1PzHJh gSAPIe0ShPH0r+YCa2uo03PiGEBqzXDix+5rEcCyfiCgYaGR96N3myzdatKo5+4IPp/q pehM4RBJsj7Jod/HnM4lhjGaupDbhYcOd0lO6BQUVJvf/TILYVIyhrm8ABYpL+S3dwwV cOuxS+wOSLyfkoUyLvVZKqPuSWab/fscNhucPenNyqqW1SFVXAvD61ezaYyzNjzft7uv mEJw== 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=yNs9BPehi/wf+/lvqw4E4/eDin7v4euBqfVtbUPFz5k=; b=P/eDCBFMX3HWsR0lLHM37Upv/jQVraZKs+MwHPSECX7uZm/kgSRIOlLv2ACSsX++mE fkYiQ0KCQlrHkwQiAmx35OorpV0g3xsQYSg24W2iwvj0IztRox2L1Y8/R+R8ZSRP/Ry8 2t27FwB1AzTfpXMCSqpXxjoru2HqFq9w1a4DuQdXpL59DutB124umdS1/M69rU5OuY57 5hqeKwJK8FZoFUI+wlk+/9RqyG1c0QEme1HPY5m/7iOoOWCGG7yfjdFzAxIDo+1SQJ1f 9naN31zm/yo/sup/ihlgevqCwUTyKmr3mKtMwvvexWTJW7WwBBHrLEl1lirKk1BHDqF5 LrBw== X-Gm-Message-State: ANoB5pmNY5+/fBNTBZSHF5ELUE+OniEXYF17B3pTpwAqxv7robiuGpcV MB8d9hBpBivRB64KRi38GTPzDuxq4LWYU1m8EG69WN47 X-Google-Smtp-Source: AA0mqf5P7Oqe6dGGNP/5orNYFnVzfLvpfyJy5ozP08Nt08pbDW16AMaI2DrS4Rncc4fQoyKBXOlYE0prce/2jWq90Sk= X-Received: by 2002:a05:6102:2121:b0:3b0:5094:5b55 with SMTP id f1-20020a056102212100b003b050945b55mr15482127vsg.87.1670154537018; Sun, 04 Dec 2022 03:48:57 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Paul Richard Thomas Date: Sun, 4 Dec 2022 11:48:46 +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="000000000000e628db05eeff2763" 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: --000000000000e628db05eeff2763 Content-Type: text/plain; charset="UTF-8" Hi Harald, That's good to commit. Thanks for the patch. Paul On Sat, 3 Dec 2022 at 20:40, Harald Anlauf via Fortran 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 --000000000000e628db05eeff2763--