r254572 - in /trunk/gcc/ada: ChangeLog exp_aggr...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Thu Nov 9 11:57:00 GMT 2017
Author: pmderodat
Date: Thu Nov 9 11:57:50 2017
New Revision: 254572
URL: https://gcc.gnu.org/viewcvs?rev=254572&root=gcc&view=rev
Log:
2017-11-09 Javier Miranda <miranda@adacore.com>
* libgnat/s-rident.ads (Static_Dispatch_Tables): New restriction name.
* exp_disp.adb (Building_Static_DT): Check restriction.
(Building_Static_Secondary_DT): Check restriction.
(Make_DT): Initialize the HT_Link to No_Tag.
* opt.ads (Static_Dispatch_Tables): Rename flag...
(Building_Static_Dispatch_Tables): ... into this. This will avoid
conflict with the restriction name.
* gnat1drv.adb: Update.
* exp_aggr.adb (Is_Static_Dispatch_Table_Aggregate): Update.
* exp_ch3.adb (Expand_N_Object_Declaration): Update.
2017-11-09 Pascal Obry <obry@adacore.com>
* libgnarl/s-taprop__mingw.adb: Minor code clean-up. Better using a
named number.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/exp_aggr.adb
trunk/gcc/ada/exp_ch3.adb
trunk/gcc/ada/exp_disp.adb
trunk/gcc/ada/gnat1drv.adb
trunk/gcc/ada/libgnarl/s-taprop__mingw.adb
trunk/gcc/ada/libgnat/s-rident.ads
trunk/gcc/ada/opt.ads
More information about the Gcc-cvs
mailing list