OSDN Git Service

2011-08-29 Eric Botcazou <ebotcazou@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Aug 2011 08:24:15 +0000 (08:24 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Aug 2011 08:24:15 +0000 (08:24 +0000)
commit1d366b32c583671bcda2686c29e7c49df98ba269
tree0f373ada6336a7b9ade4fefbcc59a03df31327c7
parentab19a652ec2517b3fb214db681d156bd28d95dde
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178157 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/exp_ch4.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_util.adb