[flang][runtime] Flush output before INQUIRE(..., SIZE=) (#75379)
commit7b50176805ff53994ab87bbce7c3b7840bbc85ab
authorPeter Klausler <35819229+klausler@users.noreply.github.com>
Tue, 26 Dec 2023 23:40:19 +0000 (26 15:40 -0800)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2023 23:40:19 +0000 (26 15:40 -0800)
tree9bcc81cfc358b88656bbae8f979d9f7d340bc614
parent1794b61472515078e0a16ec2accf972ef1adf4be
[flang][runtime] Flush output before INQUIRE(..., SIZE=) (#75379)

Ensure that any buffered data has tranferred to an external unit before
measuring its file size.
flang/runtime/io-stmt.cpp