[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 7 Sep 2017 09:53:18 +0000 (11:53 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 7 Sep 2017 09:53:18 +0000 (11:53 +0200)
commitfe683ef6e1f215fa4836b0698c2b0265ff2da618
tree835fd1750b31bcc7b95fe57cce038db74dc92990
parent4b25afa16e8bb8242ffc12d5e47a97d883163dc3
[multiple changes]

2017-09-07  Nicolas Roche  <roche@adacore.com>

* s-traces-default.adb, s-trafor-default.adb, s-trafor-default.ads,
s-traces.adb, s-traces.ads, s-tratas-default.adb, s-tfsetr-default.adb,
s-tfsetr-vxworks.adb, s-tratas.adb, s-tratas.ads, s-tasuti.adb,
s-parame-hpux.ads, s-tassta.adb, s-taasde.adb, s-tasren.adb,
s-taprob.adb, a-caldel.adb, s-parame.ads, Makefile.rtl, s-tpobop.adb,
s-taenca.adb, s-parame-vxworks.ads: Remove support for System.Traces.

2017-09-07  Yannick Moy  <moy@adacore.com>

* a-ngelfu.ads Add preconditions to all functions
listed in Ada RM A.5.1(19-33) as having constraints on inputs.

2017-09-07  Arnaud Charlet  <charlet@adacore.com>

* lib-xref.adb (Generate_Reference): ignore
references to entities which are Part_Of single concurrent
objects.

2017-09-07  Eric Botcazou  <ebotcazou@adacore.com>

* sem_ch7.adb (Hide_Public_Entities): Add paragraph to main
comment.

2017-09-07  Arnaud Charlet  <charlet@adacore.com>

* a-taside.adb (Activation_Is_Complete): Raise Program_Error if
Null_Task_Id is passed.

2017-09-07  Javier Miranda  <miranda@adacore.com>

* einfo.ads, einfo.adb (Access_Disp_Table_Elab_Flag): New
attribute. Defined for record types and subtypes.
* exp_ch3.ads (Init_Secondary_Tags): Adding new formal
(Init_Tags_List) to facilitate generating separate code in the
IP routine to initialize the object components and for completing
the elaboration of dispatch tables.
* exp_ch3.adb (Build_Init_Procedure): Improve the code
generated in the IP routines by means of keeping separate
the initialization of the object components from the
initialization of its dispatch tables. (Init_Secondary_Tags):
Adding new formal (Init_Tags_List) and adjusting calls to
Ada.Tags.Set_Dynamic_Offset_To_Top since it has a new formal;
adjusting also calls to Ada.Tags.Register_Interface_Offset
because the type of one of its formals has been changed.
* a-tags.ads, a-tags.adb (Register_Interface_Offset): Profile
modified. Instead of receiving a pointer to an object this
routine receives now a primary tag.
(Set_Dyanic_Offset_To_Top): Profile modified. This routine receives an
additional formal: the tag of the primary dispatch table.
* exp_disp.ads (Elab_Flag_Needed): New subprogram.
* exp_disp.adb (Elab_Flag_Needed): New subprogram.
(Make_Tags): Adding the declaration of the elaboration flag (if needed).
* exp_aggr.adb (Build_Record_Aggr_Code): Adding actual of new
formal in calls to Init_Secondary_Tags.

2017-09-07  Javier Miranda  <miranda@adacore.com>

* ghost.adb (Mark_And_Set_Ghost_Instantiation.Check_Ghost_Actuals): New
subprogram.
* sem_prag.adb (Pragma_Ghost): Add missing support for ghost
applied to generic subprograms.

From-SVN: r251838
28 files changed:
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-caldel.adb
gcc/ada/a-ngelfu.ads
gcc/ada/a-tags.adb
gcc/ada/a-tags.ads
gcc/ada/a-taside.adb
gcc/ada/einfo.adb
gcc/ada/einfo.ads
gcc/ada/exp_aggr.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_ch3.ads
gcc/ada/exp_disp.adb
gcc/ada/exp_disp.ads
gcc/ada/ghost.adb
gcc/ada/lib-xref.adb
gcc/ada/s-parame-hpux.ads
gcc/ada/s-parame-vxworks.ads
gcc/ada/s-parame.ads
gcc/ada/s-taasde.adb
gcc/ada/s-taenca.adb
gcc/ada/s-taprob.adb
gcc/ada/s-tasren.adb
gcc/ada/s-tassta.adb
gcc/ada/s-tasuti.adb
gcc/ada/s-tpobop.adb
gcc/ada/sem_ch7.adb
gcc/ada/sem_prag.adb