From 8a0861ef29521e90293bd0236d2bb30b71a4970e Mon Sep 17 00:00:00 2001 From: Harald Anlauf Date: Thu, 30 Sep 2021 20:28:39 +0200 Subject: [PATCH] Fortran: fix reference to Fortran standard in comment gcc/fortran/ * expr.c: The correct reference to Fortran standard is: F2018:10.1.12. --- 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 5ad1c4f95237..6c38935adc39 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. */ -- 2.47.2