]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fortran: fix reference to Fortran standard in comment
authorHarald Anlauf <anlauf@gmx.de>
Thu, 30 Sep 2021 18:28:39 +0000 (20:28 +0200)
committerHarald Anlauf <anlauf@gmx.de>
Thu, 30 Sep 2021 18:28:39 +0000 (20:28 +0200)
gcc/fortran/
* expr.c: The correct reference to Fortran standard is: F2018:10.1.12.

gcc/fortran/expr.c

index 5ad1c4f95237c2e064194dd83ead9663764d5609..6c38935adc39ade9a0ee2d3e283cc3e060935fed 100644 (file)
@@ -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.  */