Samiksha Jaiswal (Editor)

GNU Fortran

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
GNU Project

Written in
  
C, C++

Initial release
  
April 13, 2007; 9 years ago (2007-04-13)

Stable release
  
6.3 / 21 December 2016; 2 months ago (2016-12-21)

Preview release
  
7.0 / May 22, 2016; 9 months ago (2016-05-22)

Repository
  
gcc.gnu.org/viewcvs/gcc/

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.

References

GNU Fortran Wikipedia