comparison gcc/doc/gcc.texi @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
132 * G++ and GCC:: You can compile C or C++ programs. 132 * G++ and GCC:: You can compile C or C++ programs.
133 * Standards:: Language standards supported by GCC. 133 * Standards:: Language standards supported by GCC.
134 * Invoking GCC:: Command options supported by @samp{gcc}. 134 * Invoking GCC:: Command options supported by @samp{gcc}.
135 * C Implementation:: How GCC implements the ISO C specification. 135 * C Implementation:: How GCC implements the ISO C specification.
136 * C Extensions:: GNU extensions to the C language family. 136 * C Extensions:: GNU extensions to the C language family.
137 * C++ Implementation:: How GCC implements the ISO C++ specification.
137 * C++ Extensions:: GNU extensions to the C++ language. 138 * C++ Extensions:: GNU extensions to the C++ language.
138 * Objective-C:: GNU Objective-C runtime features. 139 * Objective-C:: GNU Objective-C runtime features.
139 * Compatibility:: Binary Compatibility 140 * Compatibility:: Binary Compatibility
140 * Gcov:: @command{gcov}---a test coverage program. 141 * Gcov:: @command{gcov}---a test coverage program.
141 * Trouble:: If you have trouble using GCC. 142 * Trouble:: If you have trouble using GCC.
157 158
158 @include frontends.texi 159 @include frontends.texi
159 @include standards.texi 160 @include standards.texi
160 @include invoke.texi 161 @include invoke.texi
161 @include implement-c.texi 162 @include implement-c.texi
163 @include implement-cxx.texi
162 @include extend.texi 164 @include extend.texi
163 @include objc.texi 165 @include objc.texi
164 @include compat.texi 166 @include compat.texi
165 @include gcov.texi 167 @include gcov.texi
166 @include trouble.texi 168 @include trouble.texi