tzh
2024-08-22 c7d0944258c7d0943aa7b2211498fd612971ce27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Copyright (C) 1988-2017 Free Software Foundation, Inc.
 
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being "Funding Free Software", the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below).  A copy of the license is included in the section entitled
"GNU Free Documentation License".
 
(a) The FSF's Front-Cover Text is:
 
A GNU Manual
 
(b) The FSF's Back-Cover Text is:
 
You have freedom to copy and modify this GNU Manual, like GNU
     software.  Copies published by the Free Software Foundation raise
     funds for GNU development. -->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>Using the GNU Compiler Collection (GCC): Diagnostic Message Formatting Options</title>
 
<meta name="description" content="Using the GNU Compiler Collection (GCC): Diagnostic Message Formatting Options">
<meta name="keywords" content="Using the GNU Compiler Collection (GCC): Diagnostic Message Formatting Options">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Option-Index.html#Option-Index" rel="index" title="Option Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Invoking-GCC.html#Invoking-GCC" rel="up" title="Invoking GCC">
<link href="Warning-Options.html#Warning-Options" rel="next" title="Warning Options">
<link href="Objective_002dC-and-Objective_002dC_002b_002b-Dialect-Options.html#Objective_002dC-and-Objective_002dC_002b_002b-Dialect-Options" rel="prev" title="Objective-C and Objective-C++ Dialect Options">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
 
 
</head>
 
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="Diagnostic-Message-Formatting-Options"></a>
<div class="header">
<p>
Next: <a href="Warning-Options.html#Warning-Options" accesskey="n" rel="next">Warning Options</a>, Previous: <a href="Objective_002dC-and-Objective_002dC_002b_002b-Dialect-Options.html#Objective_002dC-and-Objective_002dC_002b_002b-Dialect-Options" accesskey="p" rel="prev">Objective-C and Objective-C++ Dialect Options</a>, Up: <a href="Invoking-GCC.html#Invoking-GCC" accesskey="u" rel="up">Invoking GCC</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Options-to-Control-Diagnostic-Messages-Formatting"></a>
<h3 class="section">3.7 Options to Control Diagnostic Messages Formatting</h3>
<a name="index-options-to-control-diagnostics-formatting"></a>
<a name="index-diagnostic-messages"></a>
<a name="index-message-formatting"></a>
 
<p>Traditionally, diagnostic messages have been formatted irrespective of
the output device&rsquo;s aspect (e.g. its width, &hellip;).  You can use the
options described below
to control the formatting algorithm for diagnostic messages, 
e.g. how many characters per line, how often source location
information should be reported.  Note that some language front ends may not
honor these options.
</p>
<dl compact="compact">
<dt><code>-fmessage-length=<var>n</var></code></dt>
<dd><a name="index-fmessage_002dlength"></a>
<p>Try to format error messages so that they fit on lines of about
<var>n</var> characters.  If <var>n</var> is zero, then no line-wrapping is
done; each error message appears on a single line.  This is the
default for all front ends.
</p>
</dd>
<dt><code>-fdiagnostics-show-location=once</code></dt>
<dd><a name="index-fdiagnostics_002dshow_002dlocation"></a>
<p>Only meaningful in line-wrapping mode.  Instructs the diagnostic messages
reporter to emit source location information <em>once</em>; that is, in
case the message is too long to fit on a single physical line and has to
be wrapped, the source location won&rsquo;t be emitted (as prefix) again,
over and over, in subsequent continuation lines.  This is the default
behavior.
</p>
</dd>
<dt><code>-fdiagnostics-show-location=every-line</code></dt>
<dd><p>Only meaningful in line-wrapping mode.  Instructs the diagnostic
messages reporter to emit the same source location information (as
prefix) for physical lines that result from the process of breaking
a message which is too long to fit on a single line.
</p>
</dd>
<dt><code>-fdiagnostics-color[=<var>WHEN</var>]</code></dt>
<dt><code>-fno-diagnostics-color</code></dt>
<dd><a name="index-fdiagnostics_002dcolor"></a>
<a name="index-highlight_002c-color"></a>
<a name="index-GCC_005fCOLORS-environment-variable"></a>
<p>Use color in diagnostics.  <var>WHEN</var> is &lsquo;<samp>never</samp>&rsquo;, &lsquo;<samp>always</samp>&rsquo;,
or &lsquo;<samp>auto</samp>&rsquo;.  The default depends on how the compiler has been configured,
it can be any of the above <var>WHEN</var> options or also &lsquo;<samp>never</samp>&rsquo;
if <code>GCC_COLORS</code> environment variable isn&rsquo;t present in the environment,
and &lsquo;<samp>auto</samp>&rsquo; otherwise.
&lsquo;<samp>auto</samp>&rsquo; means to use color only when the standard error is a terminal.
The forms <samp>-fdiagnostics-color</samp> and <samp>-fno-diagnostics-color</samp> are
aliases for <samp>-fdiagnostics-color=always</samp> and
<samp>-fdiagnostics-color=never</samp>, respectively.
</p>
<p>The colors are defined by the environment variable <code>GCC_COLORS</code>.
Its value is a colon-separated list of capabilities and Select Graphic
Rendition (SGR) substrings. SGR commands are interpreted by the
terminal or terminal emulator.  (See the section in the documentation
of your text terminal for permitted values and their meanings as
character attributes.)  These substring values are integers in decimal
representation and can be concatenated with semicolons.
Common values to concatenate include
&lsquo;<samp>1</samp>&rsquo; for bold,
&lsquo;<samp>4</samp>&rsquo; for underline,
&lsquo;<samp>5</samp>&rsquo; for blink,
&lsquo;<samp>7</samp>&rsquo; for inverse,
&lsquo;<samp>39</samp>&rsquo; for default foreground color,
&lsquo;<samp>30</samp>&rsquo; to &lsquo;<samp>37</samp>&rsquo; for foreground colors,
&lsquo;<samp>90</samp>&rsquo; to &lsquo;<samp>97</samp>&rsquo; for 16-color mode foreground colors,
&lsquo;<samp>38;5;0</samp>&rsquo; to &lsquo;<samp>38;5;255</samp>&rsquo;
for 88-color and 256-color modes foreground colors,
&lsquo;<samp>49</samp>&rsquo; for default background color,
&lsquo;<samp>40</samp>&rsquo; to &lsquo;<samp>47</samp>&rsquo; for background colors,
&lsquo;<samp>100</samp>&rsquo; to &lsquo;<samp>107</samp>&rsquo; for 16-color mode background colors,
and &lsquo;<samp>48;5;0</samp>&rsquo; to &lsquo;<samp>48;5;255</samp>&rsquo;
for 88-color and 256-color modes background colors.
</p>
<p>The default <code>GCC_COLORS</code> is
</p><div class="smallexample">
<pre class="smallexample">error=01;31:warning=01;35:note=01;36:range1=32:range2=34:locus=01:\
quote=01:fixit-insert=32:fixit-delete=31:\
diff-filename=01:diff-hunk=32:diff-delete=31:diff-insert=32
</pre></div>
<p>where &lsquo;<samp>01;31</samp>&rsquo; is bold red, &lsquo;<samp>01;35</samp>&rsquo; is bold magenta,
&lsquo;<samp>01;36</samp>&rsquo; is bold cyan, &lsquo;<samp>32</samp>&rsquo; is green, &lsquo;<samp>34</samp>&rsquo; is blue,
&lsquo;<samp>01</samp>&rsquo; is bold, and &lsquo;<samp>31</samp>&rsquo; is red.
Setting <code>GCC_COLORS</code> to the empty string disables colors.
Supported capabilities are as follows.
</p>
<dl compact="compact">
<dt><code>error=</code></dt>
<dd><a name="index-error-GCC_005fCOLORS-capability"></a>
<p>SGR substring for error: markers.
</p>
</dd>
<dt><code>warning=</code></dt>
<dd><a name="index-warning-GCC_005fCOLORS-capability"></a>
<p>SGR substring for warning: markers.
</p>
</dd>
<dt><code>note=</code></dt>
<dd><a name="index-note-GCC_005fCOLORS-capability"></a>
<p>SGR substring for note: markers.
</p>
</dd>
<dt><code>range1=</code></dt>
<dd><a name="index-range1-GCC_005fCOLORS-capability"></a>
<p>SGR substring for first additional range.
</p>
</dd>
<dt><code>range2=</code></dt>
<dd><a name="index-range2-GCC_005fCOLORS-capability"></a>
<p>SGR substring for second additional range.
</p>
</dd>
<dt><code>locus=</code></dt>
<dd><a name="index-locus-GCC_005fCOLORS-capability"></a>
<p>SGR substring for location information, &lsquo;<samp>file:line</samp>&rsquo; or
&lsquo;<samp>file:line:column</samp>&rsquo; etc.
</p>
</dd>
<dt><code>quote=</code></dt>
<dd><a name="index-quote-GCC_005fCOLORS-capability"></a>
<p>SGR substring for information printed within quotes.
</p>
</dd>
<dt><code>fixit-insert=</code></dt>
<dd><a name="index-fixit_002dinsert-GCC_005fCOLORS-capability"></a>
<p>SGR substring for fix-it hints suggesting text to
be inserted or replaced.
</p>
</dd>
<dt><code>fixit-delete=</code></dt>
<dd><a name="index-fixit_002ddelete-GCC_005fCOLORS-capability"></a>
<p>SGR substring for fix-it hints suggesting text to
be deleted.
</p>
</dd>
<dt><code>diff-filename=</code></dt>
<dd><a name="index-diff_002dfilename-GCC_005fCOLORS-capability"></a>
<p>SGR substring for filename headers within generated patches.
</p>
</dd>
<dt><code>diff-hunk=</code></dt>
<dd><a name="index-diff_002dhunk-GCC_005fCOLORS-capability"></a>
<p>SGR substring for the starts of hunks within generated patches.
</p>
</dd>
<dt><code>diff-delete=</code></dt>
<dd><a name="index-diff_002ddelete-GCC_005fCOLORS-capability"></a>
<p>SGR substring for deleted lines within generated patches.
</p>
</dd>
<dt><code>diff-insert=</code></dt>
<dd><a name="index-diff_002dinsert-GCC_005fCOLORS-capability"></a>
<p>SGR substring for inserted lines within generated patches.
</p></dd>
</dl>
 
</dd>
<dt><code>-fno-diagnostics-show-option</code></dt>
<dd><a name="index-fno_002ddiagnostics_002dshow_002doption"></a>
<a name="index-fdiagnostics_002dshow_002doption"></a>
<p>By default, each diagnostic emitted includes text indicating the
command-line option that directly controls the diagnostic (if such an
option is known to the diagnostic machinery).  Specifying the
<samp>-fno-diagnostics-show-option</samp> flag suppresses that behavior.
</p>
</dd>
<dt><code>-fno-diagnostics-show-caret</code></dt>
<dd><a name="index-fno_002ddiagnostics_002dshow_002dcaret"></a>
<a name="index-fdiagnostics_002dshow_002dcaret"></a>
<p>By default, each diagnostic emitted includes the original source line
and a caret &lsquo;<samp>^</samp>&rsquo; indicating the column.  This option suppresses this
information.  The source line is truncated to <var>n</var> characters, if
the <samp>-fmessage-length=n</samp> option is given.  When the output is done
to the terminal, the width is limited to the width given by the
<code>COLUMNS</code> environment variable or, if not set, to the terminal width.
</p>
</dd>
<dt><code>-fdiagnostics-parseable-fixits</code></dt>
<dd><a name="index-fdiagnostics_002dparseable_002dfixits"></a>
<p>Emit fix-it hints in a machine-parseable format, suitable for consumption
by IDEs.  For each fix-it, a line will be printed after the relevant
diagnostic, starting with the string &ldquo;fix-it:&rdquo;.  For example:
</p>
<div class="smallexample">
<pre class="smallexample">fix-it:&quot;test.c&quot;:{45:3-45:21}:&quot;gtk_widget_show_all&quot;
</pre></div>
 
<p>The location is expressed as a half-open range, expressed as a count of
bytes, starting at byte 1 for the initial column.  In the above example,
bytes 3 through 20 of line 45 of &ldquo;test.c&rdquo; are to be replaced with the
given string:
</p>
<div class="smallexample">
<pre class="smallexample">00000000011111111112222222222
12345678901234567890123456789
  gtk_widget_showall (dlg);
  ^^^^^^^^^^^^^^^^^^
  gtk_widget_show_all
</pre></div>
 
<p>The filename and replacement string escape backslash as &ldquo;\\&quot;, tab as &ldquo;\t&rdquo;,
newline as &ldquo;\n&rdquo;, double quotes as &ldquo;\&quot;&rdquo;, non-printable characters as octal
(e.g. vertical tab as &ldquo;\013&rdquo;).
</p>
<p>An empty replacement string indicates that the given range is to be removed.
An empty range (e.g. &ldquo;45:3-45:3&rdquo;) indicates that the string is to
be inserted at the given position.
</p>
</dd>
<dt><code>-fdiagnostics-generate-patch</code></dt>
<dd><a name="index-fdiagnostics_002dgenerate_002dpatch"></a>
<p>Print fix-it hints to stderr in unified diff format, after any diagnostics
are printed.  For example:
</p>
<div class="smallexample">
<pre class="smallexample">--- test.c
+++ test.c
@ -42,5 +42,5 @
 
 void show_cb(GtkDialog *dlg)
 {
-  gtk_widget_showall(dlg);
+  gtk_widget_show_all(dlg);
 }
 
</pre></div>
 
<p>The diff may or may not be colorized, following the same rules
as for diagnostics (see <samp>-fdiagnostics-color</samp>).
</p>
</dd>
<dt><code>-fno-show-column</code></dt>
<dd><a name="index-fno_002dshow_002dcolumn"></a>
<p>Do not print column numbers in diagnostics.  This may be necessary if
diagnostics are being scanned by a program that does not understand the
column numbers, such as <code>dejagnu</code>.
</p>
</dd>
</dl>
 
<hr>
<div class="header">
<p>
Next: <a href="Warning-Options.html#Warning-Options" accesskey="n" rel="next">Warning Options</a>, Previous: <a href="Objective_002dC-and-Objective_002dC_002b_002b-Dialect-Options.html#Objective_002dC-and-Objective_002dC_002b_002b-Dialect-Options" accesskey="p" rel="prev">Objective-C and Objective-C++ Dialect Options</a>, Up: <a href="Invoking-GCC.html#Invoking-GCC" accesskey="u" rel="up">Invoking GCC</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p>
</div>
 
 
 
</body>
</html>