GCC 15 compilers arrive with Rust, C, C++, and Cobol enhancements
Briefly

Announced on April 25, GCC 15.1 is the first release in the GCC 15 branch and is described as a major update. It features significant improvements, especially for compiling large input files, where compile time enhancements are noticeable. The vectorization capabilities have been expanded to support loops with early exits and unknown input pointer sizes. Additionally, the compiler can now track larger column numbers and report more accurate locations for extensive source files. New diagnostic options also allow for outputs in multiple formats simultaneously, enhancing developer usability.
GCC 15.1 introduces significant enhancements across various programming languages, such as Rust, C, and Cobol, with notable improvements in vectorization and the ability to handle larger files.
The new release includes major optimizations like improved compile times for large input files, specifically with the -Wmisleading-indentation option, benefiting developers significantly.
Read at InfoWorld
[
|
]