[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 28 May 2015 13:27:16 +0000 (15:27 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 28 May 2015 13:27:16 +0000 (15:27 +0200)
commit228722248f2f6a9e32d8f761e6579c2f56cdec4f
tree4e9f0edd7171abe57c80eacf5fd7cb82c1c70a53
parente65757f3598cd955c6880b2809fe5e8930bca208
[multiple changes]

2015-05-28  Ed Schonberg  <schonberg@adacore.com>

* sem_ch3.adb (Is_Visible_Component): Component is visible
in a derived type if inherited through an ancestor that has a
partial view of the original type holding the component, if the
full view of that original type is in scope.
* sem_util.ads (Get_Body_From_Stub): Works for all kinds of stubs.

2015-05-28  Bob Duff  <duff@adacore.com>

* sem_util.adb (Requires_Transient_Scope): For definite untagged
subtypes, we should never have to use the secondary stack. This moves
toward that goal. But there are still cases that don't work.
Here, we move the check for Is_Definite first, but add a
special-purpose check for Has_Discrim_Dep_Array.

From-SVN: r223817
gcc/ada/ChangeLog
gcc/ada/sem_ch3.adb
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads