Story Details

  • GCC, the GNU Compiler Collection 15.1 released

    Posted: 2025-04-25 10:53:59

    GCC 15.1, the latest stable release of the GNU Compiler Collection, is now available. This release brings substantial improvements across multiple languages, including C, C++, Fortran, D, Ada, and Go. Key enhancements include improved experimental support for C++26 and C2x standards, enhanced diagnostics and warnings, optimizations for performance and code size, and expanded platform support. Users can expect better compile times and generated code quality. This release represents a significant step forward for the GCC project and offers developers a more robust and feature-rich compiler suite.

    Summary of Comments ( 20 )
    https://news.ycombinator.com/item?id=43792248

    HN commenters largely focused on specific improvements in GCC 15. Several praised the improved diagnostics, making debugging easier. Some highlighted the Modula-2 language support improvements as a welcome addition. Others discussed the benefits of the enhanced C++23 and C2x support, including modules and improved ranges. A few commenters noted the continuing, though slow, progress on static analysis features. There was also some discussion on the challenges of supporting multiple architectures and languages within a single compiler project like GCC.