Landing: 89d27e500e15
Project / Subsystem
gcc / gcc/maintainers
Date
2026-05-29
Author
Richard Earnshaw
Commit
89d27e500e151cacd94dc6231ad8bc91adff0f5e
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc/maintainers
- patch_id
- —
- commit_hash
- 89d27e500e151cacd94dc6231ad8bc91adff0f5e
- source_type
- github
- headline
- Automate MAINTAINERS file generation from YAML
- tldr
- GCC MAINTAINERS file now auto-generated from YAML, with updated tests and scripts.
- author
- Richard Earnshaw
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • maintainers
- • automation
- • yaml
- • gcc
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-29T00:00:00.000Z
This commit converts the GCC MAINTAINERS data into a YAML format and introduces scripts to automatically regenerate the MAINTAINERS file from this YAML source. The test suite has been updated to verify the correctness of the generated file. The old Python script contrib/check-MAINTAINERS.py is removed as it is no longer necessary.