[Ada] Ada2020: AI12-0003 Specifying the standard storage pool
authorJavier Miranda <miranda@adacore.com>
Wed, 24 Jun 2020 19:05:14 +0000 (15:05 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 15 Oct 2020 09:39:13 +0000 (05:39 -0400)
commitcba9c0267ac33cc1e5b14c71d2fc75ca9609cf91
treed84224d70eced82ab7b88f0f911846a3505c4a59
parent952604032ac5a2804d0f36de7e329902f0340a8e
[Ada] Ada2020: AI12-0003 Specifying the standard storage pool

gcc/ada/

* sem_prag.adb (Analyze_Pragma): Adding semantic support of
Standard to Default_Storage_Pool.
* freeze.adb (Freeze_Entity): If pragma Default_Storage_Pool
applies and it is set to Standard then use the global pool as
the associated storage pool of the access type.
gcc/ada/freeze.adb
gcc/ada/sem_prag.adb