Landing: a5f6c3c0af8b
Project / Subsystem
gcc / ada
Date
2026-01-21
Author
Ronan Desplanques
Commit
a5f6c3c0af8bebfc4b237c756ba2bc6114e4455a
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- a5f6c3c0af8bebfc4b237c756ba2bc6114e4455a
- source_type
- github
- headline
- Fixes exception message for attaching non-handler procedures
- tldr
- Improves the error message when attaching a non-interrupt-handler procedure in Ada.
- author
- Ronan Desplanques
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • exceptions
- • interrupts
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-01-21T00:00:00.000Z
This commit corrects the exception message raised when Attach_Handler is called on a procedure without the Interrupt_Handler aspect specified. The error message now accurately reflects the cause of the error, improving debugging and code maintainability.