codee-com/open-catalog

[Fortran] Modernize `call flush`

Open

#89 geöffnet am 30. Juni 2025

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Fortran (12 Forks)auto 404
Fortrangood first issue

Repository-Metriken

Stars
 (105 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide