[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 Oct 2015 12:32:21 +0000 (14:32 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 Oct 2015 12:32:21 +0000 (14:32 +0200)
commit744c73a51853327efa19b0abe14b208511d071f1
tree2b73749a207274e9fa458dcff11244fce39124e7
parent9fe696a3b387562aceca53cdf20f46e3bfe0d2b4
[multiple changes]

2015-10-20  Ed Schonberg  <schonberg@adacore.com>

* sem_ch11.adb (Analyze_Handled_Statements): If the scope is a
postcondition subprogram, do not check for useless assignments
because there are no source references in such a body, and the
call will lose deferred references from the enclosing subprogram.

2015-10-20  Ed Schonberg  <schonberg@adacore.com>

* sem_ch13.adb: nalyze_Attribute_Definition_Clause, case
'Address):  If either object is controlled the overlay is
erroneous, but analysis must be completed so that back-end sees
address clause and completes code generation.  Improve text
of warning.

2015-10-20  Thomas Quinot  <quinot@adacore.com>

* exp_ch4.adb: Minor reformatting.

From-SVN: r229072
gcc/ada/ChangeLog
gcc/ada/exp_ch4.adb
gcc/ada/sem_ch11.adb
gcc/ada/sem_ch13.adb