Skip to content

Commit 1373cbd

Browse files
committed
Update man-page for new warning class unknown-warning-option and dollar-in-identifier-extension, typos.
1 parent d803102 commit 1373cbd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/ccomp.1

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ Generate full debugging information.
281281
.
282282
.TP
283283
.BR \-g0 ", " \-g1 ", " \-g2 ", " \-g3
284-
Control generation of debugging information (0: none, 1: only globals, 2: globals and locals without locations, 3: full debug information). The default level is 3 for full debug information.
284+
Control generation of debugging information (0: none, 1: only globals, 2: globals and locals without locations, 3: full debug information).
285+
The default level is 3 for full debug information.
285286
.
286287
.SS
287288
Debugging Options (GNU Backend)
@@ -328,7 +329,7 @@ Remove all symbol table and relocation information from the executable.
328329
.
329330
.TP
330331
.B \-shared
331-
Produce a shared library (".so" file) instead of an executable.
332+
Produce a shared library (\fB.so\fP file) instead of an executable.
332333
.
333334
.TP
334335
.B \-static
@@ -427,6 +428,10 @@ Disabled by default.
427428
Dangerous conversion of constants, e.g. literals that are too large for the given type.
428429
Enabled by default.
429430
.sp
431+
\fIdollar\-in\-identifier\-extension\fP:
432+
Use of dollar characters (\fB$\fP) in identifiers.
433+
Disabled by default.
434+
.sp
430435
\fIextern\-after\-definition\fP:
431436
Extern declarations after non-extern definitions.
432437
Enabled by default.
@@ -512,6 +517,10 @@ Enabled by default.
512517
Use of unsupported or unknown pragmas.
513518
Disabled by default.
514519
.sp
520+
\fIunknown\-warning\-option\fP:
521+
Use of a \fB-W<warning>\fP command-line option with a warning class not known to CompCert.
522+
Enabled by default.
523+
.sp
515524
\fIunused\-ais\-parameter\fP:
516525
Unused parameter for embedded program annotations.
517526
Disabled by default.

0 commit comments

Comments
 (0)