public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* A bug in Chapter 18
@ 2001-12-15  5:48 Jeffrey Turner
  2001-12-17  7:53 ` PATCH for " Gerald Pfeifer
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey Turner @ 2001-12-15  5:48 UTC (permalink / raw)
  To: gcc

Hello,

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++]...."

Sincerely,

Jeff Turner

PS.  BTW, which updates to gcc wrt C++ and to libstdc++ are
currently being worked on and which are not, as far as you know.
Thanks.
 




________________________________________________________________
Sent via the WebMail system at mail.alum.rpi.edu


 
                   

^ permalink raw reply	[flat|nested] 2+ messages in thread

* PATCH for Re: A bug in Chapter 18
  2001-12-15  5:48 A bug in Chapter 18 Jeffrey Turner
@ 2001-12-17  7:53 ` Gerald Pfeifer
  0 siblings, 0 replies; 2+ messages in thread
From: Gerald Pfeifer @ 2001-12-17  7:53 UTC (permalink / raw)
  To: Jeffrey Turner; +Cc: gcc, gcc-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-17 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-15  5:48 A bug in Chapter 18 Jeffrey Turner
2001-12-17  7:53 ` PATCH for " Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).