[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 Oct 2015 10:20:37 +0000 (12:20 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 Oct 2015 10:20:37 +0000 (12:20 +0200)
commitb7737d1d375636232744501175edef1ae3ff5e7d
tree9fc91aab7887a6f3b231f34995b6e46bed5a9bf5
parent6fa8f71cf8f9232aac5086ef65b265338468e98d
[multiple changes]

2015-10-20  Bob Duff  <duff@adacore.com>

* a-contai.adb, a-coinve.ads, a-contai.ads, a-conhel.adb, a-conhel.ads,
Makefile.rtl, a-convec.ads: Move helper code from Ada.Containers to a
new package Ada.Containers.Helpers, because otherwise it's not
visible everywhere it needs to be (e.g. in the package
Ada.Containers.Red_Black_Trees, Generic_Tree_Types wants to have
a component of type Tamper_Counts).

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

* sem_type.adb (Intersect_Types): Specialize error message when
one operand is a limited view which is a priori incompatible
with all other named types.
* sem_prag.adb: minor fix in comment
* sem_ch13.adb: Code clean up.

2015-10-20  Eric Botcazou  <ebotcazou@adacore.com>

* sem_ch12.adb (Need_Subprogram_Instance_Body): Also return true
for a subprogram nested in an inlined subprogram.

From-SVN: r229040
12 files changed:
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/a-coinve.ads
gcc/ada/a-conhel.adb [new file with mode: 0644]
gcc/ada/a-conhel.ads [new file with mode: 0644]
gcc/ada/a-contai.adb [deleted file]
gcc/ada/a-contai.ads
gcc/ada/a-convec.ads
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_prag.adb
gcc/ada/sem_type.adb