summaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-19 11:26:07 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-19 11:26:07 +0000
commit56cf867551f52c9521f9446c8c3bb6f978a3c621 (patch)
tree6462efac61920defd0a89b780d7649edde698123 /gcc/ada/sinfo.ads
parent1dbd3011c373000aabec05bd173ecccd321ca30c (diff)
downloadgcc-56cf867551f52c9521f9446c8c3bb6f978a3c621.tar.gz
* gnat_ugn.texi:
Remove extra paren check from list of checks for redundant constructs Add documentation of new -gnatyx style check (check extra parens) Remove paragraph about gnatelim debug options. * gnat_rm.texi: Document that Ada.Streams now forbids creating stream objects rather than forbidding dependencies on the package Ada.Streams. * sinfo.ads: Add ??? note that we should document pragmas passed to back end. * g-expect.ads: Fix a few typos in the comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90915 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r--gcc/ada/sinfo.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index 938e825515f..1c2bc657932 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -1767,6 +1767,11 @@ package Sinfo is
-- Debug_Statement (Node3) (set to Empty if not Debug, Assert)
-- Next_Rep_Item (Node4-Sem)
+ -- Note: we should have a section on what pragmas are passed on to
+ -- the back end to be processed. This section should note that pragma
+ -- Psect_Object is always converted to Common_Object, but there are
+ -- undoubtedly many other similar notes required ???
+
--------------------------------------
-- 2.8 Pragma Argument Association --
--------------------------------------