https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43485
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Marc Poulhi?s <d...@gcc.gnu.org>: https://gcc.gnu.org/g:8af9169fcf792531ca7bbaac80d15123c7970f06 commit r15-4645-g8af9169fcf792531ca7bbaac80d15123c7970f06 Author: Eric Botcazou <ebotca...@adacore.com> Date: Fri Sep 27 09:36:17 2024 +0200 ada: Fix ATC with timed delay from Ada.Real_Time An Asynchronous Transfer of Control blocks with a timed delay that is computed by means of the Ada.Real_Time unit (instead of the default Ada.Calendar unit) because of a missing abort deferral in the unit. gcc/ada/ChangeLog: PR ada/43485 * libgnarl/a-retide.adb: Add with clause for System.Soft_Links. (Delay_Until): Defer and undefer abort around the call to the Timed_Delay routine of System.Task_Primitives.Operations.