2014-07-30 Ed Schonberg <schonberg@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jul 2014 14:49:38 +0000 (14:49 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jul 2014 14:49:38 +0000 (14:49 +0000)
commit51fa2a454e9a50fdfbbcbda77106b9c364e0dd64
tree4b828cf64b882dd7dcfccf5bf6a443d7b1c2a70f
parent04aa9abb6cbc85e96dfbb56157b25c633ad00129
2014-07-30  Ed Schonberg  <schonberg@adacore.com>

* sem_ch13.adb (Analyze_Aspect_Specifications): Default_Value and
Default_Component_Value can only be specified for scalar type or
arrays of scalar types respectively.  This legality check must
be performed at the point the aspect is analyzed, in order to
reject aspect specifications that apply to a partial view.

2014-07-30  Thomas Quinot  <quinot@adacore.com>

* freeze.adb: Minor reformatting.

2014-07-30  Robert Dewar  <dewar@adacore.com>

* exp_attr.adb (Expand_Attribute, case First/Last): Don't expand in
codepeer mode.

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