*** Welcome to piglix ***

GNU Fortran

GNU Fortran
GNU Compiler Collection logo.svg
Developer(s) GNU Project
Initial release April 13, 2007; 9 years ago (2007-04-13)
Stable release
6.3 / 21 December 2016; 3 months ago (2016-12-21)
Preview release
7.0 / May 22, 2016; 9 months ago (2016-05-22)
Repository gcc.gnu.org/viewcvs/gcc/
Written in C, C++
Operating system Cross-platform
Platform GNU
Type Compiler
License GNU General Public License (version 3 or later)
Website gcc.gnu.org/fortran/

GNU Fortran or GFortran is the name of the GNU Fortran compiler, which is part of the GNU Compiler Collection (GCC). GFortran has replaced the g77 compiler, on which development stopped before GCC version 4.0. It includes full support for the Fortran 95 language and is compatible with most language extensions supported by g77, allowing it to serve as a drop-in replacement in many cases. Large parts of Fortran 2003 and Fortran 2008 have also been implemented.

An experimental version of GFortran was included in GCC versions 4.0.x, but only since version 4.1 has it been considered user-ready by its developers. Development is ongoing together with the rest of GCC.

GFortran forked off from g95 in January 2003, which itself started in early 2000. The two codebases have "significantly diverged" according to GCC developers.



...
Wikipedia

...