THURSDAY, APRIL 16, 2026
gccrs — Impact 2 / 10
gccrs: Add `#![no_core]` attribute to most tests
Reverts the addition of the `#![no_core]` attribute from test suite harness files in gccrs.
The commit reverts the application of the #![no_core] attribute to the ’[…].exp’ test suite harness files in gccrs. These files were already functioning correctly without the annotation, making the change unnecessary.