public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3992] Fortran: fix reference to Fortran standard in comment
@ 2021-09-30 18:29 Harald Anlauf
  0 siblings, 0 replies; only message in thread
From: Harald Anlauf @ 2021-09-30 18:29 UTC (permalink / raw)
  To: gcc-cvs

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.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-30 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 18:29 [gcc r12-3992] Fortran: fix reference to Fortran standard in comment Harald Anlauf

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).