The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). ... We strive to provide regular, high quality releases, which we want to work well on a variety of native and cross targets (including GNU/Linux),
gcc.gnu.org/ gcc.gnu.org/
The GNU Compiler for Java - compiles Java source or bytecode to native machine code. Most APIs are supported, except the AWT and Swing. [Open Source, GPL] ... The GNU Compiler for the JavaTM Programming Language...
gcc.gnu.org/java/ gcc.gnu.org/java/
GNU Compiler Collection - Wikipedia, the free encyclopedia
The GNU Compiler Collection (usually shortened to GCC ) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain. As w...
en.wikipedia.org/wiki/GNU_Compiler_Collection
GNU Compiler for Java - Wikipedia, the free encyclopedia
The GNU Compiler for Java ( GCJ or gcj ), a free software compiler for the Java programming language, forms part of the GNU Compiler Collection. GCJ can compile Java source code to either Java V...
en.wikipedia.org/wiki/GNU_Compiler_for_Java
10.1 Actual Bugs We Haven't Fixed Yet; 10.2 Cross-Compiler Problems; 10.3 Interoperation; 10.4 Problems Compiling Certain Programs; 10.5 Incompatibilities of GCC; 10.6 Fixed Header Files; 10.7 Standard Libraries; 10.8 Disappointments and Misunderstandings; 10.9 Common Misunderstandings with GNU C++;
www.delorie.com/gnu/docs/gcc/gcc_toc.html www.delorie.com/gnu/docs/gcc/gcc_toc.html
Free Fortran 77 compiler using the GCC back-end. ... g77 is a free Fortran 77 compiler. For info on G77, now integrated into the GNU Compiler Collection (GCC), see the online g77 documentation. ... Return to GNU's home page.
www.gnu.org/software/fortran/fortran.html www.gnu.org/software/fortran/fortran.html
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF. ... If that fails, the gcc-help@gcc.gnu.org mailing list might help. Please send comments on these web pages and the development of GCC to our developer mailing list at gcc@gnu.org or gcc@gcc.gnu.org. All of our lists...
www.gnu.org/software/gcc/onlinedocs www.gnu.org/software/gcc/onlinedocs
32-bit optimizing compiler, part of GNU family. Implements standard Pascal, Borland Pascal with Objects, most of extended Pascal. Many platforms supported: DOS, Win32, OS/2; Linux, Unix (several). [Open Source, GPL] ... About GNU Pascal...
www.gnu-pascal.de/ www.gnu-pascal.de/
GNU ARM toolchain distribution ... GCC is a GNU compiler and is part of the GNU toolchain. It is available for the ARM cpu. The ARM GNU tools are a complete package including a GNU ARM compiler, an assembler and a simulator. It is also equipped with the Insight debugger.
www.gnuarm.com/ www.gnuarm.com/
distcc is a fast, free distributed C and C++ compiler. ... distcc is not itself a compiler, but rather a front-end to the GNU C/C++ compiler (gcc). (There is preliminary support for some other compilers but the main focus is gcc.) Almost all gcc options and features work as normal.
distcc.samba.org/