gfortran
GFortran is the GNU Fortran compiler, part of the GNU Compiler Collection (GCC). It is free software released under the GNU General Public License and runs on multiple platforms, including Linux, Windows, and macOS. GFortran translates Fortran source code into native machine code and is widely used in scientific, engineering, and numerical computing for its portability, compatibility with GCC tooling, and performance.
GFortran implements a substantial portion of the Fortran language standards. It has strong support for Fortran
As part of GCC, gfortran benefits from a unified compiler backend, cross-language interoperability, consistent software packaging,