[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 5 Oct 2012 14:21:21 +0000 (16:21 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 5 Oct 2012 14:21:21 +0000 (16:21 +0200)
commit5707e389d37b785a78137d7bd668fc7ea8f6e252
treee30a3273ca8c8b3dbeac16e03a5145a5ef49fc86
parent686750d25df6b870f11f7744b2a3f631d998952a
[multiple changes]

2012-10-05  Yannick Moy  <moy@adacore.com>

* switch-c.adb, checks.adb, checks.ads, sem_prag.adb, exp_ch4.adb,
osint.adb: Minor correction of typos, and special case for Alfa mode.

2012-10-05  Hristian Kirtchev  <kirtchev@adacore.com>

* s-spsufi.adb: Add with clause for Ada.Unchecked_Deallocation.
Add with and use clauses for System.Finalization_Masters.
(Finalize_And_Deallocate): Add an instance of
Ada.Unchecked_Deallocation. Merge the code from the now obsolete
Finalize_Subpool into this routine.
* s-spsufi.ads: Add pragma Preelaborate.
* s-stposu.adb: Remove with clause for
Ada.Unchecked_Deallocation; Add with and use clauses for
System.Storage_Pools.Subpools.Finalization; (Finalize_Pool):
Update the comment on all actions takes with respect to a subpool
finalization. Finalize and deallocate each individual subpool.
(Finalize_Subpool): Removed.
(Free): Removed;
(Detach): Move from package body to spec.
* s-stposu.ads (Detach): Move from package body to spec.
(Finalize_Subpool): Removed.

2012-10-05  Arnaud Charlet  <charlet@adacore.com>

* s-tassta.adb: Update comments.
(Vulnerable_Complete_Master): If Free_On_Termination is set, do
nothing, and let the task free itself if not already done.

From-SVN: r192124
12 files changed:
gcc/ada/ChangeLog
gcc/ada/checks.adb
gcc/ada/checks.ads
gcc/ada/exp_ch4.adb
gcc/ada/osint.adb
gcc/ada/s-spsufi.adb
gcc/ada/s-spsufi.ads
gcc/ada/s-stposu.adb
gcc/ada/s-stposu.ads
gcc/ada/s-tassta.adb
gcc/ada/sem_prag.adb
gcc/ada/switch-c.adb