From b0c5a642ce4e0d292706ac2139fc14785938f23e Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Mon, 20 Jul 2020 11:56:54 -0600 Subject: [PATCH] Remove stray text from option description (PR c/96249). gcc/c-family/ChangeLog: PR c/96249 * c.opt: Remove stray text. --- gcc/c-family/c.opt | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2