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