commit | 992fb2af98ff804de262c78e2fd975d56ede5807 | [log] [tgz] |
---|---|---|
author | Steve Baird <baird@adacore.com> | Fri May 30 11:11:02 2025 -0700 |
committer | Eric Botcazou <ebotcazou@adacore.com> | Fri Jul 04 10:17:47 2025 +0200 |
tree | 39495b0db00b0f8a3d9b1145be48921d59c424dd | |
parent | 216fc3b3bbad48b38e1c931318e91b25af1b542e [diff] |
ada: Improved error message when size of descendant type exceeds Size'Class limit Improve the error message that is generated when the size of tagged type exceeds a Size'Class limit specified for an ancestor type. gcc/ada/ChangeLog: * mutably_tagged.adb (Make_CW_Size_Compile_Check): Include the value of the Size'Class limit in the message generated via a Compile_Time_Error pragma.