aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2020-07-20 11:56:54 -0600
committerMartin Sebor <msebor@redhat.com>2020-07-20 11:56:54 -0600
commitb0c5a642ce4e0d292706ac2139fc14785938f23e (patch)
tree53678bd1d179b298b0328850b6112ce1c62d0e80
parent8764e9a3fc43f1117db77d1f056b6c3f15a29db3 (diff)
downloadgcc-b0c5a642ce4e0d292706ac2139fc14785938f23e.zip
gcc-b0c5a642ce4e0d292706ac2139fc14785938f23e.tar.gz
gcc-b0c5a642ce4e0d292706ac2139fc14785938f23e.tar.bz2
Remove stray text from option description (PR c/96249).
gcc/c-family/ChangeLog: PR c/96249 * c.opt: Remove stray text.
-rw-r--r--gcc/c-family/c.opt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index a09f15d..2b1aca1 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1248,7 +1248,6 @@ C ObjC C++ LTO ObjC++ Var(warn_vla_limit) Warning Joined Host_Wide_Int ByteSize
-Wvla-larger-than=<number> Warn on unbounded uses of variable-length
arrays, and on bounded uses of variable-length arrays whose bound can be
larger than <number> bytes.
-<number> bytes.
Wno-vla-larger-than
C ObjC C++ LTO ObjC++ Alias(Wvla-larger-than=,18446744073709551615EiB,none) Warning