]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/ChangeLog
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 29 Aug 2011 08:24:15 +0000 (10:24 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 29 Aug 2011 08:24:15 +0000 (10:24 +0200)
commit76af4137543b2654c2aeb91c4987590fff8546db
tree0f373ada6336a7b9ade4fefbcc59a03df31327c7
parent9b20e59bb3e8d20d0f385a89c7fc815bff798c8a
[multiple changes]

2011-08-29  Eric Botcazou  <ebotcazou@adacore.com>

* sem_ch13.adb (Alignment_Check_For_Esize_Change): Rename to...
(Alignment_Check_For_Size_Change): ...this.  Add SIZE parameter and
use it instead of the Esize of the first parameter.
(Analyze_Attribute_Definition_Clause) <Object_Size>: Adjust call to
above change.
<Size>: Likewise.  Call it for composite types on the RM size.

2011-08-29  Yannick Moy  <moy@adacore.com>

* exp_ch4.adb (Expand_N_Op_Not): Do not expand not on array.
* sem_util.adb (Unique_Name): Correct behaviour for names of
compilation units.

From-SVN: r178157
gcc/ada/ChangeLog
gcc/ada/exp_ch4.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_util.adb