| commit | 0bccb1eb75549db809e0685557dcce65798bf746 | [log] [tgz] |
|---|---|---|
| author | Eric Botcazou <ebotcazou@adacore.com> | Tue Jul 08 21:40:44 2025 +0200 |
| committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | Tue Jul 22 12:12:02 2025 +0200 |
| tree | 472330a57cbda38e992234300d21aa4c2e907ba7 | |
| parent | 2b05983ca270f1dae905d987415b3e624d17ceb2 [diff] |
ada: Remove obsolete code from Safe_Unchecked_Type_Conversion That's a kludge added to work around the limitations of the stack checking mechanism used in the early days. gcc/ada/ChangeLog: * exp_util.ads (May_Generate_Large_Temp): Delete. * exp_util.adb (May_Generate_Large_Temp): Likewise. (Safe_Unchecked_Type_Conversion): Do not take stack checking into account to compute the result.