Landing: 4b2b278e33a2

Project / Subsystem

gcc / ada

Date

2026-03-16

Author

Piotr Trojanek

Commit

4b2b278e33a22b7a862b0a1948b62b3cad4091d0

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
4b2b278e33a22b7a862b0a1948b62b3cad4091d0
source_type
github
headline
Suppress Warning for Quantified Expressions with Filters
tldr
The Ada compiler now suppresses a warning about unused variables in quantified expressions when a filter is present.
author
Piotr Trojanek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • warning
  • quantified expression
discussion_id_link
bugzilla_pr
date
2026-03-16T00:00:00.000Z

The Ada compiler now suppresses a warning about unused quantified variables within quantified expressions when a filter is present. The presence of a filter makes it less obvious whether the quantified variable is intentionally unused, thus the warning is suppressed to avoid false positives.