aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2018-09-04 10:01:45 +0200
committerMichael Schmidt <github@mschmidt.me>2018-09-04 10:01:45 +0200
commit64d1dd7fcf4ec5e3476f557bf0920f669ccc6c7c (patch)
tree106980f6a5515c211b458f5af29ae681f59d9ccb /doc
parent3389bd5b2b7875243738afeb28109bfc5a5a853d (diff)
downloadcompcert-kvx-64d1dd7fcf4ec5e3476f557bf0920f669ccc6c7c.tar.gz
compcert-kvx-64d1dd7fcf4ec5e3476f557bf0920f669ccc6c7c.zip
document new named warning class 'reduced-alignment', bug 23389
Diffstat (limited to 'doc')
-rw-r--r--doc/ccomp.14
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ccomp.1 b/doc/ccomp.1
index 89420683..374bd2e7 100644
--- a/doc/ccomp.1
+++ b/doc/ccomp.1
@@ -431,6 +431,10 @@ Enabled by default.
Use of incompatible pointer types in conditional expressions.
Enabled by default.
.sp
+\fIreduced\-alignment\fP:
+Alignment specifications lower than natural alignment.
+Disabled by default.
+.sp
\fIreturn\-type\fP:
Void-return statement in non-void function.
Enabled by default.