Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
GNU Fortran
Fortran compiler

GNU Fortran (GFortran) is an implementation of the Fortran programming language in the GNU Compiler Collection (GCC), an open-source and free software project maintained in the open-source programmer community under the umbrella of the GNU Project. It is the successor to previous compiler versions in the suite, such as g77.

We don't have any images related to GNU Fortran yet.
We don't have any YouTube videos related to GNU Fortran yet.
We don't have any PDF documents related to GNU Fortran yet.
We don't have any Books related to GNU Fortran yet.
We don't have any archived web articles related to GNU Fortran yet.

History

As of July 2020, GFortran had almost fully implemented Fortran 2008, and about 20% of Fortran 2018.12 It supports the OpenMP3 multi-platform shared memory multiprocessing, up to its latest version (4.5).4 GFortran is also compatible with most language extensions and compilation options supported by g77,5 and many other popular extensions of the Fortran language.6

Since GCC version 4.0.0, released in April 2005,7 GFortran has replaced the older g77 compiler. The new Fortran front-end for GCC was rewritten from scratch,8 after the principal author and maintainer of g77, Craig Burley, decided in 2001 to stop working on the g77 front end.9 GFortran forked off from g95 in January 2003, which itself started in early 2000. The two codebases have "significantly diverged" according to GCC developers,10 and g95 has not been maintained since 2013. Since 2010 the front-end, like the rest of the GCC project, has been migrated to C++, where it was previously written in C.11 Development of the compiler by volunteer users continues12 and each new version of GCC incorporates better support for the latest language standards and bug fixes.

See also

  • Free and open-source software portal

References

  1. "Chart of Fortran 2003 Features supported by GNU Fortran". GNU. Retrieved 2009-06-25. https://gcc.gnu.org/wiki/Fortran2003Status

  2. "Chart of Fortran 2008 Features supported by GNU Fortran". GNU. Retrieved 2009-06-25. https://gcc.gnu.org/wiki/Fortran2008Status

  3. "Parallel Computing in Fortran with OpenMP". https://jblevins.org/log/openmp

  4. "OpenMP (The GNU Fortran Compiler)". https://gcc.gnu.org/onlinedocs/gfortran/OpenMP.html#OpenMP

  5. "Discussion of incompatibilities between g77 and gfortran". GNU. Retrieved 2007-01-26. https://gcc.gnu.org/ml/fortran/2007-01/msg00619.html

  6. "Extensions implemented in GNU Fortran (The GNU Fortran Compiler)". https://gcc.gnu.org/onlinedocs/gfortran/Extensions-implemented-in-GNU-Fortran.html#Extensions-implemented-in-GNU-Fortran

  7. "GCC 4.0 Release Series - GNU Project". https://gcc.gnu.org/gcc-4.0/

  8. "GFORTRAN and G77 - the GNU Fortran 95 Compiler". https://gcc.gnu.org/onlinedocs/gcc-4.1.2/gfortran/GFORTRAN-and-G77.html

  9. "Why I'm Stopping My G77 Work". http://www.kilmnj.com/g77/why.html

  10. "The other GCC-based Fortran compiler". GNU. Retrieved 2007-04-11. https://gcc.gnu.org/wiki/TheOtherGCCBasedFortranCompiler

  11. "GCC allows C++ – to some degree - the H Open: News and Features". http://www.h-online.com/open/news/item/GCC-allows-C-to-some-degree-1012611.html

  12. "Letter from GCC/gfortran contributor with a brief history". Fortran Discourse. 2023-02-12. Retrieved 2023-02-24. https://fortran-lang.discourse.group/t/letter-from-gcc-gfortran-contributor-with-a-brief-history/5188/2