aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2015-04-28 07:42:09 +0800
committergerald <gerald@FreeBSD.org>2015-04-28 07:42:09 +0800
commit952d71696a89c0c8dcc4996bdeca5ced9d51b6a7 (patch)
tree6ca2c9ccc41eb62ad1626c3ddd745b13fb55c009 /x11-wm
parentc61fa3728f3058aaaddaa24bbd576125c8a2dd0a (diff)
downloadfreebsd-ports-gnome-952d71696a89c0c8dcc4996bdeca5ced9d51b6a7.tar.gz
freebsd-ports-gnome-952d71696a89c0c8dcc4996bdeca5ced9d51b6a7.tar.zst
freebsd-ports-gnome-952d71696a89c0c8dcc4996bdeca5ced9d51b6a7.zip
Update to the 5.1 release, the first release of the GCC 5 series.
The default mode for C is now -std=gnu11 instead of -std=gnu89. New warning options -Wc90-c99-compat and -Wc99-c11-compat may prove useful on that front. The C++ front end now has full C++14 language support including C++14 variable templates, C++14 aggregates with non-static data member initializers, C++14 extended constexpr, and more. The Standard C++ Library (libstdc++) has full C++11 support and experimental full C++14 support. It uses a new ABI by default. There have been significant improvements to inter-procedural optimizations and link-time optimization such as One Definition Rule based merging of C++ types as well as register allocation. OpenMP 4.0 specification offloading features are now supported by the C, C++, and Fortran compilers. Cilk Plus, an extension to the C and C++ languages to support data and task parallelism, has been added as well. New warning options -Wswitch-bool, -Wlogical-not-parentheses, -Wbool-compare and -Wsizeof-array-argument may prove useful as may new preprocessor directives __has_include, __has_include_next, and __has_attribute. GCC can now be built as a shared library for embedding in other processes (such as interpreters), suitable for Just-In-Time compilation to machine code. This provides a C API and a C++ wrapper API. Many code generation improvements for AArch64, ARM, support for AVX-512{BW,DQ,VL,IFMA,VBMI} and Intel MPX on x86-64, and generally improvements on many targets. The Local Register Allocator (LRA) now contains a rematerialization subpass and is able to reuse the PIC hard register on x86/x86-64 to improve performance of position independent code. https://gcc.gnu.org/gcc-5/changes.html has a more extensive set of changes and https://gcc.gnu.org/gcc-5/porting_to.html has a solid overview of issue you may encountering porting to this new version.
Diffstat (limited to 'x11-wm')
0 files changed, 0 insertions, 0 deletions