From Fedora Project Wiki

(fixing formatting error)
(glibc)
(68 intermediate revisions by 16 users not shown)
Line 1: Line 1:
==== GCC Compiler Collection ====
=== GCC 5.1.1 ===
Fedora 23 is built on GCC 5.1.1.  For information on building your own code with this compiler release, refer to the upstream change info at https://gcc.gnu.org/gcc-5/changes.html


This release of Fedora has been built with GCC {{Template:DocsDict/gccVer}}, which is included with the distribution.
=== glibc 2.22 ===
 
Fedora 23 provides version 2.22 of the GNU C libraries.  Learn about the changes available in the latest version of glibc from the project's release announcement at https://www.sourceware.org/ml/libc-alpha/2015-08/msg00609.html
For more information on GCC 4.3, refer to:


http://gcc.gnu.org/gcc-4.3/
{{header|docs}}{{Docs_beat_open}}
 
[[Category:Docs Project]]
===== Code Generation =====
[[Category:Draft documentation]]
 
[[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.

Revision as of 02:45, 28 August 2015

GCC 5.1.1

Fedora 23 is built on GCC 5.1.1. For information on building your own code with this compiler release, refer to the upstream change info at https://gcc.gnu.org/gcc-5/changes.html

glibc 2.22

Fedora 23 provides version 2.22 of the GNU C libraries. Learn about the changes available in the latest version of glibc from the project's release announcement at https://www.sourceware.org/ml/libc-alpha/2015-08/msg00609.html

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer