From: Mike Stump Date: Fri, 7 Jul 2006 20:59:40 +0000 (+0000) Subject: Fix requested by Mark for recent g++ clarification. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5548b688093cb61e9be33b1d4f7de7914783840f;p=gcc.git Fix requested by Mark for recent g++ clarification. From-SVN: r115270 --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a4896a5bc9b..59830ecde15 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1093,10 +1093,10 @@ However, the use of @command{gcc} does not add the C++ library. @command{g++} is a program that calls GCC and treats @samp{.c}, @samp{.h} and @samp{.i} files as C++ source files instead of C source files unless @option{-x} is used, and automatically specifies linking -against the C++ library. This is also useful when precompiling a C -header file with a @samp{.h} extension for use in C++ compilations. -On many systems, @command{g++} is also installed with the name -@command{c++}. +against the C++ library. This program is also useful when +precompiling a C header file with a @samp{.h} extension for use in C++ +compilations. On many systems, @command{g++} is also installed with +the name @command{c++}. @cindex invoking @command{g++} When you compile C++ programs, you may specify many of the same