Landing: 4a0feb2f249b

Project / Subsystem

gcc / ada

Date

2026-04-30

Author

Piotr Trojanek

Commit

4a0feb2f249b1f4429af16f30c6dad66678f9c08

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
4a0feb2f249b1f4429af16f30c6dad66678f9c08
source_type
github
headline
Reorder code for pragma Interrupts_System_By_Default.
tldr
Code related to the `Interrupts_System_By_Default` pragma has been reordered for alphabetical consistency and improved readability.
author
Piotr Trojanek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • code-quality
discussion_id_link
bugzilla_pr
date
2026-04-30T00:00:00.000Z

This commit cleans up the Ada front-end by reordering code definitions related to the Interrupts_System_By_Default pragma. The changes primarily affect par-prag.adb, sem_prag.adb, and snames.ads-tmpl, placing the relevant code sections in alphabetical order. This is a cosmetic change focused on maintaining consistent code style and readability within the Ada compiler.