Landing: b1bce7a5a805

Project / Subsystem

gcc / ada

Date

2026-03-11

Author

Piotr Trojanek

Commit

b1bce7a5a805cc303b4fe475baaed1dcab3030a1

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
b1bce7a5a805cc303b4fe475baaed1dcab3030a1
source_type
github
headline
Ada: Suppress warning about unused quantified variables with junk names
tldr
Suppressed warnings for trivially-named unused variables in Ada quantified expressions.
author
Piotr Trojanek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • compiler
  • warning
discussion_id_link
bugzilla_pr
date
2026-03-11T00:00:00.000Z

This commit prevents GCC from issuing warnings about unused variables within quantified expressions (e.g., for all Dummy in ... => True) when those variables have intentionally meaningless names. This avoids spurious warnings in situations where the variable is syntactically required but its value is irrelevant.