Landing: 5af32cd1f251

Project / Subsystem

gcc / ada

Date

2026-02-13

Author

Viljar Indus

Commit

5af32cd1f251021cd4dba9a8e300dbc4e937978e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
5af32cd1f251021cd4dba9a8e300dbc4e937978e
source_type
github
headline
Ada: Fixes SPARK RM 6.9 Rule 32 check
tldr
This commit fixes a SPARK rule check to only apply to user-defined equality operations.
author
Viljar Indus
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • spark
  • verification
discussion_id_link
bugzilla_pr
date
2026-02-13T00:00:00.000Z

This commit corrects the SPARK RM 6.9 Rule 32 check in the Ada compiler to ensure it only applies to user-defined equality operations. By supplying the operation’s type as an argument, the compiler can accurately identify and validate user-defined equality, improving the precision of SPARK’s static analysis.