When a mode flag is modified (e.g., BLANK='ZERO') in an I/O data transfer
statement, ensure that the right set of mode flags is modified.
There's one set of mode flags that are captured by an OPEN
statement and maintained in the connection, and another that
is maintained in an I/O statement state record for local mutability.
Some I/O API routines were unconditionally modifying the persistent
set of flags.
Details
Details
- Reviewers
vdonaldson - Commits
- rG2b0b9b2e836f: [flang] Modify right modes for READ/WRITE vs OPEN
Diff Detail
Diff Detail