Landing: a64b0db23502

Project / Subsystem

gcc / ada

Date

2026-01-06

Author

Bob Duff

Commit

a64b0db23502ee39893aa4a4d515e97b24cef7d1

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
a64b0db23502ee39893aa4a4d515e97b24cef7d1
source_type
github
headline
Ada: Use aggregate in Save_Scan_State for better coverage.
tldr
The Ada compiler now uses an aggregate in `Save_Scan_State`, which enables full coverage checking.
author
Bob Duff
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • refactor
  • code quality
discussion_id_link
bugzilla_pr
date
2026-01-06T00:00:00.000Z

The Ada compiler now uses an aggregate in Save_Scan_State instead of a series of individual assignments. This change enables full coverage checking, ensuring that all relevant fields are properly initialized.