aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Anlauf <anlauf@gmx.de>2021-09-30 20:28:39 +0200
committerHarald Anlauf <anlauf@gmx.de>2021-09-30 20:28:39 +0200
commit8a0861ef29521e90293bd0236d2bb30b71a4970e (patch)
tree1ca83cdcb676a15947a71f9b2f03dd3979b4d60d
parent6f4459c478b1c09e4b5e7d629fbf46d2a4fe4560 (diff)
downloadgcc-8a0861ef29521e90293bd0236d2bb30b71a4970e.zip
gcc-8a0861ef29521e90293bd0236d2bb30b71a4970e.tar.gz
gcc-8a0861ef29521e90293bd0236d2bb30b71a4970e.tar.bz2
Fortran: fix reference to Fortran standard in comment
gcc/fortran/ * expr.c: The correct reference to Fortran standard is: F2018:10.1.12.
-rw-r--r--gcc/fortran/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c
index 5ad1c4f..6c38935 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. */