options: Remove 'gcc/c-family/c.opt:Warray-bounds' option definition record
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 24 Mar 2022 21:17:23 +0000 (22:17 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 30 Mar 2022 06:57:59 +0000 (08:57 +0200)
A one-argument form of the 'LangEnabledBy' option property isn't defined,
and effectively appears to be a no-op.  Removing that one, the
'gcc/c-family/c.opt:Warray-bounds' option definition record becomes empty,
and doesn't add anything over 'gcc/common.opt:Warray-bounds', and may thus
be removed entirely.  This only changes 'build-gcc/gcc/optionlist'
accordingly, but no other generated files.

Clean-up after r262912/commit 0d7f90652080c42cddca6f9b68f6895218c70880
"PR middle-end/82063 - issues with arguments enabled by -Wall".

gcc/c-family/
* c.opt (Warray-bounds): Remove.

gcc/c-family/c.opt

index 790d47c..3c2ec77 100644 (file)
@@ -342,10 +342,6 @@ Wno-alloca-larger-than
 C ObjC C++ LTO ObjC++ Alias(Walloca-larger-than=,18446744073709551615EiB,none) Warning
 Disable Walloca-larger-than= warning.  Equivalent to Walloca-larger-than=<SIZE_MAX> or larger.
 
-Warray-bounds
-LangEnabledBy(C ObjC C++ LTO ObjC++)
-; in common.opt
-
 Warray-bounds=
 LangEnabledBy(C ObjC C++ LTO ObjC++,Wall,1,0)
 ; in common.opt