[flang-commits] [flang] Move deallocation of I/O resources under STOP to a critical section (PR #74181)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Sat Dec 2 07:55:13 PST 2023
https://github.com/klausler commented:
I don't understand why this lock is needed here. CloseAllExternalUnits ends up calling ExternalFileUnit::CloseAll, which already has a critical section in it.
https://github.com/llvm/llvm-project/pull/74181
More information about the flang-commits
mailing list