Landing: 79c927825492

Project / Subsystem

gcc / ada

Date

2025-12-23

Author

Denis Mazzucato

Commit

79c927825492c985909d73dc72000e4a10f55f5f

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
79c927825492c985909d73dc72000e4a10f55f5f
source_type
github
headline
Enable checks during analysis of expanded dispatching calls.
tldr
This commit re-enables run-time checks during the expansion of dispatching calls in Ada.
author
Denis Mazzucato
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • run-time checks
  • dispatching calls
discussion_id_link
bugzilla_pr
date
2025-12-23T00:00:00.000Z

This commit re-enables the generation of run-time checks during the analysis and resolution of expanded dispatching calls. These checks were previously disabled to avoid spurious warnings under the ZFP run-time, but this is no longer necessary. This change ensures that potential errors in dispatching calls are detected at run-time, improving the reliability of Ada programs.