gcc/4.9¶
- name
- GNU Compiler Collection (GCC)
- version
- 4.9.2
- description
- C/C++/Fortran compiler suite
- url
- https://gcc.gnu.org/
- license
- opensource
- built
- Wed Apr 15 16:32:59 CDT 2015
- tags
- compilers, development
- usage
- Use the module system to load this version of gcc:
module load midway1; module load gcc/4.9
This is a newer version of the gcc compiler suite than is available by default on Midway. It has a number
of optimization improvements and has updated support for language standards such as C99 and C++11. For more specific information see Status of C99 features in GCC <https://gcc.gnu.org/c99status.html>_, C++11 Support in GCC <https://gcc.gnu.org/projects/cxx0x.html>_, and GCC 4.9 C++11 Support <https://gcc.gnu.org/gcc-4.9/cxx0x_status.html>_.