GCC 12.2 Released (D v2.100.1)

Iain Buclaw ibuclaw at gdcproject.org
Fri Aug 19 11:36:09 UTC 2022


Hi,

GCC version 12.2 has been released.

GCC 12.2 is the first bug-fix release from the GCC 12 branch 
containing important fixes for regressions and serious bugs in 
GCC 12.1 with 11 bugs fixed in GDC since the previous release.

Notable changes:

- Updated the D front-end from v2.100.0-rc1 to v2.100.1.

- Linkage of `pragma(inline, true)` functions has been changed to 
linkonce/comdat, as they are now compiled into every compilation 
unit they are referenced from.  If you were previously getting 
unresolved references to pragma inline symbols at link-time, this 
has now been fixed.

If you encounter difficulties, while you may contact me directly, 
it is better to visit https://gcc.gnu.org/bugzilla and file a 
problem report.

There's also the 
[#gdc](https://dlang.slack.com/archives/C6LTP6MV1) channel on the 
Dlang Slack or [#d.gdc](irc://irc.libera.chat/d.gdc) on 
Libera.Chat IRC (or try your luck on 
[Discord](https://discord.gg/hj6ByvrVus)) for any general 
queries, support, consulting, and/or social.

Until the next major/minor release...

Regards,
Iain.


More information about the Digitalmars-d-announce mailing list