From: Martin Sebor Date: Mon, 20 Jul 2020 17:56:54 +0000 (-0600) Subject: Remove stray text from option description (PR c/96249). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0c5a642ce4e0d292706ac2139fc14785938f23e;p=gcc.git Remove stray text from option description (PR c/96249). gcc/c-family/ChangeLog: PR c/96249 * c.opt: Remove stray text. --- diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index a09f15d800e..2b1aca16eb4 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= Warn on unbounded uses of variable-length arrays, and on bounded uses of variable-length arrays whose bound can be larger than bytes. - bytes. Wno-vla-larger-than C ObjC C++ LTO ObjC++ Alias(Wvla-larger-than=,18446744073709551615EiB,none) Warning