codee-com/open-catalog

[Fortran] Modernize `call flush`

Open

#89 建立於 2025年6月30日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Fortran (12 fork)auto 404
Fortrangood first issue

倉庫指標

Star
 (105 star)
PR 合併指標
 (PR 指標待抓取)

描述

In old days, some compilers did not support flush statement or support flush via call. So, some codebases uses flush as

call flush(file_descriptor)

It would be nice to have a suggestion for replacing call flush with flush statement.

Related to PWR075

貢獻者指南