Richard Guenther | 22 Mar 15:23
Picon

GCC 4.7.0 Released


Today the GCC development team celebrates the 25th anniversary of the GNU
Compiler Collection.

When Richard Stallman announced the first public release of GCC in
1987, few could have imagined the broad impact that it has had.  It
has prototyped many language features that later were adopted as part
of their respective standards -- everything from "long long" type to
transactional memory. It deployed an architecture-neutral automatic
vectorization facility, OpenMP, and Polyhedral loop nest optimization.
It has provided the toolchain infrastructure for the GNU/Linux
ecosystem used everywhere from Google and Facebook to financial
markets and stock exchanges.  We salute and thank the hundreds
of developers who have contributed over the years to make
GCC one of the most long-lasting and successful free software projects
in the history of this industry.

As a special present we have prepared the release of GCC 4.7.0 which
continues the series of free software high-quality industry-standard
compilers.

GCC 4.7.0 is a major release, containing substantial new
functionality not available in GCC 4.6.x or previous GCC releases.

GCC 4.7 features support for software transactional memory on
selected architectures.  The C++ compiler supports a bigger
subset of the new ISO C++11 standard such as support for atomics
and the C++11 memory model, non-static data member initializers,
user-defined literals, alias-declarations, delegating constructors,
explicit override and extended friend syntax.  The C compiler adds support
(Continue reading)

Jakub Jelinek | 13 Mar 14:40
Picon
Favicon

GCC 4.4.7 Released

The GNU Compiler Collection version 4.4.7 has been released.

GCC 4.4.7 is a bug-fix release containing fixes for regressions and serious
bugs in GCC 4.4.6.  This release marks the end of the maintainance of
the GCC 4.4 series.
This release is available from the FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!

Jakub Jelinek | 1 Mar 16:26
Picon
Favicon

GCC 4.6.3 Released

The GNU Compiler Collection version 4.6.3 has been released.

GCC 4.6.3 is a bug-fix release containing fixes for regressions and serious
bugs in GCC 4.6.2, with over 70 bugs fixed since previous release.  This
release is available from the FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!

Jakub Jelinek | 27 Oct 19:51
Picon
Favicon

GCC 4.6.2 Released

The GNU Compiler Collection version 4.6.2 has been released.

GCC 4.6.2 is a bug-fix release containing fixes for regressions and serious
bugs in GCC 4.6.1, with over 110 bugs fixed since previous release.  This
release is available from the FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!

Richard Guenther | 28 Jun 15:05
Picon

GCC 4.3.6 Released


The GNU Compiler Collection version 4.3.6 has been released.

GCC 4.3.6 is a bug-fix release containing fixes for regressions and serious
bugs in GCC 4.3.5.  This release marks the end of the maintainance of
the GCC 4.3 series.

The release is available from the FTP servers listed at:

 http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!

Jakub Jelinek | 28 Jun 14:55
Picon
Favicon

GCC 4.6.1 Released

The GNU Compiler Collection version 4.6.1 has been released.

GCC 4.6.1 is a bug-fix release containing fixes for regressions and serious
bugs in GCC 4.6.0, with over 150 bugs fixed since previous release.  This
release is available from the FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!

Jakub Jelinek | 18 Apr 14:08
Picon
Favicon

GCC 4.4.6 Released

The GNU Compiler Collection version 4.4.6 has been released.

GCC 4.4.6 is a bug-fix release containing fixes for regressions and serious
bugs in GCC 4.4.5, with over 70 bugs fixed since previous release.  This
release is available from the FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!

Jakub Jelinek | 28 Mar 09:25
Picon
Favicon

GCC 4.6.0 Released

The GNU Compiler Collection version 4.6.0 has been released.

GCC 4.6.0 is a major release, containing substantial new functionality
not available in GCC 4.5.x or previous GCC releases.

The "link-time optimization" framework introduced in GCC 4.5.0 has been
significantly improved in this release, it is now possible to compile
very large applications like Mozilla or GCC itself with LTO.
GCC can now partially inline functions, inlining just hot short path
to exit and keeping the rest of the function out of line.
Support for the upcoming C++0x standard has been notably improved,
Fortran 2003 and 2008 has been greatly extended and many other frontends
undergone substantial changes as well.
Many other improvements have been added and more than thousand of bugs
have been fixed in various parts of the compiler collection.

See:

  http://gcc.gnu.org/gcc-4.6/changes.html

for more information about changes in GCC 4.6.0.

This release is available from the FTP servers listed here:

  http://www.gnu.org/order/ftp.html

The release is in gcc/gcc-4.6.0/ subdirectory.

If you encounter difficulties using GCC 4.6, please do not contact me
directly.  Instead, please visit http://gcc.gnu.org for information
(Continue reading)

Richard Guenther | 18 Dec 21:56
Picon

GCC 4.5.2 Released


The GNU Compiler Collection version 4.5.2 has been released.

GCC 4.5.2 is a bug-fix release containing fixes for regressions and
serious bugs in GCC 4.5.1.  This release is available from the
FTP servers listed at:

 http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!

Jakub Jelinek | 3 Oct 15:04
Picon
Favicon

GCC 4.4.5 Released

The GNU Compiler Collection version 4.4.5 has been released.

GCC 4.4.5 is a bug-fix release containing fixes for regressions and
serious bugs in GCC 4.4.4.  This release is available from the
FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!

Richard Guenther | 8 Aug 10:46
Picon

GCC 4.5.1 Released


The GNU Compiler Collection version 4.5.1 has been released.

GCC 4.5.1 is a bug-fix release containing fixes for regressions and
serious bugs in GCC 4.5.0.  This release is available from the
FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release -- far
too many to thank individually!


Gmane