From Fedora Project Wiki

Revision as of 14:13, 24 May 2008 by fp-wiki>ImportUser (Imported from MoinMoin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GCC Compiler Collection

This release of Fedora has been built with GCC 4.3.2

, which is included with the distribution.
 

For more information on GCC 4.3, refer to:

http://gcc.gnu.org/gcc-4.3/

Code Generation

Starting with gcc-4.1.2-25 and glibc-2.6.90-14, the -D_FORTIFY_SOURCE=2 option protects not only C code, but also C++. There have been several security issues already which would not have been exploitable if this checking was in place earlier. Refer to this announcement for more details.