Landing: 3cf2ca629768

Project / Subsystem

gcc / gcc/ada

Date

2024-12-26

Author

Piotr Trojanek

Commit

3cf2ca62976890f78367fa93cc9e5a31d0b262ad

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/ada
patch_id
commit_hash
3cf2ca62976890f78367fa93cc9e5a31d0b262ad
source_type
github
headline
Corrects unbalanced parentheses in an Ada front end comment
tldr
A commit in the Ada front end fixes a minor formatting error by correcting unbalanced parentheses in a comment within `sem_ch9.adb`.
author
Piotr Trojanek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • documentation
  • code-quality
discussion_id_link
bugzilla_pr
date
2024-12-26T00:00:00.000Z

This commit addresses a minor code cleanup issue within the Ada front end by correcting unbalanced parentheses in a comment. The fix is located in sem_ch9.adb, a file responsible for semantic analysis in the Ada compiler. This change is purely stylistic and does not affect the compiler’s functionality or generate different code.