2011-08-03 Hristian Kirtchev <kirtchev@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Aug 2011 14:54:24 +0000 (14:54 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Aug 2011 14:54:24 +0000 (14:54 +0000)
commita23aa1c190ff5e0a41a1c8affb2c51c9fe1a1919
tree3dfed43821a83ea125d3b2afd4c3d6fa17d004b1
parent5e8ac39728cd83e4dee2cd9e40761e65b2053888
2011-08-03  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_ch7.adb (Create_Finalizer): Treat freeze nodes in similar fashion
to packages. This ensures that the finalizer body will not end up
inside the freeze node.
(Process_Declarations): Add code to detect whether a freeze node has a
nested finalization collection.

2011-08-03  Pascal Obry  <obry@adacore.com>

* g-awk.adb, g-awk.ads: Make GNAT.AWK API compatible with Ada 2005.
(Current_Session): Return a not null access to Session_Type.
(Default_Session): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177282 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/exp_ch7.adb
gcc/ada/g-awk.adb
gcc/ada/g-awk.ads