[all-commits] [llvm/llvm-project] ffec26: [flang][runtime] Catch bad OPEN specifiers for unf...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Aug 18 14:44:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffec26698080b3db8ef7726e4e5cf6029f07b02b
https://github.com/llvm/llvm-project/commit/ffec26698080b3db8ef7726e4e5cf6029f07b02b
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths:
M flang-rt/include/flang-rt/runtime/io-error.h
M flang-rt/include/flang-rt/runtime/io-stmt.h
M flang-rt/lib/runtime/io-api.cpp
M flang-rt/lib/runtime/io-stmt.cpp
Log Message:
-----------
[flang][runtime] Catch bad OPEN specifiers for unformatted files (#153707)
When an OPEN statement has specifiers that are allowed only for
formatted files, detect an error when the file turns out to be
unformatted.
Fixes https://github.com/llvm/llvm-project/issues/153480.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list