PR middle-end/82063 - issues with arguments enabled by -Wall
gcc/c-family/ChangeLog: * gcc/c-family/c.opt (-Warray-bounds): Remove redundant -Wall. From-SVN: r262912
This commit is contained in:
parent
cb4df8efb5
commit
0d7f906520
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-07-20 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR middle-end/82063
|
||||
* gcc/c-family/c.opt (-Warray-bounds): Remove redundant -Wall.
|
||||
|
||||
2018-07-20 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR middle-end/82063
|
||||
|
|
|
@ -327,7 +327,7 @@ C ObjC C++ LTO ObjC++ Alias(Walloca-larger-than=,18446744073709551615EiB,none) W
|
|||
-Wno-alloca-larger-than Disable Walloca-larger-than= warning. Equivalent to Walloca-larger-than=<SIZE_MAX> or larger.
|
||||
|
||||
Warray-bounds
|
||||
LangEnabledBy(C ObjC C++ LTO ObjC++,Wall)
|
||||
LangEnabledBy(C ObjC C++ LTO ObjC++)
|
||||
; in common.opt
|
||||
|
||||
Warray-bounds=
|
||||
|
|
Loading…
Add table
Reference in a new issue