codee-com/open-catalog

[Fortran] Modernize `call flush`

Open

#89 aperta il 30 giu 2025

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Fortran (12 fork)auto 404
Fortrangood first issue

Metriche repository

Star
 (105 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor