www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - GCC 11.2 Released

reply Iain Buclaw <ibuclaw gdcproject.org> writes:
Hi,

GCC version 11.2 was released on the 28th.

GCC 11.2 is a bug-fix release from the GCC 11 branch containing 
important fixes for regressions and serious bugs in GCC 11.1.

In the D language front-end and standard library, there have been 
two ICE bug fixes, and and two code generation fixes in GDC 
itself.

Other regression/bugs fixes were cherry-picked from upstream DMD 
for bugzilla issues 12504, 17857, 19234, 21742, 21898, 21927, 
21939, 22005, 22006, and 22007.

As usual, sources are available from any of the [GCC 
mirrors](https://gcc.gnu.org/mirrors.html), or you can clone the 
[git repository](git://gcc.gnu.org/git/gcc.git).  Wait long 
enough, and it should be appearing in a Linux distribution near 
you.

Regards
Iain.
Jul 29 2021
next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 7/29/2021 7:51 AM, Iain Buclaw wrote:
 GCC version 11.2 was released on the 28th.
Thank you!
Jul 29 2021
prev sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Thursday, 29 July 2021 at 14:51:40 UTC, Iain Buclaw wrote:
 Hi,

 GCC version 11.2 was released on the 28th.

 GCC 11.2 is a bug-fix release from the GCC 11 branch containing 
 important fixes for regressions and serious bugs in GCC 11.1.

 In the D language front-end and standard library, there have 
 been two ICE bug fixes, and and two code generation fixes in 
 GDC itself.

 Other regression/bugs fixes were cherry-picked from upstream 
 DMD for bugzilla issues 12504, 17857, 19234, 21742, 21898, 
 21927, 21939, 22005, 22006, and 22007.

 As usual, sources are available from any of the [GCC 
 mirrors](https://gcc.gnu.org/mirrors.html), or you can clone 
 the [git repository](git://gcc.gnu.org/git/gcc.git).  Wait long 
 enough, and it should be appearing in a Linux distribution near 
 you.

 Regards
 Iain.
You're the man Iain
Aug 01 2021