r274459 - in /trunk/gcc/ada: ChangeLog inline.a...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Wed Aug 14 09:51:00 GMT 2019
Author: pmderodat
Date: Wed Aug 14 09:51:48 2019
New Revision: 274459
URL: https://gcc.gnu.org/viewcvs?rev=274459&root=gcc&view=rev
Log:
[Ada] Remove obsolete Pending_Descriptor table and related bits
The table has been unused for a while. No functional changes.
2019-08-14 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* inline.ads (Pending_Descriptor): Delete.
* inline.adb (Initialize): Do not initialize it.
* sem_ch12.adb (Delay_Descriptors): Delete.
(Analyze_Package_Instantiation): Call
Set_Delay_Subprogram_Descriptors instead of Delay_Descriptors
throughout.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/inline.adb
trunk/gcc/ada/inline.ads
trunk/gcc/ada/sem_ch12.adb
More information about the Gcc-cvs
mailing list