Landing: 47011ac55b2c
Project / Subsystem
gcc / gccrs
Date
2026-04-16
Author
Thomas Schwinge
Commit
47011ac55b2cb5019a17366510a144bc132a3dae
Source
github
Impact
2/10
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gccrs
- patch_id
- —
- commit_hash
- 47011ac55b2cb5019a17366510a144bc132a3dae
- source_type
- github
- headline
- gccrs: Add `#![no_core]` attribute to most tests
- tldr
- Reverts the addition of the `#![no_core]` attribute from test suite harness files in gccrs.
- why_it_matters
- Maintains the integrity of the test suite harness files by removing unnecessary attributes.
- author
- Thomas Schwinge
- impact_score
- 2
- impact_rationale
- Reverts a change in test files, low impact.
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • gccrs
- • rust
- • testsuite
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-04-16T00:00:00.000Z
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.