comparison gcc/doc/gcc.texi @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
38 @paragraphindent 1 38 @paragraphindent 1
39 39
40 @c %**end of header 40 @c %**end of header
41 41
42 @copying 42 @copying
43 Copyright @copyright{} 1988-2018 Free Software Foundation, Inc. 43 Copyright @copyright{} 1988-2020 Free Software Foundation, Inc.
44 44
45 Permission is granted to copy, distribute and/or modify this document 45 Permission is granted to copy, distribute and/or modify this document
46 under the terms of the GNU Free Documentation License, Version 1.3 or 46 under the terms of the GNU Free Documentation License, Version 1.3 or
47 any later version published by the Free Software Foundation; with the 47 any later version published by the Free Software Foundation; with the
48 Invariant Sections being ``Funding Free Software'', the Front-Cover 48 Invariant Sections being ``Funding Free Software'', the Front-Cover
66 * gcc: (gcc). The GNU Compiler Collection. 66 * gcc: (gcc). The GNU Compiler Collection.
67 * g++: (gcc). The GNU C++ compiler. 67 * g++: (gcc). The GNU C++ compiler.
68 * gcov: (gcc) Gcov. @command{gcov}---a test coverage program. 68 * gcov: (gcc) Gcov. @command{gcov}---a test coverage program.
69 * gcov-tool: (gcc) Gcov-tool. @command{gcov-tool}---an offline gcda profile processing program. 69 * gcov-tool: (gcc) Gcov-tool. @command{gcov-tool}---an offline gcda profile processing program.
70 * gcov-dump: (gcc) Gcov-dump. @command{gcov-dump}---an offline gcda and gcno profile dump tool. 70 * gcov-dump: (gcc) Gcov-dump. @command{gcov-dump}---an offline gcda and gcno profile dump tool.
71 * lto-dump: (gcc) lto-dump. @command{lto-dump}---Tool for
72 dumping LTO object files.
71 @end direntry 73 @end direntry
72 This file documents the use of the GNU compilers. 74 This file documents the use of the GNU compilers.
73 @sp 1 75 @sp 1
74 @insertcopying 76 @insertcopying
75 @sp 1 77 @sp 1
140 * Objective-C:: GNU Objective-C runtime features. 142 * Objective-C:: GNU Objective-C runtime features.
141 * Compatibility:: Binary Compatibility 143 * Compatibility:: Binary Compatibility
142 * Gcov:: @command{gcov}---a test coverage program. 144 * Gcov:: @command{gcov}---a test coverage program.
143 * Gcov-tool:: @command{gcov-tool}---an offline gcda profile processing program. 145 * Gcov-tool:: @command{gcov-tool}---an offline gcda profile processing program.
144 * Gcov-dump:: @command{gcov-dump}---an offline gcda and gcno profile dump tool. 146 * Gcov-dump:: @command{gcov-dump}---an offline gcda and gcno profile dump tool.
147 * lto-dump:: @command{lto-dump}---Tool for dumping LTO
148 object files.
145 * Trouble:: If you have trouble using GCC. 149 * Trouble:: If you have trouble using GCC.
146 * Bugs:: How, why and where to report bugs. 150 * Bugs:: How, why and where to report bugs.
147 * Service:: How To Get Help with GCC 151 * Service:: How To Get Help with GCC
148 * Contributing:: How to contribute to testing and developing GCC. 152 * Contributing:: How to contribute to testing and developing GCC.
149 153
168 @include objc.texi 172 @include objc.texi
169 @include compat.texi 173 @include compat.texi
170 @include gcov.texi 174 @include gcov.texi
171 @include gcov-tool.texi 175 @include gcov-tool.texi
172 @include gcov-dump.texi 176 @include gcov-dump.texi
177 @include lto-dump.texi
173 @include trouble.texi 178 @include trouble.texi
174 @include bugreport.texi 179 @include bugreport.texi
175 @include service.texi 180 @include service.texi
176 @include contribute.texi 181 @include contribute.texi
177 182