This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch to rtl.texi
- To: <gcc-patches at gcc dot gnu dot org>
- Subject: Patch to rtl.texi
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Mon, 11 Jun 2001 20:30:58 +0100 (BST)
This patch updates the note in rtl.texi that trees are undocumented.
It passes "make info" and "make dvi". OK to commit to mainline and
branch?
2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/rtl.texi: Reference manual chapter about trees.
--- rtl.texi.orig Sat Jun 9 11:35:37 2001
+++ rtl.texi Mon Jun 11 19:08:19 2001
@@ -3193,6 +3193,6 @@
does not contain all the information about the program.
The proper way to interface GNU CC to a new language front end is with
-the ``tree'' data structure. There is no manual for this data
-structure, but it is described in the files @file{tree.h} and
-@file{tree.def}.
+the ``tree'' data structure, described in the files @file{tree.h} and
+@file{tree.def}. The documentation for this structure (@pxref{Trees})
+is incomplete.
--
Joseph S. Myers
jsm28@cam.ac.uk