| Index: gcc/gcc/doc/gcc.texi
|
| diff --git a/gcc/gcc/doc/gcc.texi b/gcc/gcc/doc/gcc.texi
|
| index 41031752bf2c47cd635a39f7a0df95359a524a90..34b896340337b213446e867a03e4074d5cbc0d8b 100644
|
| --- a/gcc/gcc/doc/gcc.texi
|
| +++ b/gcc/gcc/doc/gcc.texi
|
| @@ -134,6 +134,7 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
|
| * Invoking GCC:: Command options supported by @samp{gcc}.
|
| * C Implementation:: How GCC implements the ISO C specification.
|
| * C Extensions:: GNU extensions to the C language family.
|
| +* C++ Implementation:: How GCC implements the ISO C++ specification.
|
| * C++ Extensions:: GNU extensions to the C++ language.
|
| * Objective-C:: GNU Objective-C runtime features.
|
| * Compatibility:: Binary Compatibility
|
| @@ -159,6 +160,7 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
|
| @include standards.texi
|
| @include invoke.texi
|
| @include implement-c.texi
|
| +@include implement-cxx.texi
|
| @include extend.texi
|
| @include objc.texi
|
| @include compat.texi
|
|
|