sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names on known node types...
authorGeert Bosch <bosch@gcc.gnu.org>
Wed, 12 Dec 2001 23:51:11 +0000 (00:51 +0100)
committerGeert Bosch <bosch@gcc.gnu.org>
Wed, 12 Dec 2001 23:51:11 +0000 (00:51 +0100)
commited7da216129081dad06fbf057d345dc50a7fe1da
tree5951246c59246e34ea5b55e3e954a2d1de5fa42b
parent9e5c7dba50d3ad60d6920b76c1e20e0e401927e6
sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names on known node types, rather than untyped fields.

* sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
on known node types, rather than untyped fields. Further cleanups.

* sem_ch12.adb:
(Save_Entity_Descendant): Minor comment update.
(Copy_Generic_Node): Deal with incorrect reference to Associated_Node
 of an N_Attribute_Reference node. As per note below, this does not
eliminate need for Associated_Node in attribute ref nodes.
(Associated_Node): Documentation explicitly mentions attribute
reference nodes, since this field is used in such nodes.

* sem_ch12.adb (Associated_Node): Minor documentation cleanup.

From-SVN: r47954
gcc/ada/ChangeLog
gcc/ada/sem_ch12.adb