]> git.ipfire.org Git - thirdparty/gcc.git/commit
* sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
authorbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2001 23:51:11 +0000 (23:51 +0000)
committerbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2001 23:51:11 +0000 (23:51 +0000)
commit521d7b58c6380d388537425a209146464f3eb875
tree5951246c59246e34ea5b55e3e954a2d1de5fa42b
parent9675391fa18f8f94e921be40fbe73552c3235877
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47954 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/sem_ch12.adb