Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by RahulSundaram: http://fedoraproject.org/wiki/Docs/Beats/DevelTools/GCC ------------------------------------------------------------------------------ + - {{{ - Fedora Core 5 Release Notes Content is marked like this. - }}} == GCC Compiler Collection == - {{{ + This release of Fedora has been built with GCC 4.1, which is included with the distribution. === Caveats === @@ -40, +38 @@ * The basic compiler, without any optimization (`-O0`), has been measured as much as 25% faster in real-world code. * Libraries may now contain function-scope static variables in multi-threaded programs. Embedded developers can use the `-fno-threadsafe-statics` to turn off this feature, but ordinary users should never do this. - }}}