[flang-commits] [flang] [flang][runtime] Resilient opening of anonymous unit (PR #93876)
via flang-commits
flang-commits at lists.llvm.org
Thu May 30 14:50:29 PDT 2024
================
@@ -58,15 +58,13 @@ ExternalFileUnit *ExternalFileUnit::LookUpOrCreate(
ExternalFileUnit *ExternalFileUnit::LookUpOrCreateAnonymous(int unit,
Direction dir, Fortran::common::optional<bool> isUnformatted,
- const Terminator &terminator) {
+ IoErrorHandler &handler) {
// Make sure that the returned anonymous unit has been opened
// not just created in the unitMap.
----------------
vdonaldson wrote:
Comment punctuation?
https://github.com/llvm/llvm-project/pull/93876
More information about the flang-commits
mailing list