Landing: 2176e769d3f0
Project / Subsystem
gcc / ada
Date
2026-02-24
Author
Bob Duff
Commit
2176e769d3f0c77405af0cd33bad64c3488980f0
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- 2176e769d3f0c77405af0cd33bad64c3488980f0
- source_type
- github
- headline
- Add comment explaining the VAST 2-pass algorithm.
- tldr
- This commit adds a comment to the Ada compiler's VAST pass to explain the 2-pass algorithm.
- author
- Bob Duff
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • VAST
- • compiler
- • documentation
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-02-24T00:00:00.000Z
A comment has been added to the Ada compiler’s VAST (Verification Aspect Syntax Tree) pass to explain the 2-pass algorithm. This improves the code’s readability and helps developers understand the structure and operation of the VAST pass.