Landing: a633cfbd0c54

Project / Subsystem

gcc / ada

Date

2026-03-04

Author

Eric Botcazou

Commit

a633cfbd0c548b972a06fdc5e6065914ed445a94

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
a633cfbd0c548b972a06fdc5e6065914ed445a94
source_type
github
headline
Ada: Reject non-primitive operations in Finalizable aspect.
tldr
The Ada compiler now enforces that only primitive operations can be used in the `Finalizable` aspect.
author
Eric Botcazou
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • finalization
  • aspects
  • restriction
discussion_id_link
bugzilla_pr
date
2026-03-04T00:00:00.000Z

The Ada compiler now enforces a restriction that only primitive operations can be used within the Finalizable aspect. This change aligns with the intended implementation, prevents unsupported behavior, and simplifies the compiler. This ensures that finalization procedures are correctly defined and executed.