Landing: fda65d6ed0a2
Project / Subsystem
gcc / ada
Date
2026-02-12
Author
Viljar Indus
Commit
fda65d6ed0a2cc7747af1c543be5ffc66629fc10
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- fda65d6ed0a2cc7747af1c543be5ffc66629fc10
- source_type
- github
- headline
- Relocate Check_Valid_Ghost_Declaration in ada
- tldr
- The `Check_Valid_Ghost_Declaration` procedure in the Ada compiler has been relocated to maintain alphabetical order.
- author
- Viljar Indus
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • refactor
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-02-12T00:00:00.000Z
This commit relocates the Check_Valid_Ghost_Declaration procedure within the ghost.adb file. The purpose of this change is to maintain alphabetical order within the file, improving code organization and readability.