This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH for Re: A bug in Chapter 18


On Sat, 15 Dec 2001, Jeffrey Turner wrote:
> In the first sentence of Chapter 18 - Trees, I believe it should
> read, "This chapter documents the internal representation used by
> GCC and _G_++ [not C++]...."

Thanks for the pointer. Fixed thusly.

(GCC itself is the GNU Compiler Collection, the gcc, g++,... binaries
are all part of GCC itself.)

Gerald

2001-12-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* doc/c-tree.texi (Trees): Only refer to GCC.

Index: doc/c-tree.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/c-tree.texi,v
retrieving revision 1.26
diff -u -3 -p -r1.26 c-tree.texi
--- c-tree.texi	2001/12/17 01:18:39	1.26
+++ c-tree.texi	2001/12/17 13:06:21
@@ -12,7 +12,7 @@
 @cindex Trees
 @cindex C/C++ Internal Representation

-This chapter documents the internal representation used by GCC and C++ to
+This chapter documents the internal representation used by GCC to
 represent C and C++ source programs.  When presented with a C or C++
 source program, GCC parses the program, performs semantic analysis
 (including the generation of error messages), and then produces the


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]