fp-wiki>ImportUser |
|
(78 intermediate revisions by 18 users not shown) |
Line 1: |
Line 1: |
| ==== GCC Compiler Collection ====
| | {{header|docs}} |
|
| |
|
| This release of Fedora has been built with GCC {{Template:DocsDict/gccVer}}
| | {{Docs_beat_closed}} |
| , which is included with the distribution.
| |
|
| |
| For more information on GCC 4.3, refer to:
| |
|
| |
|
| http://gcc.gnu.org/gcc-4.3/
| | [[Category:Docs Project]] |
| | | [[Category:Draft documentation]] |
| ===== Code Generation =====
| | [[Category:Documentation beats]] |
| | |
| Starting with <code>gcc-4.1.2-25</code> and <code>glibc-2.6.90-14</code>, the <code>-D_FORTIFY_SOURCE=2</code> 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 [https://www.redhat.com/archives/fedora-devel-announce/2007-September/msg00015.html announcement] for more details.
| |