发布于 2015-04-23 00:30:36 | 229 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

GCC GNU编译器套装

GCC(GNU Compiler Collection,GNU编译器套装)是一套由GNU工程开发的支持多种编程语言的编译器。GCC是自由软件发展过程中的著名例子,由自由软件基金会以GPL协议发布。GCC是大多数类Unix操作系统(如Linux、BSD、Mac OS X等)的标准的编译器,GCC同样适用于微软的Windows。


GCC 5.1 发布,此版本包括大量新特性及 Bug 修复:

一般优化改进:

  • Inter-procedural optimization improvements

  • Link-time optimization improvements

  • Feedback directed optimization improvements

  • Register allocation improvements

  • UndefinedBehaviorSanitizer gained a few new sanitization options

  • Pointer Bounds Checker, a bounds violation detector, has been added and can be enabled via -fcheck-pointer-bounds. Memory accesses are instrumented with run-time checks of used pointers against their bounds to detect pointer bounds violations (overflows). The Pointer Bounds Checker is available on x86/x86-64 GNU/Linux targets with a new ISA extension Intel MPX support. See the Pointer Bounds Checker Wiki page for more details.

新语言及语言具体改进:

  • OpenMP 4.0 specification offloading features are now supported by the C, C++, and Fortran compilers. Generic changes:
         Infrastructure (suitable for any vendor).
         Testsuite which covers offloading from the OpenMP 4.0 Examples document.

  • Specific for upcoming Intel Xeon Phi products:
         Run-time library.
         Card emulator.

  • GCC 5 includes a preliminary implementation of the OpenACC 2.0a specification. OpenACC is intended for programming accelerator devices such as GPUs. See the OpenACC wiki page for more information.

详细信息请查看发行页面

此版本现已提供下载:
http://ftp.gnu.org/gnu/gcc/gcc-5.1.0/

GCC(GNU Compiler Collection,GNU编译器套装)是一套由GNU工程开发的支持多种编程语言的编译器。GCC是自由软件发展过程中的著名例子,由自由软件基金会以GPL协议发布。GCC是大多数类Unix操作系统(如Linux、BSD、Mac OS X等)的标准的编译器,GCC同样适用于微软的Windows。

GCC 原名为 GNU C 语言编译器GNU C Compiler),因为它原本只能处理 C语言。GCC 很快地扩展,变得可处理 C++。之后也变得可处理 Fortran、Pascal、Objective-C、Java, 以及 Ada 与其他语言。



历史版本 :
GCC 7.3 发布,包含变种 Spectre 漏洞补丁
GCC 5.5 发布,GCC 5 分支的最后一个版本
GCC 7.2 发布,C/C++ 编译器
GCC 6.4 发布,GNU 编译器合集
GCC 7.1 发布,C/C++ 编译器
GCC 6.3 发布,C/C++ 编译器
GCC 6.2 发布
GCC 6.1 发布,新增功能特性
GCC 5.3 发布,C 的默认模式为 -std=gnu11
GCC 5.2 发布,C/C++ 编译器
GCC 4.9.3/4.8.5 发布
GCC 5.1 发布,C/C++ 编译器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务