[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 12 Oct 2016 12:57:23 +0000 (14:57 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 12 Oct 2016 12:57:23 +0000 (14:57 +0200)
commit0026dd0a639f02445d2019be7873a17313af0c16
treefc043b3f21db42e44f808b03a55cc39939085f3b
parent84a62ce88b6b105f923130d6c55f8a01b38a43a2
[multiple changes]

2016-10-12  Justin Squirek  <squirek@adacore.com>

* sem_ch10.adb (Remove_Limited_With_Clause): Add a check to
detect accidental visibility.

2016-10-12  Ed Schonberg  <schonberg@adacore.com>

* exp_ch4.adb (Expand_Allocator): If the expression is a qualified
expression, add a predicate check after the constraint check.
* sem_res.adb (Resolve_Qualified_Expression): If context is an
allocator, do not apply predicate check, as it will be done when
allocator is expanded.

From-SVN: r241040
gcc/ada/ChangeLog
gcc/ada/exp_ch4.adb
gcc/ada/sem_ch10.adb
gcc/ada/sem_res.adb