Landing: 612a53a37540
Project / Subsystem
gcc / amdgcn
Date
2026-06-11
Author
Andrew Stubbs
Commit
612a53a3754078e6bc7604e88513093c7062be0a
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- amdgcn
- patch_id
- —
- commit_hash
- 612a53a3754078e6bc7604e88513093c7062be0a
- source_type
- github
- headline
- Amdgpu backend fixes a missing comma in register class names.
- tldr
- A missing comma in the `REG_CLASS_NAMES` definition for the AMDgpu backend is now corrected, fixing minor display issues in dump files.
- author
- Andrew Stubbs
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • bugfix
- • amdgpu
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-06-11T00:00:00.000Z
A small but impactful bug in the AMDgpu backend’s gcn.h file is fixed, restoring a missing comma in the REG_CLASS_NAMES macro. This correction resolves an issue primarily affecting the display of register class information in compiler dump files, ensuring proper formatting and readability for diagnostic output.