Landing: a23b1485bf41

Project / Subsystem

gcc / ada

Date

2026-01-08

Author

Eric Botcazou

Commit

a23b1485bf417cdafea39c72d20524a453b7e135

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
a23b1485bf417cdafea39c72d20524a453b7e135
source_type
github
headline
Refactor Analyze_Subprogram_Body_Helper for readability.
tldr
This commit refactors the Analyze_Subprogram_Body_Helper function for improved code clarity.
author
Eric Botcazou
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • refactor
  • readability
discussion_id_link
bugzilla_pr
date
2026-01-08T00:00:00.000Z

This commit refactors the Analyze_Subprogram_Body_Helper function in sem_ch6.adb to improve readability. The generic case within the if-statement is pulled out and placed first. There are no functional changes.