codee-com/open-catalog

[Fortran] Modernize `call flush`

Open

#89 aberto em 30 de jun. de 2025

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Fortran (12 forks)auto 404
Fortrangood first issue

Métricas do repositório

Stars
 (105 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador