commit | 257a8dc92efbc5f523d388da10d63bf126af2aa3 | [log] [tgz] |
---|---|---|
author | Ronan Desplanques <desplanques@adacore.com> | Mon Jan 27 12:04:41 2025 +0100 |
committer | Eric Botcazou <ebotcazou@adacore.com> | Thu Jun 05 15:39:41 2025 +0200 |
tree | 35fbdfd866051da06d013356295796a9284ea64f | |
parent | 6b1c8f47583c8fb35009b8dead605f623aeb5376 [diff] |
ada: Fix crash on access to protected return The generation of the check mandated by Ada issue AI05-0073 was not done handled properly for protected types when used through subtypes. This patch fixes the issue. gcc/ada/ChangeLog: * exp_ch4.adb (Tagged_Membership): Fix for protected types.