[llvm] [flang][runtime] OPEN(existingUnit,POSITION=) (PR #153688)

Peter Klausler via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 09:48:31 PDT 2025


================
@@ -197,6 +197,10 @@ class ExternalFileUnit : public ConnectionState,
 
   RT_API_ATTRS int GetAsynchronousId(IoErrorHandler &);
   RT_API_ATTRS bool Wait(int);
+  RT_API_ATTRS Position InquirePosition() const {
+    return OpenFile::InquirePosition(
----------------
klausler wrote:

Fix was in https://github.com/llvm/llvm-project/pull/154357, merged an hour ago.

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


More information about the llvm-commits mailing list