GNU Fortran
GNU Fortran or GFortran is the name of the GNU Fortran compiler, which is part of the GNU Compiler Collection (GCC). It includes full support for the Fortran 95 language, and supports large parts of the Fortran 2003 and Fortran 2008 standards.[3][4] It supports the OpenMP[5] multi-platform shared memory multiprocessing, up to its latest version (4.5).[6] GFortran is also compatible with most language extensions and compilation options supported by g77,[7] and many other popular extensions of the Fortran language.[8]
Developer(s) | GNU Project |
---|---|
Initial release | April 20, 2005[1] |
Stable release | |
Repository | |
Written in | C, C++ |
Operating system | Cross-platform |
Platform | GNU |
Type | Compiler |
License | GNU General Public License (version 3 or later) |
Website | gcc |
Since GCC version 4.0.0, released in April 2005,[9] GFortran has replaced the older g77 compiler. The new Fortran front-end for GCC was rewritten from scratch,[10] after the principal author and maintainer of g77, Craig Burley, decided in 2001 to stop working on the g77 front end.[11] GFortran forked off from g95 in January 2003, which itself started in early 2000. The two codebases have "significantly diverged" according to GCC developers.[12] Since 2010 the front-end, like the rest of the GCC project, was migrated to C++, while it was previously written in C.[13]
See also
References
- "GCC Releases – GNU Project – Free Software Foundation (FSF)". GNU Project. Retrieved 2019-02-23.
- "GCC 10 Release Series - GNU Project - Free Software Foundation (FSF)". gcc.gnu.org. Retrieved 2020-07-24.
- "Chart of Fortran 2003 Features supported by GNU Fortran". GNU. Retrieved 2009-06-25.
- "Chart of Fortran 2008 Features supported by GNU Fortran". GNU. Retrieved 2009-06-25.
- https://jblevins.org/log/openmp
- https://gcc.gnu.org/onlinedocs/gfortran/OpenMP.html#OpenMP
- "Discussion of incompatibilities between g77 and gfortran". GNU. Retrieved 2007-01-26.
- https://gcc.gnu.org/onlinedocs/gfortran/Extensions-implemented-in-GNU-Fortran.html#Extensions-implemented-in-GNU-Fortran
- https://gcc.gnu.org/gcc-4.0/
- https://gcc.gnu.org/onlinedocs/gcc-4.1.2/gfortran/GFORTRAN-and-G77.html
- http://www.kilmnj.com/g77/why.html
- "The other GCC-based Fortran compiler". GNU. Retrieved 2007-04-11.
- http://www.h-online.com/open/news/item/GCC-allows-C-to-some-degree-1012611.html