GCC 10.2.1 Released
Iain Buclaw
ibuclaw at gdcproject.org
Mon Aug 24 21:24:23 UTC 2020
Hi,
I've been slow in getting round to this, but 10.2 was released a
few weeks back.
GCC 10.2 is a bug-fix release from the GCC 10 branch containing
important fixes for regressions and serious bugs found GCC 10.1.
In the D language front-end, there have been four ICE bugs fixed
(five if you're getting the packages from Debian/Ubuntu).
Also fixed is a compile-time performance bug when using `static
foreach'.
In the following example:
static foreach (i; 0..30000) {}
Compilation time has been reduced from around 40 to 0.08 seconds.
Memory consumption is also reduced from 3.5GB to 55MB. (Thanks
BorisCarvajal!)
As usual, sources are available from any of the GCC mirrors [1],
or you can clone the git repository [2].
Regards
Iain.
[1] https://gcc.gnu.org/mirrors.html
[2] git://gcc.gnu.org/git/gcc.git
More information about the Digitalmars-d-announce
mailing list