Compilers: Difference between revisions
Jump to navigation
Jump to search
(New page: == GCC == From [http://en.wikipedia.org/wiki/GNU_Compiler_Collection wikipedia], <blockquote> "GCC ([http://gcc.gnu.org/ GNU Compiler Collection]) is a set of compilers for various languag...) |
(→GCC) |
||
| Line 8: | Line 8: | ||
=== g++ === |
=== g++ === |
||
=== gfortran === |
=== gfortran === |
||
=== g77 === |
|||
'''g77''' is the ancestor of '''gfortran''' and was included in GCC prior to version 4.<ref> http://gcc.gnu.org/onlinedocs/gfortran/GNU-Fortran-and-G77.html#GNU-Fortran-and-G77 </ref> |
|||
=== Notes === |
|||
<references/> |
|||
Revision as of 22:24, 2 December 2007
GCC
From wikipedia,
"GCC (GNU Compiler Collection) is a set of compilers for various language (C, C++, Objective-C, Objective-C++, Fortran, Java and Ada) produced by the GNU Project."
gcc
g++
gfortran
g77
g77 is the ancestor of gfortran and was included in GCC prior to version 4.[1]