summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-03 20:38:54 +0000
committerbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-03 20:38:54 +0000
commit1d2f0f50e4f11ff6368f2ed9fc68ade861843518 (patch)
treea7a3643c2ff3103f65b8dfe525470b9296e882ff
parent76fb600da7f1fb41f5e8de57b6176807f3d64951 (diff)
downloadppe42-gcc-1d2f0f50e4f11ff6368f2ed9fc68ade861843518.tar.gz
ppe42-gcc-1d2f0f50e4f11ff6368f2ed9fc68ade861843518.zip
* sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
have Associated_Node. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47563 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/sinfo.ads12
2 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 6a5bf505e9f..86f1f301f6c 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,10 @@
2001-12-03 Robert Dewar <dewar@gnat.com>
+ * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
+ have Associated_Node.
+
+2001-12-03 Robert Dewar <dewar@gnat.com>
+
* prj-proc.adb: Minor reformatting
* make.adb: Minor reformatting
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index 8cb5b4b9401..3d9398c5083 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.3 $
+-- $Revision$
-- --
-- Copyright (C) 1992-2001, Free Software Foundation, Inc. --
-- --
@@ -570,13 +570,14 @@ package Sinfo is
-- Associated_Node (Node4-Sem)
-- Present in nodes that can denote an entity: identifiers, character
- -- literals and expanded names, operator nodes that carry an entity
- -- reference, and also in N_Aggregate, N_Selected_Component, and
- -- N_Extension_Aggregate nodes. This field is used during generic
+ -- literals, operator symbols, expanded names, operator nodes and
+ -- attribute reference nodes (all these nodes have an Entity field).
+ -- This field is also present in N_Aggregate, N_Selected_Component,
+ -- and N_Extension_Aggregate nodes. This field is used during generic
-- processing to relate nodes in the original template to nodes in the
-- generic copy. It overlaps the Entity field, and is used to capture
-- global references in the analyzed copy and place them in the template.
- -- see description in Sem_Ch12 for further details on this usage.
+ -- See description in Sem_Ch12 for further details on this usage.
-- At_End_Proc (Node1)
-- This field is present in an N_Handled_Sequence_Of_Statements node.
@@ -5963,7 +5964,6 @@ package Sinfo is
-- N_Freeze_Entity
-- Sloc points near freeze point (see above special note)
-- Entity (Node4-Sem)
- -- Associated_Node (Node4-Sem)
-- Access_Types_To_Process (Elist2-Sem) (set to No_Elist if none)
-- TSS_Elist (Elist3-Sem) (set to No_Elist if no associated TSS's)
-- Actions (List1) (set to No_List if no freeze actions)
OpenPOWER on IntegriCloud