2010-10-21 Javier Miranda <miranda@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 2010 09:55:51 +0000 (09:55 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 2010 09:55:51 +0000 (09:55 +0000)
commita35b881d4101ef1ce4ff2b070702b9ee0cdff182
treeb4ba5b68e043d3f97abc249c3fb24a8b62d7feab
parent3decff5aede5c98631436cb9293dab346287b90d
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165757 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/exp_ch5.adb
gcc/ada/par-ch3.adb
gcc/ada/sem_attr.adb