sem_util.ads, [...] (Gather_Components): Omit interface tags from the list of require...
authorEd Schonberg <schonberg@adacore.com>
Mon, 5 Sep 2005 08:03:48 +0000 (10:03 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 5 Sep 2005 08:03:48 +0000 (10:03 +0200)
commit2c867f5a52a8fbe19640847244e0251754fd85b2
tree2647249f9076f1c38e2b275cbb3e1817bf9c0d98
parent63e746db7a33e60716aa60fea4497d90402251fd
sem_util.ads, [...] (Gather_Components): Omit interface tags from the list of required components.

2005-09-01  Ed Schonberg  <schonberg@adacore.com>

* sem_util.ads, sem_util.adb (Gather_Components): Omit interface tags
from the list of required components.
(Is_Controlling_Limited_Procedure): Determine whether an entity is a
primitive procedure of a limited interface with a controlling first
parameter.
(Is_Renamed_Entry): Determine whether an entry is a procedure renaming
of an entry.
(Safe_To_Capture_Value): A value (such as non_null) is not safe to
capture if it is generated in the second operand of a short-circuit
operation.
Do not capture values for variables with address clauses.
(Is_Object_Reference): Treat a function call as an object reference only
if its type is not Standard_Void_Type.

From-SVN: r103888
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads