public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Harald Anlauf <anlauf@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-3992] Fortran: fix reference to Fortran standard in comment
Date: Thu, 30 Sep 2021 18:29:21 +0000 (GMT)	[thread overview]
Message-ID: <20210930182921.252BB3858C2C@sourceware.org> (raw)

https://gcc.gnu.org/g:8a0861ef29521e90293bd0236d2bb30b71a4970e

commit r12-3992-g8a0861ef29521e90293bd0236d2bb30b71a4970e
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Thu Sep 30 20:28:39 2021 +0200

    Fortran: fix reference to Fortran standard in comment
    
    gcc/fortran/
            * expr.c: The correct reference to Fortran standard is: F2018:10.1.12.

Diff:
---
 gcc/fortran/expr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c
index 5ad1c4f9523..6c38935adc3 100644
--- a/gcc/fortran/expr.c
+++ b/gcc/fortran/expr.c
@@ -990,7 +990,7 @@ done:
 }
 
 
-/* Standard intrinsics listed under F2018:10.1.2 (6), which are excluded in
+/* Standard intrinsics listed under F2018:10.1.12 (6), which are excluded in
    constant expressions, except TRANSFER (c.f. item (8)), which would need
    separate treatment.  */


                 reply	other threads:[~2021-09-30 18:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210930182921.252BB3858C2C@sourceware.org \
    --to=anlauf@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).