[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 21 Oct 2010 09:55:51 +0000 (11:55 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 21 Oct 2010 09:55:51 +0000 (11:55 +0200)
commit25e29378a7f781e861ed4efead33b7c62ef1eab3
treeb4ba5b68e043d3f97abc249c3fb24a8b62d7feab
parent90c63b098ced9fb7b17143e4e5a4f860d31ea680
[multiple changes]

2010-10-21  Javier Miranda  <miranda@adacore.com>

* sem_attr.adb (Resolve_Attribute): After replacing the range attribute
node with a range expression ensure that its evaluation will not have
side effects.
* exp_ch5.adb (Expand_Assign_Array): Propagate the Parent to the
unchecked conversion node generated to handle assignment of private
types. Required to allow climbing the subtree if Insert_Action is
invoked later.

2010-10-21  Robert Dewar  <dewar@adacore.com>

* par-ch3.adb (P_Interface_Type_Definition): Allow for possibility of
aspect clause presence terminating the type definition.

From-SVN: r165757
gcc/ada/ChangeLog
gcc/ada/exp_ch5.adb
gcc/ada/par-ch3.adb
gcc/ada/sem_attr.adb