Deleted Added
full compact
gcc.texi (96263) gcc.texi (103445)
1\input texinfo @c -*-texinfo-*-
2@c %**start of header
3@setfilename gcc.info
4@c INTERNALS is used by md.texi to determine whether to include the
5@c whole of that file, in the internals manual, or only the part
6@c dealing with constraints, in the user manual.
7@clear INTERNALS
8

--- 150 unchanged lines hidden (view full) ---

159@menu
160* G++ and GCC:: You can compile C or C++ programs.
161* Standards:: Language standards supported by GCC.
162* Invoking GCC:: Command options supported by @samp{gcc}.
163* C Implementation:: How GCC implements the ISO C specification.
164* C Extensions:: GNU extensions to the C language family.
165* C++ Extensions:: GNU extensions to the C++ language.
166* Objective-C:: GNU Objective-C runtime features.
1\input texinfo @c -*-texinfo-*-
2@c %**start of header
3@setfilename gcc.info
4@c INTERNALS is used by md.texi to determine whether to include the
5@c whole of that file, in the internals manual, or only the part
6@c dealing with constraints, in the user manual.
7@clear INTERNALS
8

--- 150 unchanged lines hidden (view full) ---

159@menu
160* G++ and GCC:: You can compile C or C++ programs.
161* Standards:: Language standards supported by GCC.
162* Invoking GCC:: Command options supported by @samp{gcc}.
163* C Implementation:: How GCC implements the ISO C specification.
164* C Extensions:: GNU extensions to the C language family.
165* C++ Extensions:: GNU extensions to the C++ language.
166* Objective-C:: GNU Objective-C runtime features.
167* Compatibility:: Binary Compatibility
167* Gcov:: gcov: a GCC test coverage program.
168* Trouble:: If you have trouble using GCC.
169* Bugs:: How, why and where to report bugs.
170* Service:: How to find suppliers of support for GCC.
171* Contributing:: How to contribute to testing and developing GCC.
172* VMS:: Using GCC on VMS.
173
174* Funding:: How to help assure funding for free software.

--- 8 unchanged lines hidden (view full) ---

183* Index:: Index of concepts and symbol names.
184@end menu
185
186@include frontends.texi
187@include standards.texi
188@include invoke.texi
189@include extend.texi
190@include objc.texi
168* Gcov:: gcov: a GCC test coverage program.
169* Trouble:: If you have trouble using GCC.
170* Bugs:: How, why and where to report bugs.
171* Service:: How to find suppliers of support for GCC.
172* Contributing:: How to contribute to testing and developing GCC.
173* VMS:: Using GCC on VMS.
174
175* Funding:: How to help assure funding for free software.

--- 8 unchanged lines hidden (view full) ---

184* Index:: Index of concepts and symbol names.
185@end menu
186
187@include frontends.texi
188@include standards.texi
189@include invoke.texi
190@include extend.texi
191@include objc.texi
192@include compat.texi
191@include gcov.texi
192@include trouble.texi
193@include bugreport.texi
194@include service.texi
195@include contribute.texi
196@include vms.texi
197
198@include funding.texi

--- 36 unchanged lines hidden ---
193@include gcov.texi
194@include trouble.texi
195@include bugreport.texi
196@include service.texi
197@include contribute.texi
198@include vms.texi
199
200@include funding.texi

--- 36 unchanged lines hidden ---