Deleted Added
full compact
gcc.texi (169690) gcc.texi (220755)
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

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

124
125@menu
126* G++ and GCC:: You can compile C or C++ programs.
127* Standards:: Language standards supported by GCC.
128* Invoking GCC:: Command options supported by @samp{gcc}.
129* C Implementation:: How GCC implements the ISO C specification.
130* C Extensions:: GNU extensions to the C language family.
131* C++ Extensions:: GNU extensions to the C++ language.
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

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

124
125@menu
126* G++ and GCC:: You can compile C or C++ programs.
127* Standards:: Language standards supported by GCC.
128* Invoking GCC:: Command options supported by @samp{gcc}.
129* C Implementation:: How GCC implements the ISO C specification.
130* C Extensions:: GNU extensions to the C language family.
131* C++ Extensions:: GNU extensions to the C++ language.
132* Objective-C:: GNU Objective-C runtime features.
133* Compatibility:: Binary Compatibility
134* Gcov:: @command{gcov}---a test coverage program.
135* Trouble:: If you have trouble using GCC.
136* Bugs:: How, why and where to report bugs.
137* Service:: How to find suppliers of support for GCC.
138* Contributing:: How to contribute to testing and developing GCC.
139
140* Funding:: How to help assure funding for free software.

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

149* Keyword Index:: Index of concepts and symbol names.
150@end menu
151
152@include frontends.texi
153@include standards.texi
154@include invoke.texi
155@include implement-c.texi
156@include extend.texi
132* Compatibility:: Binary Compatibility
133* Gcov:: @command{gcov}---a test coverage program.
134* Trouble:: If you have trouble using GCC.
135* Bugs:: How, why and where to report bugs.
136* Service:: How to find suppliers of support for GCC.
137* Contributing:: How to contribute to testing and developing GCC.
138
139* Funding:: How to help assure funding for free software.

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

148* Keyword Index:: Index of concepts and symbol names.
149@end menu
150
151@include frontends.texi
152@include standards.texi
153@include invoke.texi
154@include implement-c.texi
155@include extend.texi
157@include objc.texi
158@include compat.texi
159@include gcov.texi
160@include trouble.texi
161@include bugreport.texi
162@include service.texi
163@include contribute.texi
164
165@include funding.texi

--- 36 unchanged lines hidden ---
156@include compat.texi
157@include gcov.texi
158@include trouble.texi
159@include bugreport.texi
160@include service.texi
161@include contribute.texi
162
163@include funding.texi

--- 36 unchanged lines hidden ---