10.26.2. Contents of GCC
Short Descriptions
The C compiler |
|
The C preprocessor; it is used by the compiler to expand the #include, #define, and similar statements in the source files |
|
The C++ compiler |
|
The C++ compiler |
|
The C compiler |
|
A coverage testing tool; it is used to analyze programs to determine where optimizations will have the most effect |
|
An offline tool to handle gcda counts |
|
The Address Sanitizer runtime library |
|
A GCC support runtime library for atomic operations not supported by hardware |
|
Translates API into RPC calls |
|
Intel® Cilk™ Plus runtime library |
|
Contains run-time support for gcc |
|
Library that is linked into a program when gcc is instructed to enable profiling |
|
GNU implementation of the OpenMP API for multi-platform shared-memory parallel programming in C/C++ and Fortran |
|
Contains routines used by various GNU programs, including getopt, obstack, strerror, strtol, and strtoul |
|
The GNU Transactional Memory Library, which provides transaction support for accesses to a process's memory |
|
The Leak Sanitizer runtime library |
|
Runtime library for GCC's link-time optimization plugin |
|
The GCC Quad-Precision Math Libarary API |
|
Contains routines supporting GCC's stack-smashing protection functionality |
|
The standard C++ library |
|
Provides supporting routines for the C++ programming language |
|
The Thread Sanitizer runtime library |
|
The Undefined Behavior Sanitizer runtime library |
|
The Virtual Table Verification runtime library |