Landing: 99574f250063

Project / Subsystem

gcc / ada

Date

2026-03-10

Author

Piotr Trojanek

Commit

99574f2500631b48c2d267bbb53421b8c5986516

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
99574f2500631b48c2d267bbb53421b8c5986516
source_type
github
headline
Ada Now Requires Compilation Units to Have No Indentation
tldr
The Ada compiler now enforces a style rule disallowing indentation for the start of compilation units.
author
Piotr Trojanek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • style
  • indentation
discussion_id_link
bugzilla_pr
date
2026-03-10T00:00:00.000Z

The Ada compiler now enforces a stricter style rule: compilation units must start without any indentation. Previously, the compiler only required the start to be a multiple of the indentation value. This change ensures a consistent code style across Ada projects.