[flang-commits] [flang] [llvm] [flang-rt] Add support for logical binary input edit descriptor (PR #193490)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Fri May 29 08:29:30 PDT 2026


================
@@ -924,7 +924,7 @@ RT_API_ATTRS bool EditRealInput(
   }
 }
 
-// 13.7.3 in Fortran 2018
+// 13.7.3 in Fortran 2018 (B descriptor is an extension)
----------------
eugeneepshteyn wrote:

Since you touched this comment, please change it into a preferred format for spec references:
```
// F2018 13.7.3 (B descriptor is a non-standard extension)
```

https://github.com/llvm/llvm-project/pull/193490


More information about the flang-commits mailing list