]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/sem_ch6.adb
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Oct 2010 10:45:13 +0000 (12:45 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Oct 2010 10:45:13 +0000 (12:45 +0200)
commit8779dffad8f0189867d391a79c3f91baf98026c8
tree25ce9c2d6b982544eebe051cf9cd89a71030d8ba
parent094cefda513d464a72d77a6e892fc3c721d67dd6
[multiple changes]

2010-10-08  Thomas Quinot  <quinot@adacore.com>

* xsnames.adb: Remove obsolete file.
* make.adb, sem_ch8.adb, einfo.ads: Minor reformatting.

2010-10-08  Ed Schonberg  <schonberg@adacore.com>

* exp_aggr.adb: Complete previous change.

2010-10-08  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Check_Return_Subtype): The subtype indication in an
extended return must match statically the return subtype of the
enclosing function if the type is an elementary type or if it is
constrained.

2010-10-08  Vincent Celier  <celier@adacore.com>

* prj-nmsc.adb (Add_Source): Report all duplicate units and source file
names.  Do not report the same duplicate unit several times.
* prj.ads (Source_Data): New Boolean component Duplicate_Unit,
defaulted to False, to avoid reporting the same unit as duplicate
several times.

From-SVN: r165160
gcc/ada/ChangeLog
gcc/ada/einfo.ads
gcc/ada/exp_aggr.adb
gcc/ada/make.adb
gcc/ada/prj-nmsc.adb
gcc/ada/prj.ads
gcc/ada/sem_ch6.adb
gcc/ada/sem_ch8.adb
gcc/ada/xsnames.adb [deleted file]