SUNDAY, APRIL 19, 2026 GCC DIGEST · OPEN-SOURCE SYSTEMS DAILY VOL. 1 · NO. 109
Late Edition · APRIL 19, 2026 · VOL. 1 · NO. 109
The GCC Digest
— A Daily Record of the GNU Compiler Collection —
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.

Filed Under: gccrsrusttestsuite