From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2071) id 252BB3858C2C; Thu, 30 Sep 2021 18:29:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 252BB3858C2C MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Harald Anlauf To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-3992] Fortran: fix reference to Fortran standard in comment X-Act-Checkin: gcc X-Git-Author: Harald Anlauf X-Git-Refname: refs/heads/master X-Git-Oldrev: 6f4459c478b1c09e4b5e7d629fbf46d2a4fe4560 X-Git-Newrev: 8a0861ef29521e90293bd0236d2bb30b71a4970e Message-Id: <20210930182921.252BB3858C2C@sourceware.org> Date: Thu, 30 Sep 2021 18:29:21 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 18:29:21 -0000 https://gcc.gnu.org/g:8a0861ef29521e90293bd0236d2bb30b71a4970e commit r12-3992-g8a0861ef29521e90293bd0236d2bb30b71a4970e Author: Harald Anlauf 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. */