Landing: 519c29f6c611

Project / Subsystem

gcc / ada

Date

2026-03-02

Author

Marc Poulhiès

Commit

519c29f6c611a81f24e74b9c5bd4551a44cf6be3

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
519c29f6c611a81f24e74b9c5bd4551a44cf6be3
source_type
github
headline
Ada: Minor cleanup in aspect handling.
tldr
Uses Decorate to set fields for aspects, cleaning up the code.
author
Marc Poulhiès
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • cleanup
  • aspects
  • refactoring
discussion_id_link
bugzilla_pr
date
2026-03-02T00:00:00.000Z

This commit simplifies the code by using the Decorate function to set fields for aspects instead of manually setting them. This improves code readability and maintainability by centralizing the aspect decoration logic.