Difference between revisions of "G77"
From Computer History Wiki
(Updated info) |
|||
Line 1: | Line 1: | ||
− | G77 is a [[GNU]] [[FORTRAN]] compiler | + | G77 is a [[GNU]] [[FORTRAN]] compiler designed as a free replacement for the Unix [[f77]] compiler. |
− | The | + | As its name implies it is a Fortran 77 compiler. Its original author was James Craig Burley. The compiler back end is the GNU Compiler Collection backend, i.e. the same as used by GNU C, g++, Objective-C etc. |
+ | G77 has largely been replaced by the [[GNU Fortran|gfortran]] compiler as of GCC version 4. gfortran is not a Fortran 77 compiler though and does not entirely replace g77 as far as Fortran source compatibility is concerned. | ||
+ | A historic version of the g77 home page has been archived [http://www.kilmnj.com/g77/ here]. | ||
{{stub}} | {{stub}} | ||
[[Category:Fortran Compilers]] | [[Category:Fortran Compilers]] |
Revision as of 16:45, 18 March 2013
G77 is a GNU FORTRAN compiler designed as a free replacement for the Unix f77 compiler.
As its name implies it is a Fortran 77 compiler. Its original author was James Craig Burley. The compiler back end is the GNU Compiler Collection backend, i.e. the same as used by GNU C, g++, Objective-C etc.
G77 has largely been replaced by the gfortran compiler as of GCC version 4. gfortran is not a Fortran 77 compiler though and does not entirely replace g77 as far as Fortran source compatibility is concerned.
A historic version of the g77 home page has been archived here.