Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

GCC 14.4 Released

The GCC team has announced the release of GCC 14.4, the latest bug-fix release in the GCC 14 series. This version includes numerous bug fixes and improvements over GCC 14.3, addressing various issues reported by the community.

Background

- GCC (GNU Compiler Collection) is the default compiler on Linux and many open-source systems; it translates C, C++, and other languages into machine code. - This is a release announcement for GCC 14.4, the fourth bugfix/maintenance update in the GCC 14.x series, posted to the project's official mailing list. - GCC releases follow a version-number scheme where the first two numbers (14.x) mark a major feature release, and subsequent numbers (14.4) indicate minor patches that fix bugs without adding new features. - The note lists changes such as backported fixes for RISC-V, Arm AArch64, C++23 standard library support, and various optimization and sanitizer issues — routine maintenance that matters to developers who compile software from source. - No new features or breaking changes are introduced; this is a stability update for anyone using GCC 14.x.

Related stories